.page-header {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
#myCarouse1{
	height: 600px;
}
#myCarouse1 .item a{
	display: block;
	height:600px;
   	width:100%;
   	background-repeat: no-repeat;
}
.carousel{
	position: relative;
}
*{
	box-sizing:border-box;
}
.banner-list0{
	background:url(http://msp.aura.cn/cx/msp.jpg) no-repeat center center; 	
}
.banner-list1{
	background:url(http://msp.aura.cn/image/banner-04.jpg) no-repeat center center; 	
}
.banner-list2{
	background:url(http://msp.aura.cn/image/banner-01.jpg) no-repeat center center; 	
}
.banner-list3{
	background:url(http://msp.aura.cn/image/banner-02.jpg) no-repeat center center; 	
}
.banner-list4{
	background:url(http://msp.aura.cn/image/banner-03.jpg) no-repeat center center; 	
}

/*总监级别和项目经理的区别*/
.index-diffent{
	width: 100%;
	height: 544px;
	background: url(http://msp.aura.cn/image/bg1.png) no-repeat center center;
}
.idiff-tit{
	width: 1000px;
	margin: 0 auto;
	padding: 54px 0 20px;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.idiff-bet{
	color: #477de9;
}
.line-diff{
	display: block;
	width: 686px;
	border-bottom: 2px dashed #dbdbdb;
	position: absolute;
	bottom: 0;
}
.line-bar{
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: block;
	width: 80px;
	height: 2px;
	background:-webkit-gradient(linear, 100% 0, 0 0, from(#024ceb), to(#3ad1ff));
	background:-webkit-linear-gradient(right, #024ceb, #3ad1ff);
	background:-moz-linear-gradient(right, #024ceb, #3ad1ff);
	background:-o-linear-gradient(right, #024ceb, #3ad1ff);
	background:linear-gradient(right, #024ceb, #3ad1ff);	
}
.line-bar:before{
	content: '';
	position: absolute;
	left: -80px;
	z-index: 2;
	display: block;
	width: 80px;
	height: 2px;
	background:-webkit-gradient(linear, 100% 0, 0 0, from(#5f5f5f), to(#9a9a9a));
	background:-webkit-linear-gradient(right, #5f5f5f, #9a9a9a);
	background:-moz-linear-gradient(right, #5f5f5f, #9a9a9a);
	background:-o-linear-gradient(right, #5f5f5f, #9a9a9a);
	background:linear-gradient(right, #5f5f5f, #9a9a9a);	
}
.line-bar:after{
	content: '';
	position: absolute;
	left: 80px;
	z-index: 2;
	display: block;
	width: 80px;
	height: 2px;
	background:-webkit-gradient(linear, 100% 0, 0 0, from(#ff7f01), to(#ffdb89));
	background:-webkit-linear-gradient(right, #ff7f01, #ffdb89);
	background:-moz-linear-gradient(right, #ff7f01, #ffdb89);
	background:-o-linear-gradient(right, #ff7f01, #ffdb89);
	background:linear-gradient(right, #ff7f01, #ffdb89);	
}
.idiff-bar{
	right: 170px;
}
.idiff-box{
	margin: 50px auto 0;
	width: 1030px;
}
.idfbox{
	width: 50%;
}
.lbox-l,.rbox-r{
	position: relative;
}
.lbox-name{
	display: block;
	width: 150px;
	text-align: center;
	color: #010066;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 114px;
	left: 100px;
}
.lbox-r{
	font-size: 20px;
	line-height: 60px;
	margin: 27px 74px  0 0;
}
.rbox-l{
	font-size: 20px;
	line-height: 60px;
	margin: 27px 0 0 -12px;
	text-align: right;
}
.rbox-name{
	display: block;
	width: 150px;
	text-align: center;
	color: #010066;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 132px;
	left: 130px;
}

/*课程内容*/
.index-course {
    width: 100%;
    background: url(https://msp.aura.cn/image/course-bg.png) no-repeat center center;
    padding-top: 168px;
    margin-top: 20px;
}
.course-cont{
	width: 992px;
	margin: 0 auto;
	border-bottom: 2px solid #477de9;
}
.course-cont li{
	width: 196px;
	height: 58px;
	text-align: center;
	font-size: 16px;
	background: #FFFFFF;
	margin-right: 3px;
	padding-top: 4px;
}
.course-cont a{
	display: block;
}
.course-cont .active{
	background: #477de9;
}
.course-cont .active a{
	color: #FFFFFF;
}
.course-cont li:last-child{
	margin-right: 0;
}
.course-day{
	margin: 30px auto 0;
	width: 992px;
	position: relative;
}
.course-day .jump-box{
	top: 50px;
	left: 50%;
	margin-left: -191px;
}
.day{
	width: 100%;
	height: 436px;
	background: #FFFFFF;
	position: relative;
}
.day-tit{
    width:420px;
    height:50px;
	margin: 0 auto;
    text-align:center;
    color:#fff;
    font-size: 24px;
    line-height:50px;
    background-color:#477de9;
    position:relative;
}
.day-tit:before{
    content:'';
    display:block;
    width:35px;
    height:50px;
    position:absolute;
    transform:skewX(30deg);
    background:#477de9;
    border-bottom-left-radius:8px;
    left:-20px;
    top:0;
}
.day-tit:after{
    content:'';
    display:block;
    width:35px;
    height:50px;
    position:absolute;
    transform:skewX(-30deg);
    background:#477de9;
    border-bottom-right-radius:8px;
    top:0;
    right:-20px;
}
.dl-text{
	font-size: 18px;
	line-height: 28px;
	margin: 30px 0 0 30px;
}
.dl-text-l{
	margin-right: 14px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
.dr-1{
	width: 325px;
	height: 310px;
	margin: 12px 0 0 90px;
}
.dr-2{
	width: 376px;
	height: 216px;
	margin-top: 70px;
}
.dr-3{
	width: 434px;
	height: 230px;
	margin-top: 50px;
}
.dr-4{
	width: 418px;
	height: 238px;
	margin: 34px 0 0 28px;
}
.dr-5{
	width: 327px;
	height: 245px;
	margin: 20px 0 0 80px;
}
.index-course .day-link{
	display: block;
	width: 240px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	background-color: #477de9;
	color: #ffffff;
	border-radius: 25px;
	position: absolute;
	bottom: 43px;
	left: 50%;
	margin-left: -120px;
	overflow: hidden;
	cursor: pointer;
}
.day-link:after {
	content: '';
    top:0;
    bottom:0;
    margin:auto;
    width:400px;
    width: 0px \9;
    height:400px;
    left:-80px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:#ffffff;
    background:#2cb1b5 \9;
    transform:scale(1);
    animation:3s btn ease-out infinite;
}
.course-test{
	width: 500px;
	font-size: 22px;
	line-height: 50px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 48px 0;
	position: relative;
}
.course-test img{
	width: 32px;
	height: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -13px 0 0 -16px;
}
.course-test .test-mage{
	width: 246px;
	height: 50px;
	text-align: center;
	background: #477de9;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.test-mage:after {
	content: '';
    top:0;
    bottom:0;
    margin:auto;
    width:400px;
    width: 0px \9;
    height:400px;
    left:-80px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:#ffffff;
    background:#2cb1b5 \9;
    transform:scale(1);
    animation:3s btn ease-out infinite;
}
.test-tel{
	width: 246px;
	height: 50px;
	text-align: center;
	background: #0f1018;
}

/*index-study*/
.index-study{
	width: 100%;
	height: 700px;
	background: url(https://msp.aura.cn/image/bg2.png) no-repeat center center;
}
.line-study{
	display: block;
	width: 386px;
	border-bottom: 2px dashed #dbdbdb;
	position: absolute;
	bottom: 0;
}
.istudy-bar{
	right: 46%;
}
.istudy-box{
	width: 960px;
	margin: 88px auto 0;
	position: relative;
}
.study-list{
	float: left;
	width: 240px;
	height: 412px;
	position: relative;
}
.study-list1{
	background-image: url(https://msp.aura.cn/image/why01.png);
	position: absolute;
	left: 0;
	z-index: 1;
}
.study-list2{
	background-image: url(https://msp.aura.cn/image/why02.png);
	position: absolute;
	left: 240px;
	z-index: 1;
}
.study-list3{
	background-image: url(https://msp.aura.cn/image/why03.png);
	position: absolute;
	left: 480px;
	z-index: 1;
}
.study-list4{
	background-image: url(https://msp.aura.cn/image/why04.png);
	position: absolute;
	left: 720px;
	z-index: 1;
}
.study-list .study-tit{
	width: 100%;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	position: absolute;
	top: 234px;
}
.study-click1{
	float: left;
	width: 306px;
	height: 470px;
	background-image: url(https://msp.aura.cn/image/why011.png);
	box-shadow: 0 0 10px #595959;
	position: absolute;
	top: -29px;
	left: -33px;
	z-index: 2;
}
.study-click1 .study-tit{
	top: 166px;
}
.study-click2{
	float: left;
	width: 306px;
	height: 470px;
	background-image: url(https://msp.aura.cn/image/why021.png);
	position: absolute;
	top: -29px;
	left: 208px;
	z-index: 2;
}
.study-click2 .study-tit{
	top: 166px;
}
.study-click3{
	float: left;
	width: 306px;
	height: 470px;
	background-image: url(https://msp.aura.cn/image/why031.png);
	position: absolute;
	top: -29px;
	left: 446px;
	z-index: 2;
}
.study-click3 .study-tit{
	top: 166px;
}
.study-click4{
	float: left;
	width: 306px;
	height: 470px;
	background-image: url(https://msp.aura.cn/image/why041.png);
	position: absolute;
	top: -29px;
	left: 686px;
	z-index: 2;
}
.study-click4 .study-tit{
	top: 166px;
}
.study-mage{
	padding: 0 22px;
	font-size: 20px;
	color: #FFFFFF;
	position: absolute;
	top: 230px;
	left: 0;
	right: 0;
	display: none;
}
.study-mage a{
	display: block;
	width: 176px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	margin: 50px auto 0;
	color: #ffffff;
	background: #477de9;
	position: relative;
	overflow: hidden;
}
.study-mage a:after {
    content: "";
    top:0;
    bottom:0;
    margin:auto;
    width:400px;
    width: 0px \9;
    height:400px;
    left:-110px;
    opacity:0;
    filter:alpha(opacity=0);
    border-radius:100%;
    position:absolute;
    background:#ffffff;
    background:#2cb1b5 \9;
    transform:scale(1);
    animation:3s btn ease-out infinite;
}
/*MSP®与PGMP的关联性与区别*/
.index-pk{
	width: 100%;
	height: 818px;
	background: url(https://msp.aura.cn/image/pk-bg.png) no-repeat center center;
}
.index-pk .idiff-tit{
	padding-bottom: 0;
}
.idiff-tit p{
	font-size: 24px;
	line-height: 24px;
	padding: 18px 0;
}
.pk-box{
	width: 1000px;
	height: 450px;
	color: #FFFFFF;
	margin: 46px auto 0;
	background: url(https://msp.aura.cn/image/pk-bg2.png);
	position: relative;
}
.pk-l{
	width: 500px;
	padding: 0 80px 0 40px;	
}
.pk-r{
	width: 500px;
	padding: 0 40px 0 80px;
}
.pkl-tit,.pkr-tit{
	font-size: 48px;
	line-height: 48px;
	padding: 44px 0 40px 0;
}
.pkr-tit{
	text-align: right;
}
.pk-mage{
	font-size: 20px;
	line-height: 30px;
}
.pk-mage span{
	display: inline-block;
	font-size: 24px;
}
.pk-btm{
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-size: 20px;
}
.pkb-l{
	margin-right: 50px;
}

/*学习MSP学员都来自那些领域*/
.index-field{
	width: 1000px;
	height: 600px;
	margin: 0 auto;
}
.filed-box{
	margin-top: 60px;
}
.filed-l,.filed-r{
	width: 50%;
	position: relative;
}
.filed-l:before{
	content: '';
	display: block;
	height: 333px;
	width: 0px;
	border-left: 1px dashed #477de9;
	
	position: absolute;
	right: 0;
	top: 14px;
}
.filed-box h2{
	font-size: 30px;
	color: #477de9;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.line-teach{
    display: block;
    width: 310px;
    border-bottom: 2px dashed #dbdbdb;
    position: absolute;
    bottom: 0;
}
.iteach-bar{
	left: 390px;
}