* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-size: 14px;
	color: #333;
  	position: relative;
}
button {
	font-family: "微软雅黑";
	cursor: pointer;
}
a {
	color: #000;
}
a:hover {
	color: #ff7361;
	text-decoration: none;
}
.cf7 {
	color: #ff7361;
}
.cf7:hover {
	color: #ff7361;
}
.c99 {
	color: #999;
}
.fb {
	font-weight: bold;
}
.f30 {
	font-size: 30px;
}
.f36 {
	font-size: 36px;
}
.s-blue {
	color: #6666ff;
}
.s-red {
	color: #ff0000;
}
.s-green {
	color: #669900;
}
.text-center {
	text-align: center!important;
}
.text-left {
	text-align: left!important;
}
.text-right {
	text-align: right!important;
}
.container {
	width: 1090px;
	margin: 0 auto;
}
/*common*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.btn {
	background: #ff7361;
	text-align: center;
	color: #fff;
	font-size: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn:hover {
	background: #E65543;
	color: #fff;
}
.btn300 {
	width: 300px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 22px;
	background: #ff7361;
	border-radius: 5px;
	display: block;
}
.btn300:hover {
	background: #E65543;
	color: #fff;
}
.m0 {
	margin: 0!important;
}
.mb15 {
	margin-bottom: 15px;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
span.meng-text {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,.4);
    -pie-background: rgba(0,0,0,.4);
    behavior: url(pie/PIE.htc);
}
/*common*/
/*page-top*/
.page-top {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #ddd solid;
}
.page-top .left a {
	margin-right: 10px;
}
.page-top .right {

}
.page-top .right > a {
	display: inline-block;
	margin-top: 5px;
}
.page-top .xiao-ico img {
	width: 20px;
	display: block;
}
.menu {
	position: relative;
	float: right;
	cursor: pointer;
	margin-left: 10px;
}
.menu .menu-bd {
	display: none;
	position: absolute;
	top: 35px;
	right: 0;
	width: 1000px;
	border: 1px #e4e4e4 solid;
	background: #fff;
	z-index: 9999;
}
.menu .menu-bd dl {
	float: left;
	width: 33.33%;
	padding: 15px 20px;
	border-right: 1px #e4e4e4 solid;
}
.menu .menu-bd dl.last {
	border-right: 0;
}
.menu .menu-bd dl dt {
	font-size: 20px;
	margin-bottom: 10px;
}
.menu .menu-bd dl dd {
    float: left;
    margin-right: 40px;
    height: 40px;
    line-height: 40px;
    /* width: 33.33%; */
    position: relative;
}
.menu .menu-bd dl dd.last {
	margin-right: 0;
}
.menu .menu-bd dl dd span {
	position: absolute;
	top: -10px;
	font-size: 12px;
}
.menu .sj {
	display: none;
    background: url(../images/sanjiao.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 25px;
    width: 21px;
    height: 11px;
    z-index: 99999
}
/*page-top*/

/*header*/
.header {
	padding: 10px 0;
	border-bottom: 1px #e4e4e4 solid;
}
.header .logo {
	float: left;
}
.header .nav {
    float: left;
    margin-top: 30px;
    margin-left: 24px;
}
.header .nav > ul > li {
	float: left;
	position: relative;
	margin-right: 20px;
	height: 40px;
}
.header .sj {
	display: none;
    background: url(../images/sanjiao.png) no-repeat;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -11px;
    width: 21px;
    height: 11px;
    z-index: 99999
}
.header .nav > ul > li > a {
	font-size: 16px;
}
.header .nav > ul > li .hot {
	position: absolute;
	top: -5px;
	right: -13px;
	font-size: 12px;
}
.header .nav > ul > li:hover .sub-nav,.header .user-center:hover .sub-nav {
	display: block;
}
.header .nav > ul > li:hover .sj,.header .user-center:hover .sj {
	display: block;
}
.header .sub-nav {
	display: none;
	position: absolute;
	padding: 15px 10px;
	background: #fff url(../images/sanjiao.png) no-repeat center -10px;
	border: 1px #e4e4e4 solid;
	top: 35px;
	left: -55px;
	right: -55px;
	width:200px; 
	/*首页菜单文本换行修正*/
}

.header .sub-nav li {
	text-align: center;
	/* padding: 10px; */
}
.header .sub-nav li a {
	color: #999;
	padding: 10px;
	font-size: 16px;
	display: inline-block;
}
.header .sub-nav li a:hover {
	background: #ff7361;
	color: #fff;
}
.header .user-center {
    float: right;
    margin-top: 27px;
    background: #ff7361;
    padding: 5px 7px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.header .user-center a {
	color: #fff;
}
/**扩充样式，切换用户登录与未登录的连接显示*/
.header .user-login {
	float: right;
	margin-top: 27px;
}
.header .user-login a {
	font-size: 14px;
	padding: 3px 10px;
}
/*header*/
/*footer*/
.footer {
	padding: 20px 0;
	text-align: center;
}
.footer .footer-icon {
	margin-bottom: 15px;
}
.footer .footer-icon img {
	width: 70px;
	height: 70px;
}
.footer .footer-icon a {
	display: inline-block;
	margin: 0 10px;
	color: #9b9b9b;
}
.footer .footer-icon a:hover i.facebook {
	color: #11408e
}
.footer .footer-icon a:hover i.wechat {
	color: #56b222
}
.footer .footer-icon a:hover i.renren {
	color: #217dc6
}
.footer .footer-icon a:hover i.weibo {
	color: #da251c
}
.footer .footer-icon a i {
	font-size: 72px;
	vertical-align: bottom;
}
/*footer*/
/*首页定位*/
.dingwei {
	position: fixed;
	top: 280px;
	left: 20px;
}
.dingwei li {
	line-height: 22px;
	text-align: left;
}
.dingwei li a {
	color: #ff7361;
}
.dingwei li a span {
	border: 1px #ff7361 solid;
	border-radius: 50px;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
}
.dingwei li:hover a span,.dingwei li.on a span {
	background: #ff7361;
}
/*首页定位*/
/*客服TOOL*/
.kefu {
	position: fixed;
	right: 0;
	top: 121px;
	width: 50px;
	z-index: 99999
}
.kefu a {
	position: relative;
}
.kefu-1:hover .wechat {
	display: block;
}
.kefu .wechat {
	display: none;
	position: absolute;
	right: 50px;
	top: 0;
}
.kefu-1 {
	background: url(../images/kefu-1.png) no-repeat;
	width: 50px;
	height: 137px;
	display: block;
}
.kefu-2 {
	background: url(../images/kefu-2.png) no-repeat;
	width: 50px;
	height: 157px;
	display: block;
}
.top {
	background: url(../images/top.png) no-repeat;
	width: 50px;
	height: 61px;
	display: block;
}
/*客服TOOL*/
/*home-banner*/
.home-banner {
	background: url(../images/home-banner.png) no-repeat center center;
	height: 500px;
	text-align: center;
	color: #fff;
}
.home-banner .mengban {
	background: rgba(0,0,0,.5);
	-pie-background:rgba(0,0,0,.5);/*IE6-8*/ 
	width: 100%;
	height: 100%;
	padding-top: 125px;
	behavior:url(pie/PIE.htc);
}
.home-banner h1 {
	font-size: 55px;
}
.home-banner h1.last {
	margin-bottom: 20px;
}
.home-banner p {
	font-size: 20px;
	margin-bottom: 10px;
}
.home-banner a {
	color: #fff;
	font-size: 22px;
	background: #ff7361;
	display: block;
	width: 320px;
	height: 40px;
	line-height: 40px;
	margin: 50px auto 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	behavior:url(pie/PIE.htc);
	z-index: 99999;
}
/*home-banner*/
/*gonggao*/
.gonggao {
	height: 41px;
	line-height: 40px;
	border-bottom: 1px #e4e4e4 solid;
}
.gonggao-list {
	background: url(../images/laba.png) no-repeat left center;
	padding-left: 30px;
	overflow: hidden;
}
.gonggao-list li {
	margin-right: 80px;
	float: left;
	position: relative;
}
.gonggao-list li span {
	position: absolute;
	top: -7px;
	font-size: 12px;
}
/*gonggao*/
/*jishu*/
.jishu {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px #e4e4e4 solid;
}
.jishu-box {
	display: inline-block;
	font-size: 22px;
}
.jishu-box span {
	background: #ff7361;
	width: 22px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 2px;
}
.jishu-box span:first-child {
	margin-left: 8px;
}
.jishu-box span:last-child {
	margin-right: 8px;
}
.jishu-help {
	margin-right: 180px;
}
/*jishu*/
/*home-slideBox*/
.home-slide {
	border-bottom: 1px #e4e4e4 solid;
}
.slideBox {
    width: 1080px;
    height: 225px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #ff7361;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1080px;
    height: 225px;
    display: block;
}
/*home-slideBox*/
/*home-module*/
.module {
	padding: 30px 0;
	border-bottom: 1px  #e4e4e4 solid;
}
.module .hd {
	text-align: center;
}
.module .hd h1 {
	color: #333;
	font-size: 36px;
	margin-bottom: 20px;
}
.module .hd h2 {
	color: #333;
	font-size: 36px;
	margin-bottom: 20px;
}
.module .hd p {
	font-size: 16px;
	line-height: 28px;
}
.module .hd p:last-child {
	margin-bottom: 20px;
}
.module .module-more {
	width: 300px;
	height: 45px;
	line-height: 45px;
	display: block;
	margin: 0 auto;
}
.signal-module .hd h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
/*home-module*/
/*scheme*/
.scheme {

}
.scheme-item {
	width: 247px;
	height: 350px;
	border: 1px #e4e4e4 solid;
	background: #fff;
	padding: 20px 28px 30px;
	cursor: pointer;
	float: left;
	margin-right: 30px;
}
.scheme-item.last {
	margin-right: 0;
}
.scheme-item:hover {
	background: #ff7361;
	border-color: #ff7361;
	color: #fff;
}
.scheme-item:hover i {
	color: #fff;
}
.scheme-item i {
    font-size: 60px;
    line-height: 70px;
    display: block;
    text-align: center;
    color: #ff7361;
    margin-bottom: 15px;
}
.scheme-item h4 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 16px;
}
.scheme-item p {
	line-height: 28px;
	margin-bottom: 30px;
}
.scheme-item a {
	display: block;
	height: 38px;
	line-height: 25px;
	font-size: 20px;
	margin: 0 20px;
}
.scheme-item:hover a {
	color: #ff7361;
	background: #fff;
}
/*scheme*/
/*major*/
.major {
	overflow: hidden;
}
.major-item {
	width: 258px;
	height: 258px;
	line-height: 258px;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	float: left;
}
.major-item.last {
	margin-right: 0;
}
.major-item img {
	width: 100%;
}
.major-item span {
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 26px;
	position: absolute;
	background: rgba(0,0,0,.4);
	-pie-background:rgba(0,0,0,.4);/*IE6-8*/ 
	behavior:url(pie/PIE.htc);
}
.major-item:hover span {
	background: rgba(254,128,112,.9);
	-pie-background:rgba(254,128,112,.9);/*IE6-8*/ 
	behavior:url(pie/PIE.htc);
}
/*major*/
/*home-case*/
.home-case {
	overflow: hidden;
}
.home-case-box {
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
}
.home-case-box.last {
	margin-right: 0;
}
.home-case-box ul {
	width: 345px;
	height: 350px;
	padding: 15px;
	border: 1px #e4e4e4 solid;
}
.home-case-box h3 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 25px;
}
/*home-case*/
/*y-article*/
.y-article li {
	background: url(../images/u313.png) no-repeat left center;
	padding-left: 20px;
	height: 38px;
	line-height: 38px;
	margin-top: 2px;
	word-break: break-all;
	overflow: hidden;
  text-overflow: ellipsis;
}
.y-article li a {
	color: #333;
}
.y-article li a:hover {
	color: #ff7361;
}
/*y-article*/
/*promise*/
.promise {

}
.promise-hd {
	text-align:center;
	border-bottom: 1px #e4e4e4 solid;
	margin: 0 50px;
}
.promise-hd ul {
	overflow: hidden;
}
.promise-hd ul li {
	display: inline-block;
	border-bottom: 4px transparent solid;
	font-size: 26px;
	padding-bottom: 5px;
	cursor: pointer;
}
.promise-hd ul li.o {
	margin-right: 92px;
}
.promise-hd ul li:hover,.promise-hd ul li.on {
	border-bottom: 4px #ff7361 solid;
}
.promise-bd {
	padding: 20px 0 0;
}
.tabul {
	overflow: hidden;
	display: none;
}
.tabul.on {
	display: block;
}
.promise-ul {
	padding-left: 50px;
}
.promise-item {
	float: left;
	width: 176px;
	text-align: center;
	margin-right: 25px;
}
.promise-item.last {
	margin-right: 0;
}
.promise-item-pic {
	text-align: center;
}
.promise-item-pic img {
	width: 150px;
	height: 150px;
}
.promise-item h3 {
	font-size: 26px;
	margin: 10px 20px;
	padding-bottom: 10px;
	border-bottom: 1px #e4e4e4 solid;
}
.process {
    padding-top: 28px;
    padding-bottom: 15px;
}
.process-img {
	background: url(../images/process.png) no-repeat top center;
	height: 76px;
}
.process-main {
	overflow: hidden;
	padding: 0 50px;
}
.process-main dl {
	float: left;
	width: 196px;
	text-align: center;
}
.process-main dl dt {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.process-main dl dd {
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.process-h2 {
	font-size: 30px;
	text-align: center;
}
/*promise*/
/*team*/
.team {
	overflow: hidden;
	margin-bottom: 20px;
}
.team-left {
	float: left;
	width: 525px;
}
.team-left img {
	width: 525px;
}
.team-right {
	float: right;
	width: 525px;
}
.team-right-img {
	margin-bottom: 25px;
	overflow: hidden;
}
.team-right-img img {
	width: 250px;
}
.team-right-text {
    background: #ff7361;
    color: #fff;
    font-size: 24px;
    line-height: 41px;
    text-align: center;
    padding: 45px 15px;
    height: 250px;
    position: relative;
}
.team-right-text:before {
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: #ff7361;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* Internet Explorer */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); /* Opera */
	content: "";
}
/*team*/
/*home-comment*/
.home-comment {
	overflow: hidden;
}
/*home-comment*/
/*comment-item*/
.comment-item {
	width: 525px;
	height: 170px;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
	border: 1px #e4e4e4 solid;
	padding: 25px 20px 10px;
	position: relative;
}
.comment-item:hover {
	border: 1px #ff7361 solid;
}
.comment-item.last {
	margin-right: 0;
}
.comment-item p {
	line-height: 28px;
}
.comment-info {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	padding: 0 20px;
	text-align: right;
}
.comment-info img {
	margin-left: 10px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align:middle;
}
.comment-info span {
	display: inline-block;
	vertical-align:middle;
}
/*comment-item*/
/*page-banner*/
.page-banner {
	height: 300px;
	text-align: center;
	color: #fff;
	padding-top: 60px;
	background-position: top center;
}
.banner-1 {
	background: url(../images/u2.jpg) no-repeat;
}
.banner-2 {
	background: url(../images/u6.jpg) no-repeat;
}
.page-banner h3 {
	margin-bottom: 30px;
	font-size: 38px;
	font-weight: 600;
}
.page-banner p {
	margin-bottom: 10px;
	font-size: 14px;
}
.page-banner a {
	margin: 17px auto 0;
}
/*page-banner*/
/*signal*/
.signal-head {
	padding: 10px 0;
	text-align: center;
}
.signal-head h3 {
	font-size: 38px;
	margin-bottom: 10px;
}
.signal-head h4 {
	font-size: 30px;
	margin-bottom: 15px;
}
.signal-head a {
	margin: 0 auto;
}
.signal-nav {

}
.signal-nav a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
}
.signal-nav a.on {
	background: #ff7361;
	color: #fff;
}
.signal-intro {

}
.signal-intro-item {
	overflow: hidden;
	height: 300px;
	padding: 0 15px;
	margin-bottom: 30px;
}
.signal-intro-text {
	width: 450px;
	height: 300px;
	display:table;
	overflow: hidden;
}
.signal-intro-text p {
	display:table-cell;
	vertical-align:middle;
	font-size: 16px;
	line-height: 40px;
	text-indent: 2em;
}
.signal-intro-img {
	width: 600px;
	height: 300px;
}
.signal-intro-img img {
	width: 100%;
	height: 100%;
}
.signal-intro-left {
	margin-bottom: 0;
}
.signal-intro-left .signal-intro-img {
	float: left;
}
.signal-intro-left .signal-intro-text {
	float: right;
	padding-left: 30px;
}
.signal-intro-right .signal-intro-img {
	float: right;
}
.signal-intro-right .signal-intro-text {
	float: left;
	padding-right: 30px;
}
.u587 {
	overflow: hidden;
	padding: 0 10px;
}
.u587-list {
	float: left;
	width: 680px;
}
.u587-img {
	float: right;
	width: 350px;
	height: 350px;
}
.u587-img img {
	width: 100%;
	height: 100%;
}
.u587-img .meng-text {
	color: #fff;
	font-size: 40px;
	padding: 110px 0;
	line-height: 62px;
}
.signal-comment {
	border: 1px #e4e4e4 solid;
	padding: 20px 20px 0;
	height: 495px;
}
.signal-comment .comment-item {
	float: none;
	padding: 0;
	margin-right: 0;
	padding: 0;
	width: auto;
	height: 144px;
}
.signal-comment .comment-item .comment-info {
	padding: 0;
}
.signal-problem {
	border: 1px #e4e4e4 solid;
	padding: 20px 20px 0;
	height: 495px;
}
.signal-problem ul li {
	padding: 22px 0;
	border-bottom: 1px #e4e4e4 dashed;
	text-align: center;
}
.signal-cat {
	border-top: 1px #e4e4e4 solid;
	border-left: 1px #e4e4e4 solid;
	overflow: hidden;
	width: 897px;
	margin: 25px auto 0;
}
.signal-cat a {
	width: 224px;
	height: 79px;
	line-height: 79px;
	border-right: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 solid;
	float: left;
	text-align: center;
	font-size: 22px;
}
.signal-cat a:hover {
	color: #fff;
	background: #ff7361;
}
.signal-cat .on {
	color: #fff;
	background: #ff7361;
}
/*signal*/
/*cat-article 带分类的文章列表 */
.cat-article {

}
.cat-article li {
	padding: 15px 0;
	border-bottom: 1px #e4e4e4 dashed;
}
.cat-article li:hover, 
.cat-article li:hover a {
	color: #ff7361
}
.cat-article .c999 {
	color: #999;
	margin-right: 5px;
}
/*cat-article 带分类的文章列表 */
/*cat-article-date 带分类、日期的文章列表*/
.cat-article-date {

}
.cat-article-date li {
	padding: 15px 0;
	border-bottom: 1px #e4e4e4 dashed;
	overflow: hidden;
}
.cat-article-date li:hover, 
.cat-article-date li:hover a,
.cat-article-date li:hover .c999,
.cat-article-date li:hover .article-info {
	color: #ff7361
}
.cat-article-date .c999 {
	color: #999;
	margin-right: 5px;
}
.cat-article-date li .date {
	float: right;
	color: #999;
}
.cat-article-date li .article-info {
	text-indent: 2em;
	margin-top: 10px;
	color: #999;
	font-size: 15px;
	line-height: 28px;
}
/*cat-article-date 带分类、日期的文章列表*/
/*pagination*/
.pagination {
	margin: 30px 0 0;
	text-align: center;
}
.pagination .current {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #ff7361;
	color: #fff;
	font-size: 16px;
}
.pagination a.num,a.prev,a.next {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px #e4e4e4 solid;
	display: inline-block;
	font-size: 16px;
}
.pagination a.num:hover {
	background: #ff7361;
	color: #fff;
}
/*pagination*/
/*column*/
.column {
	overflow: hidden;
}
.col-5 {
	width: 525px;
}
.border {
	border: 1px #e4e4e4 solid;
}
.b0 {
	border: 0!important;
}
.p0 {
	padding: 0!important;
}
.bb1 {
	border-bottom: 1px #e4e4e4 solid;
}
.mb0 {
	margin-bottom: 0!important;
}
/*column*/
/*teacher*/
.teacher {
	overflow: hidden;
	padding-left: 30px;
}
.teacher-item {
	width: 325px;
	height: 399px;
	float: left;
	border: 1px #e4e4e4 solid;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-right: 25px;
	padding: 30px 20px 0;
	margin-bottom: 25px;
}
.teacher-item:hover {
	border: 1px #ff7361 solid;
}
.teacher-item .teacher-item-pic {
	margin-bottom: 10px;
}
.teacher-item .teacher-item-pic img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	border-radius:50%;
}
.teacher-item .teacher-item-name {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.teacher-item .teacher-item-info {
	overflow: hidden;
	font-size: 15px;
	line-height: 28px;
}
.teacher-item .teacher-item-info .teacher-item-info-left {
	float: left;
}
.teacher-item .teacher-item-info .teacher-item-info-content {
	padding-left: 74px;
}
.teacher-item .teacher-item-info .teacher-item-info-content span {
	color: #ff7361
}
/*teacher*/
/*article*/
.article {
	overflow: hidden;
}
.article-left {
	float: left;
	width: 250px;
}
.article-menu-item {
	border: 1px #e4e4e4 solid;
	margin-bottom: 20px;
}
.article-menu-item h4 a {
	font-size: 21px;
	padding: 0 15px;
	height: 49px;
	line-height: 49px;
	display: block;
}
.article-menu-item h4 a:hover ,.article-menu-item a.on{
	background: #ff7361;
	color: #fff;
}
.article-menu-item ul {
	padding: 15px;
	border-top: 1px #e4e4e4 solid;
}
.article-menu-item ul li {
	overflow: hidden;
}
.article-menu-item ul li a {
	font-size: 16px;
	padding: 10px 15px;
	float: left;
}
.article-menu-item ul li a:hover {
	color: #fff;
	background: #ff7361;
}
.article-module {
	margin-bottom: 20px;
	border: 1px #e4e4e4 solid;
	padding: 20px 20px 10px;
}
.article-module .hd {
	border-top: 1px #e4e4e4 solid;
	position: relative;
	margin-bottom: 25px;
}
.article-module .hd h4 {
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	font-size: 18px;
}
.article-module .hd h4 span {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px;
	border: 1px #e4e4e4 solid;
}
.article-module .about p {
	font-size: 12px;
	line-height: 20px;
}
.article-module .about .about-list {
	overflow: hidden;
}
.article-module .about .about-item {
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 10px;
}
.article-module .about .about-item img {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px #e4e4e4 solid;
	margin: 0 auto 7px;
}
.article-module .about .about-item span {
	font-size: 12px;
	display: block;
}
.article-module .services {
	overflow: hidden;
}
.article-module .services-list {
	text-align: center;
}
.article-module .services .services-item {
    text-align: center;
    margin-top: 10px;
    width: 30%;
    display: inline-block;
}
.article-module .services .services-item img {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto 7px;
}
.article-module .services .services-item span {
	font-size: 12px;
	display: block;
}
.article-right {
	float: right;
	width: 810px;
	border: 1px #e4e4e4 solid;
	padding: 0 25px 30px 15px;
}
/*article*/
/*路径导航*/
.breadcrumb {
	padding: 15px 0 15px 30px;
	background: url(../images/u16.png) no-repeat left center;
	border-bottom: 3px #d7d7d7 dashed;
}
.breadcrumb a {
	font-size: 15px;
}
/*路径导航*/
/*专题介绍*/
.special-info {

}
.special-info-item {
	padding: 30px 0;
	/* border-bottom: 1px #e4e4e4 solid; */
}
.special-info-item .special-name {
	font-size: 21px;
	margin-bottom: 30px;
}
.special-info-item .special-name span {
	background: #ff7361;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
	margin-right: 10px;
	display: inline-block;
}
.special-info-item .special-nav {
	overflow: hidden;
	margin-bottom: 10px;
}
.special-info-item .special-nav a {
	background: #e4e4e4;
	padding: 8px 12px;
	font-size: 15px;
	margin-right: 5px;
	margin-top:5px;
	display: inline-block;
}
.special-info-item .special-nav a.on {
	background: #ff7361;
	color: #fff;
}
.special-info-item .special-dec {
	line-height: 28px;
	font-size: 15px;
}
/*专题介绍*/
/*专题下范文参考*/
.reference {
	padding-left: 30px;
	border: 1px solid #e4e4e4;
}
.reference .reference-title {
	display: block;
	font-size: 26px;
	text-align: center;
	margin: 20px auto 30px;
}
.reference-main {
	width: 732px;
	/* float: left; */
	padding: 0 23px;
	margin-bottom: 20px;
}
.reference-main .reference-main-name {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 25px;
}
.reference-main .reference-main-name span {
	color: #fff;
	background: url(../images/u781.png) no-repeat;
	display: inline-block;
	font-size: 20px;
	width: 33px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-right: 5px;
}
/*专题下范文参考*/
/*经典案例*/
.case {

}
.case .contact {
	border: 1px #e4e4e4 solid;
	text-align: center;
	padding: 20px 0;
	font-size: 24px;
	margin-bottom: 20px;
}
.case .contact a {
	margin-left: 25px;
	padding: 8px 25px;
	display: inline-block;
}
.case-list {
	overflow: hidden;
}
.case-list li {
	float: left;
	width: 350px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px #e4e4e4 solid;
	text-align: center;
	padding-bottom: 10px;
}
.case-list li:hover {
	border: 1px #ff7361 solid;
}
.case-list li .case-img {
	margin: 15px auto 5px;
	display: block;
}
.case-list li p {
	font-size: 18px;
	margin-bottom: 20px;
}
.case-list li .case-info {
	text-align: right;
	padding: 0 10px;
}
.case-list li .case-info span {
    display: inline-block;
    vertical-align: middle;
}
.case-list li .case-info img {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
	width: 50px;
	height: 50px;
}
.case-list li.last {
	margin-right: 0;
}
/*经典案例*/
/*文章内页*/
.article-signal{
	padding-top: 15px;
}
.article-signal .article-signal-head {
	text-align: center;
	color: #999;
	border-bottom: 1px #e4e4e4 solid;
}
.article-signal .article-signal-head h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.article-signal .article-signal-head p {
	font-size: 12px;
	margin-bottom: 10px;
}
.article-signal .article-signal-content	{
	font-size: 15px;
	color: #333;
	padding-top: 20px;
}
.article-signal .article-signal-content	p {
	line-height: 28px;
	text-indent: 2em;
	margin-bottom: 10px;
}
/*
.article-signal .article-signal-content	img {
	display: block;
	width: 80%;
	max-width: 80%;
	margin: 0 auto;
}
*/
.article-signal .article-signal-page {
	margin-bottom: 30px;
	overflow: hidden;
}
.article-signal .article-signal-page a {
	font-size: 12px;
	color: #666;
}
.article-signal .article-signal-page a:hover {
	color: #ff7361;
}
/*文章内页*/
/*关于我们*/
.about-us {
	padding: 0 50px;
}
.about-us p {
	color: #000;
	text-indent: 2em;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 10px;
}
.about-us p:last-child {
	margin-bottom: 0;
}
.target {
	overflow: hidden;
	padding: 20px 0 50px;
}
.target-left {
	float: left;
	border-right: 1px #e4e4e4 solid;
	width: 50%;
}
.target-right {
	float: right;
	width: 50%;
}
.target-item {
	text-align: center;
}
.target-item img {
	margin: 0 auto 20px;
	height: 57px;
	display: block;
}
.target-item p {
	font-size: 16px;
	color: #000;
}
.mb50 {
	margin-bottom: 50px;
}
/*关于我们*/
/*公告列表*/
.notice-list {

}
.notice-list li {
	overflow: hidden;
	width: 100%;
	height: 300px;
	position: relative;
	border: 1px #ff7361 solid;
	padding: 25px;
	margin-bottom: 25px;
	box-shadow: 10px 10px 10px #a7a7a7;
}
.notice-list li .notice-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.notice-list li .notice-content {
	font-size: 20px;
}
.notice-list li .notice-name {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 18px;
}
/*公告列表*/
/*登录*/
.login {
	padding: 50px 120px;
}
.login h5 {
	font-size: 16px;
	margin-bottom: 40px;
}
.login input {
	width: 470px;
	margin-right: 20px;
}
.guize {
	background: #fff;
	line-height: 30px;
	height: 30px;
	border: 1px #ff7361 solid;
	color: #ff7361;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-left: 20px;
}
.guize:hover .guize-main{
	display: block;
}
.login .tips {
	color: #000;
	font-size: 15px;
	text-align: center;
}
.login .tips a {
	color: #ff7361
}
.login .share-tips {
	color: #ff7361;
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
}
.form-inline .form-group {
	display: inline-block;
}
.mr20 {
	margin-right: 20px;
}
.w204 {
	width: 204px!important;
}
.w328 {
	width: 328px!important
}
.form-group {
	vertical-align: middle;
}
.form-group input {
	border: 1px #a9a9a9 solid;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	vertical-align: top;
}
.form-group button {
	border: 0;
	height: 30px;
	font-size: 14px;
	vertical-align: top;
	padding: 0 10px;
	font-family: "微软雅黑";
}
.guize-main {
	display: none;
	position: absolute;
	width: 740px;
	height: 670px;
	top: 50%;
	left: 50%;
	margin-top: -335px;
	margin-left: -370px;
	background: #fff;
	padding: 32px;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	border: 1px #ff7361 solid;
}
.guize-main p {
	text-align: left;
}
/*登录*/
/*帮助中心*/
.help {
	overflow: hidden;
	padding: 0 20px;
}
.help .help-left {
	width: 509px;
	float: left;
}
.help .help-right {
	width: 509px;
	float: right;
}
.help .help-content {
	padding: 25px 50px 30px;
}
.help .help-content .title {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
.help .help-content .zhengwen p {
	text-indent: 2em;
	line-height: 28px;
}
.help .help-content .fanpian {
	margin-top: 20px;
}
/*帮助中心*/

/*个人中心*/
.user-center-menu {
	width: 150px;
	float: left;
}
.user-center-menu ul li {
	border: 1px #e4e4e4 solid;
	margin-top: -1px;
	padding: 10px 0; 
	text-align: center;
	font-size: 16px;
}
.user-center-menu ul li a:hover,.user-center-menu ul li.on a {
	color: #ff7361
}
.user-center-menu ul li img {
	display: block;
	margin: 0 auto 10px;	
	width: 50px;
	height: 50px;
}
.user-center-main {
	width: 910px;
	min-height: 612px;
	float: right;
	border: 1px #e4e4e4 solid;
	padding: 15px 35px 30px;
}
.user-tip {
	margin: 0 auto 40px;
	font-size: 16px;
	color: #ff7361;
	width: 730px;
	border: 1px #ff7361 solid;
	padding: 10px 20px;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
}
.user-u45 {
	width: 194px;
}
.user-u45 img {
	width: 194px;
	height: 235px;
	display: block;
	margin-bottom: 10px;
}
.user-home {

}
.user-home li {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}
.user-home li a {
	color: #6666ff;
	font-size: 12px;
}
.user-btn {
	background: #ff7361;
	color: #fff!important;
	padding: 5px 10px;
	font-size: 16px!important;
}
.user-main-head {
	padding: 15px 0;
	border-bottom: 1px #e4e4e4 dashed;
	font-size: 16px;
	margin-bottom: 20px;
}
.user-center-main .form-group {
	margin-bottom: 10px;
}
.user-center-main label {
	display: inline-block;
	width: 90px;
	font-size: 16px;
}
.user-center-main input[type='text'],.user-center-main input[type='password'],.user-center-main select {
	border-radius: 10px;
	padding: 0 10px;
	border: 1px #e4e4e4 solid;
	width: 266px;
	height: 39px;
	font-size: 14px;
	vertical-align: middle;
}
.user-center-main textarea {
	width: 654px;
	height: 212px;
	border: 1px #e4e4e4 solid;
	border-radius: 10px;
	padding: 15px 20px;
	font-size: 14px;
	font-family: "微软雅黑"
}
.user-center-main .btn-red {
	padding: 10px 15px;
	background: #ff7361;
	color: #fff;
	border: 0;
	font-size: 16px;
}
.user-center-main .form-tip {
	padding-left: 90px;
	margin: 0 0 15px;
	display: block;
}
.jia {
	font-size: 30px!important;
	color: #fff;
	background: #d7d7d7;
	padding: 0;
	height: 40px!important;
	margin-left: 5px;
	width: 40px!important;
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	cursor:pointer;
}
.ml5 {
	margin-left: 5px;
}
.h40{
	height: 40px!important;
	vertical-align: initial!important;
}
.mt10 {
	margin-top: 10px;
}
.ml90 {
	margin-left: 90px;
}
.ml125 {
	margin-left: 125px;
}
.tip-box {
	width: 400px;
	margin: 0 auto;
	border: 1px #e4e4e4 solid;
	padding: 20px 20px 30px;
	text-align: center;
}
.tip-box img {
	display: block;
	margin: 0 auto 20px;
	width: 70px;
	height: 70px;
}
.tip-box span {
	font-size: 16px;
	display: block;
}
.c5f {
	color: #5F82B6;
}
.mtm20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.user-btn-block {
	display: block;
	background: #ff7361;
	color: #fff;
	padding: 13px 0;
	font-size: 18px;
	border: 0;
	width: 100%;
}
.user-btn-block:hover {
	color: #fff;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.user-main-nav {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
.user-main-nav a {
	border: 1px #ff7361 solid;
	font-size: 16px;
	padding: 15px 45px;
	border-radius: 10px;
	display: inline-block;
	margin: 0 50px;
}
.user-main-nav a.on {
	background: #ff7361;
	color: #fff;
}
.noheight {
	min-height: inherit;
}
.order-list {
	float: right;
	width: 910px;
	margin-top: 20px;
	border-spacing: 0;
    border-collapse: collapse;
}
.order-item {
	border: 1px #e4e4e4 solid;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
}
.order-item .order-item-head {
	height: 38px;
	line-height: 38px;
	background: #f2f2f2;
	color: #000;
}
.order-item .order-item-head td {
	padding: 0 20px;
	font-size: 16px;
}
.order-item .order-item-head .date {
	margin-right: 15px;
}
.order-item .order-item-content td {
	padding: 18px 0;
}
.order-item .order-item-img {
	width: 80px;
	height: 80px;
	border: 1px #e4e4e4 solid;
}
.order-detail {
	padding: 30px 155px 0;
}
.order-detail h3 {
	margin-bottom: 20px;
}
.order-detail h3 span {
	background: #ff7361;
	width: 164px;
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin: 0 auto;

}
.order-detail ul li {
	font-size: 16px;
	overflow: hidden;
	line-height: 34px;
}
.order-detail ul li i {
	color: #ff7361;
	font-size: 24px;
	margin-right: 10px;
	vertical-align: bottom;
}
.order-detail ul li .tt-left {
	float: left;
	width: 120px;
}
.order-detail ul li .xq {
	padding-left: 120px;
}
.order-detail ul li a {
	color: #6699ff;
	font-size: 12px;
}
.order-detail ul li.tk {
	font-size: 13px;
}
.order-detail ul li.tk a {
	color: #ff7361;
	font-size: 13px;
	margin-left: 10px;
}

.user-btn-auto {
	border: 0;
	width: 130px;
	height: 50px;
	margin: 20px auto 0;
	display: block;
}
.acf7 a {
	color: #ff7361
}
.integral-list {
	width: 620px;
}
.integral-item {
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 10px;
}
.integral-item span {
	font-size: 12px;
}
.integral-item-left {
	float: left;
	width: 90px;
	font-size: 16px!important;
}
.user-center-main .integral-item .jian-text {
	width: 50px;
	margin-top: 2px;
	height: 25px;
	padding: 0;
	border-radius: 0;
	border: 1px #a9a9a9 solid;
	font-family: "微软雅黑";
	margin-right: 10px;
}
.user-center-main .integral-item .jian-select {
	width: 60px;
	height: 21px;
	font-size: 12px;
	border: 1px #a9a9a9 solid;
	padding: 0;
	border-radius: 0;
	margin-right: 10px;
}
.user-center-main .integral-item .huobi-tip {
	font-size: 16px;
}
.intergral-package {
	overflow: hidden;
}
.intergral-package li {
	width: 144px;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	font-size: 12px;
	text-align: center;
	border: 1px #333 solid;
	border-radius: 10px;
	cursor: pointer;
}
.intergral-package li.on {
	border: 1px #ff7361 solid;
	color: #ff7361
}
.jifen-tit {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.jifen input.input-jifen {
	width: 470px;
	height: 30px;
	border: 1px #a9a9a9 solid;
	border-radius: 0;
}
.jifen .copy {
	margin-left: 20px;
}
.jifen-tip {
	margin-top: 20px;
	color: #ff7361;
	font-size: 16px;
	line-height: 28px;
}
.school-daili {
	text-align: center;
	margin-top: 50px;
}
.school-daili p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #ff7361;
}
.school-daili a {
	width: 300px;
	height: 45px;
	line-height: 45px;
	display: block;
	margin: 30px auto 0;
	border-radius: 5px;
	padding: 0;
	font-size: 22px!important;
}
.login-main {

}
.login-main input.login-input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px #e4e4e4 solid;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 0 15px;
}
.login-main-item {
	position: relative;
	margin-bottom: 15px;
}
.login-main-item i {
	position: absolute;
	top: 10px;
	right: 13px;
	font-size: 24px;
	color: #ff7361
}
.login-main .login-check {
	width: auto;
	vertical-align: middle;
	margin-right: 0;
}
/*个人中心*/
/*服务条款*/
.service-provision {
	padding: 40px 50px;
}
.provision-head {
	margin-bottom: 10px;
}
.provision-title {
	margin-top: 10px;
	font-size: 20px;
}
/*服务条款*/


.login-main span.error {
	display: none!important;
}
.login-main input.error {
	border: 1px #ff7361 solid;
}
span.error {
	margin-left: 10px;
	color: #ff7361
}


.fileInputContainer{
	height:40px;
	line-height: 40px;
	padding: 0!important;
	text-align:center;
	background:#ff7361;
	position:relative;
	width: 200px;
	display: inline-block;
	margin-top:5px;
}
.fileInput{
	width: 100%!important;
	height:100%!important;
	overflow: hidden;
	font-size: 300px;
	position:absolute;
	right:0;
	top:0;
	opacity: 0;
	filter:alpha(opacity=0);
	cursor:pointer;
}
.hide{
	display:none;
}
#fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
body {
	padding-top: 121px;
}

.youqing {
    text-align: left;
    color: black;
    line-height: 30px;
    margin-top:20px;
}
.youqing span {
    float: left;
    width: 7%;
}
.frendlink{
	margin-left: 70px;
}
.frendlink li{
    display:inline-block;
    margin-left:10px;
}
/*支付图标*/
.icon_pay{
    width:50px;
 	height:50px;
 }
 /* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */