/*本页面使用content盒子模型*/
* {
	box-sizing: content-box;
}
/*所有页面的相同样式，此处的site-top为除了关于我们首页的其他页面的样式 begin*/
/*头部navlist每一个item上面的border*/
.decorate {
	width: 60px;
	left: 300px;
}
/*.site-top {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	border-bottom: 10px solid #e2e2e2;
	background-image: url('../img/bg-s.png');
	background-repeat: no-repeat;
	background-position: top center;
}*/
/*关于我们主体部分*/
.site-main {
	width: 100%;
	background-color:#fafafa;
}
.main-content {
	width: 1170px;
	padding: 54px 0;
	margin: 0 auto;
}
/*左侧导航栏*/
.main-con-left {
	width: 150px;
}
.sidenav-list {
	width: 149px;
	height: 500px;
	padding-top: 5px;
	border-right: 1px solid #e5e5e5;
}
.sidenav-item {
	margin-bottom: 25px;
	padding: 0 50px 0 29px;
	color: #555555;
	font-size: 14px;
}
.sidenav-item:hover {
	color: #fdcf3a;
}
.sidenav-item:hover .li-point {
	background-color: #f9be00;
}
.sidenav-item:hover .about-link {
	color: #f9be00;
}
.li-point {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 8px;
	background-color: #555555;
	vertical-align: middle;
}
.about-link {
	display: inline-block;
	vertical-align: middle;
}
.sidenav-item-active {
	color: #f9be00;
}
.sidenav-item-active .li-point {
	background-color: #f9be00;
}
.sidenav-item-active .about-link {
	color: #f9be00;
}
/*右侧内容*/
.main-con-right {
	width: 1020px;
}
.content-words {
	padding: 2px 0 150px 41px;
}
/*所有页面的相同样式，此处的site-top为除了关于我们首页的其他页面的样式 end*/

/*---关于我们首页样式，使用about-us-index进行样式覆盖 begin ---*/
/*关于我们top样式，包括大背景图*/
.about-us-index .site-top {
	height: 450px;
	background-image: url('../img/bg.jpg');
}
.about-us-index .top {
	position: relative;
	width: 1170px;
	height: 450px;
	margin: 0 auto;
}
.about-us-index .site-slogan {
	position: absolute;
	top: 168px;
}
.about-us-index .register {
	position: absolute;
	top: 312px;
}
.about-us-index .register-btn {
	display: block;
	width: 150px;
	height: 40px;
	color: #262930;
	font-size: 18px;
	border-radius: 2px;
	background-color: #fdcf3a;
	text-align: center;
	line-height: 40px;
}
.about-us-index .register-btn:hover {
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
	background-color: #fcda78;
}
/*关于我们右侧内容*/
.about-us-index .content-words {
	padding: 2px 0 0 56px;
}
.about-us-index .infor-head h4 {
	color: #f9be00;
	font-size: 18px;
	font-weight: bold;
}
.about-us-index .infor-sub-head {
	color: #555555;
	font-size: 14px;
	line-height: 25px;
}
.about-us-index .us-general {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}
.about-us-index .us-detail li {
	color: #555555;
	font-size: 14px;
	list-style: disc;
	line-height: 25px;
}
.about-us-index .creator-box {
	margin-top: 60px;
}
.about-us-index .creator-info {
	width: 455px;
}
.about-us-index .creater-resume {
	margin-top: 30px;
	color: #555555;
	font-size: 14px;
	line-height: 22px;
}
.about-us-index .bread-memorabilia
,.about-us-index .co-operatives
,.about-us-index .breadoffer-alumni
,.about-us-index .breadoffer-course
,.about-us-index .student-welfare
,.about-us-index .teacher-team
,.about-us-index .report-card
,.about-us-index .contact-us {
	margin-top: 60px;
}
.about-us-index .sub-issue {
	padding-left: 91px;
}
.about-us-index .location,.about-us-index .campuss {
	width: 60px;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
}
.about-us-index .report-card img {
	display: block;
	width: 964px;
}
.about-us-index .campuss {
	width: 900px;
}
.about-us-index .course-box
,.about-us-index .welfare-box
,.about-us-index .team-brief {
	font-size: 14px;
	line-height: 22px;
}
.about-us-index .teacher-box-top, .about-us-index .teacher-box-bottom {
	color: #555555;
	font-size: 14px;
	line-height: 22px;
}
.about-us-index .teacher-box-top li
,.about-us-index .teacher-box-bottom li {
	box-sizing: border-box;
	width: 320px;
	height: 173px;
	padding-top: 20px;
	padding-left: 60px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.about-us-index .teacher-box-bottom li {
	height: 273px;
	border-bottom: none;
}
.about-us-index .teacher-box-top li:first-child {
	padding-left: 0;
	border-left: none;
}
.about-us-index .teacher-box-bottom li:first-child {
	padding-left: 0;
	border-left: none;
}
.about-us-index .offer-box {
	width: 170px;
}
.about-us-index .offer-box span {
	margin-right: 10px;
}
.about-us-index .contact-box {
	height: 200px;
}
.about-us-index .qr-code-area {
	overflow: hidden;
	padding-right: 35px;
	color: #555555;
	font-size: 14px;
	border-right: 1px solid #e5e5e5;
}
.about-us-index .qr-code {
	width: 168px;
	margin-top: -10px;
	margin-left: -9px;
	text-align: center;
}
.about-us-index .qr-code2 {
	margin-left: 40px;
}
.about-us-index .qr-code img {
	display: block;
}
.about-us-index .qr-code-img2 {
	margin-top: 6px;
}
.about-us-index .contact-way {
	padding-left: 48px;
	color: #555555;
	font-size: 14px;
	line-height: 24px;
}
.about-us-index .slogan-bottom {
	margin: 60px 0;
	color: #555555;
	font-size: 24px;
	text-align: center;
}
/*---关于我们首页样式，使用about-us-index进行样式覆盖 end ---*/

/*---加入我们独有样式，使用join-us进行样式覆盖，并且其他页面也有使用相同的样式，使用组合选择来减少重复 begin ---*/
.join-us .about-link-1 {
	color: #4A84F9;
}
.join-us .about-link-1:hover {
	color: #eda700;
}
/*加入我们主要内容*/
.join-us .terms
, .qa-area .terms
, .site-terms .terms
, .report-area .terms{
	font-size: 52px;
	color: #555555;
}
.join-us .info-head-cont
, .qa-area .info-head-cont
, .site-terms .info-head-cont
, .report-area .info-head-cont {
	display: inline-block;
	margin-left: 15px;
}
.join-us .info-head-title
, .qa-area .info-head-title
, .site-terms .info-head-title
, .report-area .info-head-title {
	font-size: 24px;
	color: #555555;
}
.join-us .info-head-entitle
, .qa-area .info-head-entitle
, .site-terms .info-head-entitle
, .report-area .info-head-entitle {
	margin-top: 2px;
	font-size: 12px;
}
.join-us .terms-content
, .site-terms .terms-content
, .report-area .terms-content {
	width: 100%;
	margin-top: 25px;
}
.join-us .terms-content p {
	color: #333333;
	line-height: 25px;
}
.join-us .terms-general {
	font-size: 12px;
}
.join-us .term-specific p
, .site-terms .term-specific p
, .report-area .term-specific p {
	margin-top: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 22px;
}
.join-us .term-specific span {
	color: #ff5959;
}
.join-us .p-padding
, .site-terms .p-padding
, .report-area .p-padding {
	padding-left: 60px;
}
.join-us .job-head {
	font-size: 18px;
}
.join-us .job-duty {
	font-size: 12px;
}
.join-us .job-duty li {
	font-size: 12px;
	color: #333333;
	line-height: 25px;
}
.join-us .font-w {
	font-weight: bold;
}
/*---加入我们独有样式，使用join-us进行样式覆盖，并且其他页面也有使用相同的样式，使用组合选择来减少重复 end ---*/

/*---常见问题独有样式，使用qa-area进行样式覆盖 begin ---*/
.qa-area .expand-btn {
	width: 80px;
	height: 23px;
	margin-top: 10px;
	color: #555555;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	text-align: center;
	line-height: 23px;
	cursor: default;
}
.qa-area .expand-btn:hover {
	background-color: #fff;
	border-color: #fdcf3a;
	color: #eda700;
}
.qa-area .terms-content {
	width: 100%;
	margin-top: 10px;
}
.qa-area .common-p-item {
	margin-top: 10px;
}
.qa-area .click-active .problem-brief,.qa-area .click-active .problem-detail{
	border:1px solid #f9be00;
}
.qa-area .click-active .problem-brief{
	color:#f9be00;
}

.qa-area .problem-brief {
	overflow: hidden;
	width: 942px;
	height: 38px;
	padding: 0 20px;
	color: #555555;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	line-height: 38px;
	cursor: pointer;
}
.qa-area .icon-expand {
	font-size: 14px;
}
.qa-area .icon-rotate {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transform:rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
/*鼠标放置在每一个问题上时的hover效果*/
.qa-area .problem-brief:hover {
	border-color: #f9be00;
}
.qa-area .problem-brief:hover span
, .qa-area .problem-brief:hover i {
	color: #f9be00;
}
.qa-area .problem-detail {
	/*display: none;*/
	width: 942px;
	margin-top: -1px;
	padding: 20px;
	padding-right:11px;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #fff;
}
.qa-area .common-p-item:hover .problem-brief
, .qa-area .common-p-item:hover .problem-detail {
	border-color: #f9be00;
}
.qa-area .problem-detail li {
	color: #555555;
	font-size: 12px;
	line-height: 25px;
}
.qa-area .contact-box {
	padding-left: 20px;
}
.qa-area .contact-box p {
	font-weight: bold;
}
/*---常见问题独有样式，使用qa-area进行样式覆盖 end ---*/

/*---网站条款独有样式，使用site-terms进行样式覆盖 begin ---*/
.site-terms .terms-content p
, .report-area .terms-content p {
	line-height: 20px;
}
.site-terms .terms-general
.report-area .terms-content p {
	font-size: 14px;
}
/*---网站条款独有样式，使用site-terms进行样式覆盖 end ---*/

/*---媒体报道独有样式，使用report-area进行样式覆盖 end ---*/
/*后来追加的媒体报道的页面的样式*/
#media{
	width:100%;
	height:auto;
	border-top:6px solid #FCD051;
	/*margin-top:22px;*/
}
#media ul li{
	padding:20px 0px;
	overflow: hidden;
	border-bottom:1px solid #ebebeb;
}
.report-area .me-left{
	float:left;
	width:100px;
	height:100px;
	border:1px solid #e5e5e5;
}
.report-area .me-left a{
	display: block;
	width:100%;
	height:100%;
	position: relative;
}
.report-area .me-left a img{
	width:100%;
	height:100%;
}
.report-area .me-right{
	overflow: hidden;
	padding-left: 42px;
	height:100px;
}
.report-area .me-right div{
	height:28px;
	line-height: 28px;
}
.report-area .me-right div strong{
	float: right;
	vertical-align: middle;
	font-size: 16px;
	color:#bbb;
	margin-right:12px;
	font-style:normal;
	font-weight:normal;
}
.report-area .me-right div i{
	float: right;
	vertical-align: middle;
	font-size: 12px;
	color:#bbb;

}
.report-area .me-right .slice{
	font-size: 18px;
	color:#333;
	display: inline-block;
	width:647px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.report-area .me-right .slice a:hover{
	color:#eda700;
}
.report-area .me-right p{
	margin-top: 0px;
	font-size:12px;
	color:#999;
	padding-top: 9px;
}
/*样式覆盖*/
.report-area .sidenav-item{
	padding-left:19px;
}
/*最后的分页按钮的样式*/
.report-area .page-wrap {
    margin: 34px 0 50px;
}
.report-area .paginator {
    display: block;
}
.report-area .page-item:first-child {
    margin-left: 0;
}
.report-area .page-no {
    color: #c5c5c5!important;
    background-color: #f5f5f5!important;
}
.report-area .page-item {
    display: inline-block;
    margin-left: 6px;
    width: 30px;
    height: 30px;
    background-color: #e5e5e5;
    border-radius: 2px;
    color: #6e6240;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    float: left;
}
.report-area .prev,.report-area .next {
    color: #bebebe;
}
.report-area .page-no:hover {
    color: #c5c5c5;
    background-color: #f5f5f5;
}
.report-area .page-item:hover{
	background: #ccc;
}
.report-area .page-current{
    color: #6e6240;
    background-color: #fcda78;
}
.report-area .xinwen{
	font-size: 56px;
}
/*图片的遮罩层*/
/*图片的遮罩层*/
.report-area .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	background-color:#fff;
	-moz-opacity:0;
	opacity: 0;
	filter:alpha(opacity=0);
	opacity: 0;
	z-index: 4;
}
.report-area .cover:hover {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
/*---媒体报道独有样式，使用report-area进行样式覆盖 end ---*/

/*---关于我们中成功案例页面的样式，目前此页面处于隐藏状态，所以把它的样式统统都放置在这里，
使用successful-case进行样式覆盖，无论与上述页面是否重复，如果此后这个页面将被完全删除，
则这里的样式也整体删除即可，不会影响到其他的页面 begin---*/
.successful-case .terms {
	font-size: 56px;
	color: #555555;
}
.successful-case .info-head-cont {
	display: inline-block;
	margin-left: 15px;
}
.successful-case .info-head-title {
	font-size: 24px;
	color: #555555;
}
.successful-case .info-head-entitle {
	margin-top: 2px;
	font-size: 12px;
}
.successful-case .terms-content {
	width: 100%;
	margin-top: 40px;
}
.successful-case .terms-content p {
	margin-top: 20px;
	color: #333333;
	line-height: 23px;
}
.successful-case .terms-general {
	font-size: 14px;
}
.successful-case .term-specific p {
	margin-top: 0px;
	color: #333333;
	font-size: 12px;
	line-height: 22px;
}
.successful-case .p-padding {
	padding-left: 30px;
}
.successful-case .case-box {
	margin-top: 60px;
}
.successful-case.case-detail {
	margin-top: 50px;
	font-size: 14px;
	line-height: 22px;
}
.successful-case.case-sort {
	font-size: 16px;
	font-weight: bold;
}
.successful-case .caser-name {
	font-weight: bold;
}
/*---关于我们中成功案例页面的样式，目前此页面处于隐藏状态，所以把它的样式统统都放置在这里，
使用successful-case进行样式覆盖，无论与上述页面是否重复，如果此后这个页面将被完全删除，
则这里的样式也整体删除即可，不会影响到其他的页面 end---*/

/*--- 调整其他页面样式 begin ---*/
.site-head {
	background-color: #313131;
}
.site-head .header {
	position: fixed;
	z-index: 99;
	background-color: #313131;
}
.site-head .header-nav .button-default {
	color: #fff;
	background-color: transparent;
}
.site-head .header-nav .link {
	color: #fff;
}
.site-head .header-nav .nav-item-active .link {
	color: #fdcf3a;
}
.site-head .decorate {
	width: 60px;
	left: 300px;
}
.sub-nav-area {
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 60px;
	background-color: rgba(49, 49, 49, .4);
}
.sub-nav-scroll {
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 16px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 16px 1px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 16px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 16px 1px rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,0.98);
}
.sub-nav-scroll .sub-nav-about {
	color: #333333;
}
.sub-nav-scroll .sub-nav-item a {
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	color: #333333;
}
.sub-nav-scroll .sub-nav-item a:hover {
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	color: #f9be00;
}
.sub-nav-cont {
	width: 1170px;
	height: 100%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
}
.sub-nav-about {
	width: 60px;
	height: 100%;
	line-height: 60px;
}
.sub-cut-line {
	width: 1px;
	height: 25px;
	margin-top: 17px;
	background-color: rgb(146, 146, 146);
}
.sub-nav-list {
	position: relative;
}
.sub-nav-item {
	width: 110px;
	text-align: center;
	line-height: 60px;
}
.sub-nav-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.sub-nav-item a:hover {
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	color: #fdcf3a;
}
.sub-n-decorate {
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 110px;
	height: 2px;
}
.join-us .sub-n-decorate  {
	left: 110px;
}
.site-terms .sub-n-decorate {
	left: 220px;
}
.report-area .sub-n-decorate {
	left: 330px;
}
.qa-area .sub-n-decorate {
	left: 330px;
}
.s-decorate-line {
	width: 32px;
	height: 100%;
	margin: 0 auto;
	background-color: #fdcf3a;
}
.site-top {
	position: relative;
	top: 60px;
	left: 0;
	width: 100%;
	height: 250px;
	background-image: url(../../img/aboutus/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: fixed;
}
.top-words {
	box-sizing: border-box;
	width: 1170px;
	height: 100%;
	margin: 0 auto;
	padding-top: 116px;
	text-align: center;
}
.top-words-zh {
	color: #ffffff;
	font-size: 30px;
}
.top-words-en {
	color: #aeaeae;
	font-size: 12px;
}
.site-main {
	position: relative;
	top: 60px;
}
.qa-area .site-main {
	top: 0;
}
.qa-area .site-main .main-content {
	padding-top: 54px;
}
.site-main .main-content {
	padding-top: 10px;
}
.join-us .terms-content, .site-terms .terms-content, .report-area .terms-content {
	margin-top: 0;
}
.content-words {
	width: 1170px;
	padding: 0;
}
/*--- 面包屑 begin ---*/
.site-crumbs {
	height: 54px;
	font-size: 12px;
	line-height: 54px;
}
.site-crumbs span {
	color: #777777;
}
.site-crumbs a {
	color: #4c8eff;
	cursor: pointer;
}
.site-crumbs a:hover {
	color: #fdcf3a;
}
.site-crumbs i {
	color: #4c8eff;
	font-size: 16px;
	vertical-align: -1px;
}
/*--- 面包屑 begin ---*/
.site-footer {
	position: relative;
	top: 60px;
}
.footer .footer-content {
	padding: 30px 0 0 0;
}
/*--- 调整其他页面样式 end ---*/












