@import "reset.css";


/* 动画 */
@keyframes ud {
    0%, 100%, 20%, 50%, 80% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
    }
    40% {
    -webkit-transform:translateY(-14px);
    transform:translateY(-14px)
    }
    60% {
    -webkit-transform:translateY(-7px);
    transform:translateY(-7px)
    }
  }

/* banner */
.banner {
    width: 100%;
    height: 798px;
    background: url(../images/banner.png) no-repeat center;
}

.bannerTest {
    display: block;
    width: 614px;
    height: 82px;
    margin: 0 auto;
    padding-top: 55px;
    animation: bounceInDown 1.5s .3s linear both;
}

.MPAcc {
    display: block;
    width: 1116px;
    height: 160px;
    margin: 50px auto 0;
    animation: bounceIn 1s .2s ease-in both;
}

.guide {
    display: block;
    width: 1199px;
    height: 199px;
    margin: 47px auto 0;
    animation: bounceInUp 1.5s .5s linear both;
}

/* .guide{
    width: 1070px;
    height: 199px;
    background: url(../images/bannerOP.png) no-repeat center;
    line-height: 1.5;
}

.guide-title{
    width: 125px;
    height: 45px;
    background: #dabb77;
    font-size: 35px;
    color: #6d260f;
    float: left;
}

.guide p{
    font-size: 24px;
    color: #E1C391;
}

.guide p:nth-child(2){
    float: left;   
}

.guide p:nth-child(3){
    float: left;   
}  */

/* 二 */
.resInfo {
    width: 1225px;
    height: 184px;
    background: url(../images/resBg.png) no-repeat center;
    margin: -125px auto 0;
}

.username,
.telephone,
.collage {
    float: left;
    margin-right: 66px;
    margin-top: 58px;
}

.username {
    margin-left: 30px;
}

.collage {
    margin-right: 0;
}

.username p,
.telephone p,
.collage p {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    margin-right: 17px;
}

input[type="text"] {
    width: 180px;
    height: 36px;
    border-radius: 14px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 36px;
}

.sub {
    width: 100%;
    height: 37px;
    padding-top: 22px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

input[type="submit"] {
    width: 269px;
    height: 37px;
    font-size: 22px;
    color: #fff;
    background: url(../images/subBg.png) no-repeat center;
    margin: 0 auto;
}

/* 三 */
.choice {
    width: 100%;
    height: 243px;
    margin-top: 64px;
}

.choice .main {
    width: 1200px;
    height: 243px;
    margin: 0 auto;
}

.choiceLeft {
    float: left;
    width: 490px;
    height: 197px;
    margin-top: 3px;
}

.choiceLeft img {
    width: 100%;
    height: 100%;
}

.choiceContent {
    float: right;
}

.choiceTitle {
    position: relative;
    border-bottom: 1px solid #a7a7a7;
}

.key {
    position: absolute;
    top: 10px;
    left: -29px;
}

.choiceTitle a:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

.choiceTitle a:nth-child(3) {
    font-size: 14px;
    color: #999999;
    float: right;
    line-height: 36px;
}

.choiceList a {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}


/* 四 */
.score {
    width: 100%;
    height: 463px;   
    background: url(../images/scoreBg.png) no-repeat center;
}

.score .main {
    width: 1200px;
    height: 463px;
    margin: 0 auto;
    padding-top: 30px;
}

.title-wrap {
    width: 578px;
    height: 77px;
    margin: 0 auto;
    background: url(../images/score-title.png) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.scoreTitle {
    width: 263px;
    line-height: 77px;
    font-size: 48px;
    font-weight: bold;
    /* margin-left: 48px; */
    margin-left: -88px;
    display: table;
    word-spacing: -1em;
    
}

.scoreTitle span{
    /* animation: ud 1s infinite; */
    animation: ud 1s;
    animation-iteration-count:1;
    position: absolute;
}

.scoreTitle span:nth-child(2){
    right: 103px;
}
.scoreTitle span:nth-child(3){
    right: 53px;
}

.line{
    width: 1160px;
    height: 10px;
    margin: 60px auto 0;
    position: relative;
    background: url(../images/line.png) no-repeat center;
}

.line i.active{
    border-top: 18px solid #ee573d;
}

.line i {
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid #999999;
    position: absolute;
    top: 9px;
}

.line i:nth-child(1){   
    left: 74px;
}
.line i:nth-child(2){   
    left: 320px;
}
.line i:nth-child(3){   
    left: 570px;
}
.line i:nth-child(4){   
    left: 810px;
}
.line i:nth-child(5){   
    left: 1060px;
}

.year{
    width: 1200px;
    height: 228px;
    margin-top: 42px;
    background: url(../images/scoreCon.png) no-repeat center;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    
}

.year a{
    display: block;
    width: 129px;
    height: 129px;
}

.year li{
    width: 129px;
    height: 129px;
    background: #e8e7e7;
    border-radius: 50%;
    float: left;
    margin: -10px 73px 0 44px;
    text-align: center;
    cursor: pointer;
}

.year li:nth-child(5){
    margin-right: 0;
}

.year span{
    font-size: 37px;
    color: #ee573d;
    line-height: 129px;
    font-weight: bold;
}

.year li.active{
    background: url(../images/active.png) no-repeat center;
}
.year .active span{
    color: #5e20cb;
}

/* 五 */
.number{
    width: 100%;
    margin-top: 24px;
}
.number .main{
    width: 1200px;
    margin: 0 auto 65px;
}

.num-wrap {
    width: 722px;
    height: 82px;
    margin: 0 auto;
    background: url(../images/num.png) no-repeat center;
    /* background-size: 50% 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.numberTitle {
    width: 305px;
    line-height: 82px;
    font-size: 47px;
    font-weight: bold;
    margin-left: -140px;
    /* margin-left: 94px; */
    display: table;
    word-spacing: -1em;
}

.numberTitle p{
    /* display: inline-block; */
    position: absolute;
    right: 34px;
    bottom: 0;
    /* top: 25px; */
}

.numberTitle span{
    animation: ud 1s 1;
    position: absolute;
}

.numberTitle span:nth-child(2){
    right: 182px;
}

.numberTitle span:nth-child(3){
    right: 131px;
}

.local{
	width: 1200px;
	margin: 46px auto 0;
}
.local div.check{
    background: #ee573d;
}
.local>div:hover{
    background: #ee573d;
}
.local>div{
	width: 80px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	float: left;
	background: #5e20cb;
	border-bottom: 1px solid #fff;
	position: relative;
}
.local>div>a{
	color: #fff;
}
.local>.check>i{
	display: block;
	width: 12px;
	height: 6px;
	position: absolute;
	left: 34px;
    bottom: 0px;
	background: url("../images/icon.png") no-repeat scroll center center;	
}

.number .care{
	clear: both;
	display: block;
	width: 1180px;
	height: 38px;
	margin: 0 auto;
	padding-left: 20px;
	line-height: 38px; 
}
.number table{
	margin: 0 auto;
	text-align: center;
	border: 1px solid #BFBFBF;
}
.number table td{
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #BFBFBF;
}
.number table thead{
	height: 40px;
	background: #5e20cb;
	/* color: #E1730D; */
	font-size: 18px;
}
.number table thead td{
	border: 1px solid #5e20cb;
}
.number table thead p{
	color: #fff;
}
.number table tbody p{
	color: #5e20cb;
}

.school-list>li{
    display: none;
}

.school-list>li:nth-child(1){
    display: block;
}

/* 六 */
.course{
    width: 100%;
    height: 448px;
    background: url(../images/courseBg.png) no-repeat center;
}
.course .main{
    width: 1200px;
    margin: 0 auto;
    padding-top: 18px;
}

.course-wrap {
    width: 809px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/course.png) no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.courseTitle {
    width: 670px;
    line-height: 80px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-left: 86px;
    display: table;
    word-spacing: -1em;
}
.course-list{
    margin-top: 66px;
}

.course-list a:hover{
    margin-top: -15px;
    box-shadow: 0 0 20px rgba(180, 174, 0, .9);
}

.course-list a{
    float: left;
    width: 277px;
    height: 230px;
    background: #fff;
    margin-right: 19px;
    position: relative;
}

.course-list a:last-child{
    margin-right: 0;
}

.study{
    position: absolute;
    bottom: -15.5px;
    left: 50%;
    margin-left: -55.5px;
}

.courseInfo{
    width: 236px;
    margin: 18px auto 0;
}

.person{
    float: right;
}