/*root styles*/
:root{
    font:normal normal normal 16px/1 '微软雅黑','Microsoft YaHei Bold',sans-serif;
}
html,body{
    width:100%;
    height:100%;
    color:#323232;
}
*,*::before,*::after{box-sizing: border-box;margin:0;padding:0;}
a{text-decoration: none;color:#323232;}
a[role=button]{
    background: linear-gradient(to right,#0A7AF2,#67E5FF);
    display: flex;
    align-items: center;
    justify-content: center;
    width:680px;
    height:60px;
    border-radius: 30px;
    font-size:30px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    color:#FFFFFF;
    transition: all .25s ease-in;
}
a[role=button]:hover{
    box-shadow: 0 5px 10px rgba(12, 38, 210, 0.35);
    transform:translateY(-5px);
    cursor: pointer;
}
dl,ul,ol{list-style:none;margin:0;padding:0;}
/*header style*/
body > header {
    background:#FFFFFF;
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    top:0;
    left:0;
    width:100%;
    height: 80px;
    z-index:999999;
    padding:0 calc((100% - 1200px)/2);
    box-shadow: 0 5px 10px rgba(200,200,200,.35);
}
body > header img{
    height:40px;
    cursor: pointer;
}
body > header > nav{
    display: flex;
    justify-content: space-between;
    width: 500px;
    padding:0 50px;
}
nav[role=navigation] > a{
    position:relative;
    font-size:20px;
    letter-spacing: 1px;
}
nav[role=navigation] > a:hover{
    color:#0780FE;
}
nav[role=navigation] > a::after{
    content: "";
    background-color: #0780FE;
    position: absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-10px;
    width:0;
    height:3px;
    border-radius:2px;
    transition: all .2s ease-in;
}
nav[role=navigation] > a:hover::after,nav[role=navigation] > a:active::after{
    width:100%;
}
body > header > code{
    display: flex;
    align-items: center;
    height:30px;
    color:#0780FE;
    font: normal bold 26px/35px Alibaba-PuHuiTi-B, Alibaba-PuHuiTi,Arial, serif;
}
body > header > code > img{
    height:36px;
}
/* data-module styles*/
section[data-module]{
    display: flex;
    width:100%;
    min-width: 1200px;
    padding:60px calc(50% - 600px);
    flex-direction: column;
    align-items: center;
}
h2[role=heading]{
    background:url(../images/heading-bg.png) no-repeat top center;
    width: 100%;
    height: 80px;
    font-size:35px;
    font-weight: 700;
    color:#141547;
    text-align: center;
    white-space: nowrap;
    padding-top:35px;
    margin-bottom: 30px;
}
/*banner style*/
body > section[data-module=banner]{
    background:#1B70FF url(../images/banner.png) no-repeat center;
    justify-content: center;
    margin-top:80px;
    padding:0;
    height:560px;
    overflow:hidden;
}
section[data-module=banner] > img{
    height: 100%;
    object-position: center;
}
/* module note style*/
section[data-module=note]{
    background: #FBFBFD;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding:30px calc(50% - 600px);
    font-size:24px;
}
section[data-module=note] > time::before{
    background: #0765DE;
    display: inline-block;
    content:"开课时间";
    width: 148px;
    height: 45px;
    line-height:45px;
    border-radius: 5px;
    text-align:center;
    margin-right:20px;
    color:#FFFFFF;
}
section[data-module=note] > button{
    background: linear-gradient(to right, #0A7AF2, #67E5FF);
    width: 258px;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    border:0;
    font-size:24px;
    color:#FFFFFF;
    outline:none;
    cursor: pointer;
}

/* module summary styles */
section[data-module=summary] > figure{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1080px;
}
section[data-module=summary] > figure > figcaption{
    width: 680px;
    font-size:18px;
    line-height: 30px;
}
section[data-module=summary] > figure > figcaption > p:last-child{
    margin-top:10px;
}

/* module worth styles */
section[data-module=worth]{
    background:#FBFBFD;
}
section[data-module=worth] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 1110px;
    height: 600px;
    margin-bottom:40px;
    counter-reset: number;
}
section[data-module=worth] > ul > li{
    background: #FFFFFF;
    width: 540px;
    height: 180px;
    box-shadow: 0 0 75px rgba(0,0,0,0.1);
    border-radius: 15px;
    padding-top:20px;
}
section[data-module=worth] > ul > li > h3::before{
    background:#FFFFFF;
    display: inline-block;
    counter-increment: number;
    content:"0"counter(number);
    width: 50px;
    height: 45px;
    margin:0 10px 0 20px;
    text-align: center;
    font-size:24px;
    color:#0765DE;
}
section[data-module=worth] > ul > li:nth-of-type(2) > h3::before{
    color:#717CFF;
}
section[data-module=worth] > ul > li:nth-of-type(3) > h3::before{
    color:#F2A900;
}
section[data-module=worth] > ul > li:nth-of-type(4) > h3::before{
    color:#00CB81;
}
section[data-module=worth] > ul > li:nth-of-type(5) > h3::before{
    color:#FB6969;
}
section[data-module=worth] > ul > li > h3{
    background:linear-gradient(to right,#A9DCFF,transparent);
    width: 330px;
    height: 45px;
    font-size:18px;
    line-height: 45px;
}
section[data-module=worth] > ul > li > p{
    padding:20px 20px 0 80px;
    line-height: 25px;
}

/* module job styles */
section[data-module=job]{
    background:#EAF1FB;
}
section[data-module=job] > ul{
    display: flex;
    justify-content: space-between;
    width: 1030px;
    counter-reset: number;
}
section[data-module=job] > ul > li::before{
    background:#F2AD0B;
    display: block;
    counter-increment: number;
    content:counter(number);
    width: 65px;
    height: 65px;
    font-size:30px;
    font-weight: 700;
    text-align: center;
    line-height: 65px;
    color:#FFFFFF;
    border-radius: 40px;
    box-shadow: 0 0 0 10px rgba(242,173,11,.15);
    margin-bottom:30px;
}
section[data-module=job] > ul > li:nth-of-type(2)::before{
    background:#717CFF;
    box-shadow:0 0 0 10px rgba(113,124,255,.15);
}
section[data-module=job] > ul > li:nth-of-type(3)::before{
    background:#00E894;
    box-shadow:0 0 0 10px rgba(0,232,148,.15);
}
section[data-module=job] > ul > li{
    width: 310px;
    height: 320px;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    border-radius: 15px;
    padding:30px;
    color:#37474F;
    font-size:22px;
    line-height: 40px;
}

/* module crowd styles */
section[data-module=crowd] > ul{
    display: flex;
    justify-content: space-between;
    width: 1150px;
}
section[data-module=crowd] > ul > li{
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 370px;
    height: 350px;
    padding:30px 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    border-radius: 20px;
}
section[data-module=crowd] > ul > li > h3{
    font-size:20px;
    white-space: nowrap;
    margin:20px auto;
}
section[data-module=crowd] > ul > li > p{
    font-size:18px;
    line-height: 28px;
    padding:0 30px;
}


/* module system styles */
section[data-module=system]{
    background:#FBFBFD;
}
section[data-module=system] > img{
    width: 1172px;
    margin-bottom: 40px;
}

/* module salary styles */
section[data-module=salary]{
    flex-flow:row wrap;
}
section[data-module=salary] > figure{
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 570px;
    height: 660px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    border-radius: 30px;
}
section[data-module=salary] > figure:nth-of-type(2){
    margin-left:30px;
}
section[data-module=salary] > figure > figcaption{
    background:#F2A900;
    width: 380px;
    height: 60px;
    font-size:25px;
    line-height: 60px;
    text-align: center;
    color:#FFFFFF;
    border-radius: 0 0 100px 100px;
    margin-bottom:40px;
}
section[data-module=salary] > figure:nth-of-type(1) > p{
    padding-bottom:20px;
    font-size:15px;
    text-align:left;
    color:#87878A;
}
section[data-module=salary] > figure:nth-of-type(2) > figcaption{
    background:#717CFF;
}
section[data-module=salary] > figure:nth-of-type(2) > p{
    padding-bottom:20px;
    font-size:15px;
    text-align:right;
    color:#87878A;
}

/* module exam styles */
section[data-module=exam]{
    background:#EAF1FB;
}
section[data-module=exam] > ul{
    background:linear-gradient(#ACD9FF,#ACD9FF) no-repeat left 4px top 20px /2px 325px;
    width: 930px;
    counter-reset: number;
}
section[data-module=exam] > ul > li::before{
    display: block;
    background:#0765DE;
    content:"";
    position: absolute;
    left:0;
    top:13px;
    width: 10px;
    height: 10px;
    transform:rotate(45deg);
}
section[data-module=exam] > ul > li{
    display: flex;
    position: relative;
    padding-left:235px;
    font-size:20px;
    line-height: 35px;
    margin-bottom:35px;
}
section[data-module=exam] > ul > li > strong::before{
    counter-increment: number;
    content:"0"counter(number);
    position: absolute;
    left:-45px;
    color:#0765DE;
    font-size: 30px;
}
section[data-module=exam] > ul > li > strong{
    background:linear-gradient(to right,#61E2FD,#717CFF);
    position: absolute;
    top:0;
    left:68px;
    display: block;
    width: 145px;
    height: 35px;
    line-height: 35px;
    font-size:22px;
    text-align: center;
    color:#FFFFFF;
    border-radius: 5px;
}
section[data-module=exam] > ul > li:nth-child(3)::before,section[data-module=exam] > ul > li:nth-child(5)::before{
    top:30px;
}
section[data-module=exam] > ul > li:nth-child(3) strong,section[data-module=exam] > ul > li:nth-child(5) strong{
    top:18px;
}


/* module advantage styles */
section[data-module=advantage]{
    background:#FBFBFD;
}
section[data-module=advantage] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 980px;
    height: 500px;
    margin-bottom:40px;
    counter-reset: number;
}
section[data-module=advantage] > ul > li::before{
    display: block;
    background:url(../images/advantage-icon.png) no-repeat;
    width: 86px;
    height: 78px;
    counter-increment: number;
    content:"0"counter(number);
    line-height: 0;
    padding-top:25px;
    color:#2FFFFA;
    font-size:22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
section[data-module=advantage] > ul > li{
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 230px;
    padding:30px;
    font-size:22px;
    line-height: 36px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    border-radius: 30px;
}

/* module course styles */
section[data-module=course] > ul{
    display: flex;
    flex-wrap: wrap;
    width: 1060px;
    margin-top:60px;
}
section[data-module=course] > ul > li::before{
    display: block;
    background:#2C88FF linear-gradient(#FFFFFF,#FFFFFF) no-repeat left 20px center/3px 16px;
    content:attr(title);
    position: absolute;
    left:0;
    top:-40px;
    width: 110px;
    height: 40px;
    font-size:18px;
    color:#FFFFFF;
    line-height: 40px;
    text-align: center;
    border-radius:150px 100px 100px 0;
}
section[data-module=course] > ul > li{
    background:#F9F9F9;
    position: relative;
    width: 340px;
    margin:0 20px 60px 0;
    padding:20px 30px;
    line-height: 30px;
    border-radius: 10px;
}
section[data-module=course] > ul > li:nth-of-type(3n){
    margin-right: 0;
}


/*footer styles*/
body > footer{
    background: #323232;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    min-width:1200px;
    color:#FFFFFF;
    font-size:14px;
    height:60px;
}
body > footer > a{
    color:#FFFFFF;
    margin:0 10px;
}

/*IE10~11 hack*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    section[data-module=banner] > img{
        display: none;
        opacity: 0;
    }
}