@charset "utf-8";
body {
	color: #333333;
	font-size: 14px;
	background-color: #FFFFFF;
	overflow-x: auto;
}

.textCenter {
	text-align: center;
}

.textLeft {
	text-align: left;
}

.textRight {
	text-align: right;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*<!--头部【导语和表单】-->*/

.header {
	width: 100%;
	height: 648px;
	background: url(../img/headBanner.jpg) no-repeat center top;
	position: relative;
}

.headContent {
	width: 1000px;
	margin: 0 auto;
	height: 497px;
}

.mainNav {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
}

.mainNav .mainNav_wrap {
	width: 100%;
	height: 50px;
	position: static;
	background-color: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}

.mainNav ul {
	width: 1000px;
	margin: 0 auto;
	color: #FFFFFF;
}

.mainNav .mainNav_wrap.fixedTop {
	position: fixed;
	z-index: 999;
	top: 0;
}

.mainNav li {
	padding: 0 12px;
	float: left;
	cursor: pointer;
}

.mainNav .lastLi {
	border-right: 0;
}

.mainNav li:hover,
.mainNav li.activeNav,
.mainNav a:hover {
	color: #6796D7;
}

.mainNav a {
	display: block;
	width: 84px;
	float: left;
	cursor: pointer;
}


/*<!--导航-->*/


/*导语*/

.leadAndForm {
	padding: 20px 0 40px 0;
}

.lf-wrap {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

.lead {
	width: 508px;
}

.lead-tit {
	font-size: 30px;
	height: 60px;
	position: relative;
	line-height: 76px;
	letter-spacing: 5px;
}

.lead-tit:before {
	position: absolute;
	content: "";
	height: 1px;
	width: 1000px;
	background-color: #000000;
	top: 59px;
	right: 440px;
}

.lead p {
	line-height: 30px;
	padding: 20px 0 35px 0;
	color: #666666;
	letter-spacing: 1px;
}

.lead-btn a {
	display: block;
	width: 240px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #804C7C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #804C7C;
}

.lead-btn a:hover {
	background-color: #804C7C;
	color: #FFFFFF;
	cursor: pointer;
}


/*表單*/

.biaodan {
	width: 422px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #FFFFFF;
	position: absolute;
	border-bottom: 6px solid #E2ECF6;
	right: 0;
	top: 0;
}

.form-tit {
	font-size: 24px;
	margin-bottom: 20px;
}

.biaodan form div {
	margin-bottom: 10px;
}

.biaodan form div.noMR {
	margin-right: 0;
}

.biaodan h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.biaodan form input,
.biaodan form select {
	height: 38px;
	font-family: "微软雅黑";
	width: 264px;
	color: #aab2bd;
}

.biaodan form input {
	padding-left: 5px;
	width: 256px;
}

.mobile,
.name,
.branch,
.Mschool {
	width: 265px;
	padding: 1px 0;
	margin: 0 auto;
	padding-left: 42px;
	margin-bottom: 10px;
}

.mobile {
	background: url(../img/telBox.jpg) no-repeat center;
}

.name {
	background: url(../img/nameBox.jpg) no-repeat center;
}

.branch {
	background: url(../img/cityBox.jpg) no-repeat center;
}

.Mschool {
	background: url(../img/uniBox.jpg) no-repeat center;
}

#submit {
	display: block;
	background: #6796D7 !important;
	width: 298px;
	height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 1px solid #6796D7;
}

#submit:hover{
	background-color: #5278AC !important;
	border-color: #5278AC;
}

/*表單*/


/*<!--头部【导语和表单】-->*/


/*********************<!--公共模块-->**********************/

.section {
	width: 100%;
	padding: 80px 0;
	background-color: #FFFFFF;
}

.leadAndForm,
.artSchools,
.applyFlow,
.sampleReels,
.artQA,
.teachers {
	background-color: #F2F3F5;
}

.section_content {
	width: 1000px;
	margin: 0 auto;
}

.section_content h4 {
	font-size: 34px;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 50px;
	height: 95px;
	width: 798px;
	border: 1px solid #666666;
	line-height: 95px;
}

.section_content h4 p {
	bottom: -11px;
	font-size: 22px;
	font-weight: normal;
	color: #666666;
	line-height: 22px;
	background-color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	top: -11px;
	padding: 0 20px;
}

.artSchools .section_content h4 p,
.applyFlow .section_content h4 p,
.sampleReels .section_content h4 p,
.artQA .section_content h4 p {
	background-color: #F2F3F5;
}

.majorRank .section_content h4 p,
.successfulCase .section_content h4 p {
	background-color: #FFFFFF;
}

.ly-wrap {
	width: 620px;
	margin: 0 auto;
}

.ly_link {
	display: block;
	height: 50px;
	width: 300px;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 40px;
	cursor: pointer;
	color: #FFFFFF;
	border: 1px solid #6796D7;
	color: #6796D7;
}

.ly_link:hover {
	color: #FFFFFF;
	background-color: #6796D7;
}


/*********************<!--公共模块-->**********************/


/*<!--usaAdvans-->*/

.usaAdvans {
	padding-bottom: 0;
}

.usaAdvansCon {
	padding: 15px 0;
	background: url(../img/bg1.jpg) no-repeat left center;
}

.usaAdvansUL {
	width: 760px;
	background-color: #F2F3F5;
	margin-left: 240px;
	padding: 10px 0 22px 0;
}

.usaAdvansUL li {
	width: 380px;
	height: 120px;
	float: left;
	padding-top: 10px;
}

.usaAdvansUL span {
	display: block;
	float: left;
	width: 40px;
	font-size: 54px;
	font-style: oblique;
	height: 100%;
	color: #804C7C;
	padding-left: 20px;
}

.usaAdvansUL p {
	display: block;
	float: left;
	width: 292px;
	margin-left: 16px;
	letter-spacing: 1px;
}

.usaAdvansUL p b {
	display: block;
	font-weight: normal;
}

.usaAdvan-tit {
	font-size: 16px;
	margin-bottom: 15px;
	padding-top: 10px;
	color: #000000;
}

.usaAdvan-contxt {
	color: #999999;
	line-height: 25px;
}


/*<!--usaAdvans-->*/


/*<!--hotMajor-->*/

.hotMajorUL {
	overflow: hidden;
}

.hotMajorUL li,
.artUniUL li {
	width: 239px;
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
	padding-top: 117px;
	border: 1px solid #CCCCCC;
	height: 351px;
	padding-bottom: 30px;
}

.hotMajorUL li {}

.hotMajorUL li.nomr,
.artUniUL li.nomr {
	margin-right: 0;
}

.maj-type {
	width: 160px;
	padding: 10px 0;
	margin: 0 auto;
	background-color: #804C7C;
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 20px;
}

.maj-choose {
	padding: 0 14px;
	color: #999999;
	margin-bottom: 6px;
}

.maj-choose b {
	color: #6796D7;
}

.maj-range {
	width: 210px;
	height: 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #F2F3F5;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.maj-range span {
	height: 100%;
	background-color: #6796D7;
	display: block;
}

.maj-contxt {
	color: #999999;
	padding: 0 14px;
	line-height: 24px;
	letter-spacing: 1px;
	font-size: 13px;
}

.maj-contxt span {
	color: #333333;
}

.hotMajor .ly_link,
.artSchools .ly_link,
.materialPreparation .ly_link {
	margin-top: 20px;
}


/*<!--hotMajor-->*/


/*<!--artSchools-->*/

.artUniUL li {
	background-color: #FFFFFF;
	padding-top: 20px;
	height: 464px;
	border-top-width: 3px;
	border-top-color: #804C7C;
	padding-bottom: 20px;
}

.artUniUL img {
	margin: 0 auto;
	height: 76px;
}

.art-uniname {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	height: 72px;
	padding: 0 20px;
	letter-spacing: 1px;
}

.art-uniname span {
	display: block;
	color: #666666;
	font-weight: normal;
	margin-top: 12px;
	font-size: 14px;
}

.art-about {
	padding: 0 12px;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 12px;
	color: #666666;
}

.art-about span {
	float: left;
	display: block;
	height: 24px;
	background-color: #F0F4FD;
	color: #6796D7;
	width: 88px;
	text-align: center;
}

.art-about em {
	float: right;
	display: block;
	width: 114px;
	color: #999999;
}


/*<!--artSchools-->*/


/*<!--majorRank-->*/

.majorRank {
	padding: 80px 0;
	background: url(../img/bg7.jpg) no-repeat center bottom #FFFFFF;
}

.mrTable-head {
	width: 1000px;
}

.mrTable-head th {
	height: 54px;
	color: #FFFFFF;
	background: #804C7C;
	font-weight: normal;
	font-size: 16px;
	border-right: 1px solid #FFFFFF;
	letter-spacing: 1px;
}

.mrTable-body-wrap {
	height: 950px;
	overflow-y: auto;
	background-color: #FFFFFF;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}

.mrTable-body {
	width: 980px;
}

.mrTable-body td {
	padding: 14px 0;
	vertical-align: middle;
	color: #666666;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	line-height: 24px;
	font-size: 13px;
	letter-spacing: 1px;
}

.mrTable-body tr.even {
	background-color: #F2F3F5;
}

.mrTable-body a {
	display: block;
	margin: 0 auto;
	height: 24px;
	width: 108px;
	border: 1px solid #6796D7;
	color: #6796D7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
}

.mrTable-body a:hover {
	background-color: #6796D7;
	color: #FFFFFF;
	cursor: pointer;
}


/*<!--majorRank-->*/


/*<!--applyFlow-->*/

.applyFlowLis {
	height: 297px;
	position: relative;
	padding-left: 27px;
}

.applyFlowLis i {
	display: block;
	position: absolute;
	height: 1px;
	width: 1000px;
	background-color: #663366;
	left: 0;
	top: 148px;
}

.applyFlowLis li {
	height: 144px;
	width: 312px;
	float: left;
	margin-bottom: 1px;
	border-left: 1px solid #663366;
	position: relative;
	padding-top: 4px;
}

.applyFlowLis li.bottom {
	padding-top: 0;
	padding-bottom: 4px;
}

.applyFlowLis li:before {
	content: "";
	position: absolute;
	height: 15px;
	width: 15px;
	background: url(../img/circle.png) no-repeat center;
	bottom: -8px;
	z-index: 1;
	left: -8px;
}

.applyFlowLis li.bottom:before {
	top: -8px;
}

.applyFlowLis h5 {
	height: 40px;
	width: 174px;
	color: #FFFFFF;
	background-color: #804C7C;
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
}

.applyFlowLis p {
	height: 104px;
	padding-left: 16px;
	color: #666666;
	line-height: 24px;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 1px;
}


/*<!--applyFlow-->*/


/*<!--materialPreparation-->*/

.mpLis li {
	width: 475px;
	margin-bottom: 20px;
	height: 110px;
}

.mpLis span {
	display: block;
	width: 68px;
	height: 68px;
	line-height: 68px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	background-color: #6796D7;
	font-style: oblique;
	font-size: 36px;
	color: #FFFFFF;
	float: left;
	text-indent: -6px;
}

.mpLis div {
	float: right;
	width: 402px;
	padding-top: 12px;
	letter-spacing: 1px;
}

.mp-tit {
	width: 402px;
	height: 40px;
	background: url(../img/bg2.png) no-repeat center;
	line-height: 40px;
	font-size: 18px;
	text-indent: 40px;
	margin-bottom: 12px;
}

.mp-contxt {
	line-height: 24px;
	color: #666666;
}


/*<!--materialPreparation-->*/


/*<!--sampleReels-->*/

.sampleReelsCon {
	height: 209px;
	background-color: #E7E8EC;
	position: relative;
}

.sampleReelsCon:before {
	content: "";
	position: absolute;
	top: 0;
	height: 209px;
	width: 1000px;
	background-color: #E7E8EC;
	left: -1000px;
}

.sr-left {
	width: 88px;
	padding-top: 70px;
	height: 139px;
	background-color: #DFD4E4;
}

.sr-left span {
	display: block;
	background:url(../img/yh.png) no-repeat center #804C7C;
	width: 100%;
	height: 70px;
}

.sr-contxt {
	width: 680px;
}

.sr-contxt p {
	padding: 35px 40px;
	line-height: 28px;
	color: #666666;
	letter-spacing: 1px;
}

.sr-knack-tit {
	width: 378px;
	padding: 22px 0;
	border: 3px solid #804C7C;
	margin: 50px auto 35px;
	color: #804C7C;
	letter-spacing: 2px;
}

.sr-knack-tit b,
.sr-knack-tit span {
	display: block;
}

.sr-knack-tit b {
	font-size: 30px;
}

.sr-knack-tit span {
	font-size: 21px;
}

.sr-knack-tit i {
	display: block;
	height: 20px;
	background-color: #F2F3F5;
	width: 384px;
	position: relative;
	left: -3px;
}

.sr-knack-lis li {
	float: left;
	width: 200px;
	letter-spacing: 1px;
}

.sr-knack-li-tit {
	height: 140px;
	width: 140px;
	margin: 0 auto;
	background-color: #804C7C;
	color: #FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 21px;
	font-weight: bold;
	line-height: 140px;
	position: relative;
}

.sr-knack-li-tit:before {
	content: "";
	position: absolute;
	height: 138px;
	width: 138px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #804C7C;
	top: -5px;
	left: 5px;
}

.sr-knack-li-contxt {
	padding: 20px 28px 0 28px;
	line-height: 28px;
	color: #666666;
	font-size: 13px;
}

.sr-knack-lis li.pdtop45 {
	padding-top: 45px;
}


/*<!--sampleReels-->*/


/*<!--successfulCase-->*/

.successfulCase {
	padding: 80px 0;
	background-color: #FFFFFF;
}

.scLis li {
	width: 239px;
	border: 1px solid #CCCCCC;
	border-top-width: 3px;
	border-top-color: #804C7C;
	float: left;
	margin-right: 12px;
	padding-top: 30px;
	letter-spacing: 1px;
}

.scLis img {
	margin: 0 auto;
}

.sc-name {
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
	font-size: 16px;
}

.sc-uni {
	padding: 0 20px;
}

.sc-uni span,
.sc-uni b {
	display: block;
}

.sc-uni span {
	width: 88px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	background-color: #804C7C;
	margin-bottom: 10px;
}

.sc-uni b {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	height: 60px;
}

.sc-link {
	padding: 10px 20px;
	background-color: #F2F3F5;
}

.sc-link a {
	display: block;
	height: 32px;
	width: 93px;
	border: 1px solid #6796D7;
	text-align: center;
	line-height: 32px;
	color: #6796D7;
	background-color: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 13px;
}

.sc-link a:hover {
	background-color: #6796D7;
	color: #FFFFFF;
}


/*<!--successfulCase-->*/


/*<!--artQA-->*/

.artQALis {
	position: relative;
}

.artQALis li {
	width: 620px;
	margin-bottom: 14px;
}

.artQALis span {
	display: block;
	float: left;
	width: 75px;
	font-size: 50px;
	color: #999999;
	font-style: oblique;
}

.artQALis div {
	padding-top: 10px;
	float: left;
	width: 545px;
}

.artqa-q {
	background: url(../img/bg6.png) no-repeat center;
	width: 512px;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 16px;
	text-indent: 32px;
	letter-spacing: 2px;
}

.artqa-a {
	color: #666666;
	line-height: 28px;
	padding-top: 15px;
}

.artqa-a a {
	display: inline-block;
	color: #6796D7;
	margin-left: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.artQALis .qaImg1,
.artQALis .qaImg2 {
	position: absolute;
}

.artQALis .qaImg1 {
	width: 296px;
	height: 376px;
	background-color: #E2E9F3;
	top: 0;
	left: 0;
}

.artQALis .qaImg2 {
	bottom: 20px;
	right: 20px;
	width: 306px;
	height: 257px;
	border: 1px solid #666666;
}

.artQALis .qaImg1:before {
	position: absolute;
	content: "";
	width: 296px;
	height: 376px;
	background: url(../img/bg4.jpg) no-repeat center;
	left: 32px;
	top: 32px;
}

.artQALis .qaImg2:before {
	position: absolute;
	content: "";
	width: 308px;
	height: 259px;
	background: url(../img/bg5.jpg) no-repeat center;
	left: 20px;
	top: 20px;
}


/*<!--artQA-->*/


/*<!--recommend-->*/

.recLis li {
	width: 310px;
	float: left;
	margin-right: 35px;
}


/*<!--recommend-->*/

/*---------------------------------------*/

.teachers .section_content h4,
.idpAdvan .section_content h4 {
	height: 44px;
	border: 0;
	line-height: 44px;
}

.idpAdvan {
	padding-bottom: 0;
}

.advantage dt {
	border-color: #CCCCCC !important;
}

.foot {
	line-height: 28px;
}

.artSchools,
.majorRank,
.sampleReels,
.successfulCase {
	padding-bottom: 0;
}

.artSchools .section_content,
.majorRank .section_content,
.sampleReels .section_content,
.successfulCase .section_content {
	padding-bottom: 80px;
}