/*root styles*/
:root{
    font:normal normal normal 16px/1 '微软雅黑','Microsoft YaHei',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]{
    display: block;
    background: linear-gradient(to right,#7F46FF,#BC54FF);
    width:680px;
    height:60px;
    border-radius: 30px;
    font-size:28px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    color:#FFFFFF;
    transition: all .25s ease-in;
}
a[role=button]:hover{
    box-shadow: 0 5px 10px rgba(140, 20, 240, 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((100% - 1200px)/2);
    flex-direction: column;
    align-items: center;
}
h2[role=heading]{
    font-size:42px;
    font-weight: 700;
    line-height: 42px;
    color:#323232;
    white-space: nowrap;
}
h4[role=doc-subtitle]{
    font-size:28px;
    color:#333333;
    padding:15px 0;
}
/*banner style*/
body > section[data-module=banner]{
    background:url(../images/banner.jpg) 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: #F1F9FF;
    flex-direction: row;
    align-items: center;
    height:100px;
    padding-left:90px;
    justify-content:center;
}
section[data-module=note] > button{
    width: 136px;
    height: 40px;
    line-height: 40px;
    background: #0067FF;
    border-radius: 5px;
    font-size:24px;
    color:#FFFFFF;
    border:none;
}
section[data-module=note] > address{
    font-style:normal;
    font-size:24px;
    padding:0 30px;
}
section[data-module=note] > time{
    font-size:24px;
    color:#3C3C3C;
}
/*module summary styles*/
section[data-module=summary]{
    position: relative;
    height:550px;
}
section[data-module=summary] > figure{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}
section[data-module=summary] > figure:nth-child(1){
    left:calc(calc(100% - 1200px)/2 - 60px);
    top:-50px;
    z-index:2;
}
section[data-module=summary] > figure:nth-child(2){
    left:calc(calc(100% - 1200px)/2 + 160px);
    top:120px;
}
section[data-module=summary] > figure > figcaption{
    background:#FFFFFF;
    position: absolute;
    height:25px;
    line-height: 24px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
section[data-module=summary] > figure:nth-child(1) > figcaption{
    width:215px;
    top:480px;
    left:132px;
}
section[data-module=summary] > figure:nth-child(2) > figcaption{
    width:125px;
    top:380px;
    left:250px;
}
section[data-module=summary] > p::before{
    background:linear-gradient(#000339,#000339) no-repeat left top/40px 4px;
    display: block;
    content:attr(title);
    font-size:35px;
    font-weight:700;
    color:#000339;
    margin-bottom:50px;
    padding-top:20px;
}
section[data-module=summary] > p{
    position: absolute;
    top:135px;
    left:calc(calc(100% - 1200px)/2 + 750px);
    width:400px;
    line-height: 30px;
    color:#5A6473;
    font-size:16px;
}
/* module superiority styles*/
section[data-module=superiority] > dl{
    margin-top:60px;
    width:100%;
}
section[data-module=superiority] > dl > dt{
    background:url(../images/superiority-title-left.png) no-repeat left center/45px 45px;
    height:45px;
    font-size:35px;
    font-weight: 600;
    color:#000339;
    text-indent:10px;
}
section[data-module=superiority] > dl:nth-of-type(1) > dd{
    display: flex;
    justify-content: space-between;
    width:100%;
    border-bottom:1px solid #DBDBDB;
    padding:40px 0 60px 0;
    text-align: center;
}
section[data-module=superiority] > dl:nth-of-type(1) > dd > figure > figcaption{
    font-size:24px;
    font-weight: 600;
    color:#444444;
    margin-top:40px;
}
section[data-module=superiority] > dl:nth-of-type(2) > dt{
    background:url(../images/superiority-title-right.png) no-repeat right center/45px 45px;
    text-align: right;
}
section[data-module=superiority] > dl:nth-of-type(2) > dd{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:10px 70px;
}
section[data-module=superiority] > dl:nth-of-type(2) > dd > p::before{
    background:url(../images/superiority-icon1.png) no-repeat left center/32px 32px;
    display: block;
    content:attr(title);
    height:32px;
    font-size:24px;
    font-weight:600;
    line-height: 32px;
    margin-bottom:20px;
    padding-left:45px;
    color:#444444;
}
section[data-module=superiority] > dl:nth-of-type(2) > dd > p:nth-child(2)::before{
    background-image:url(../images/superiority-icon2.png);
}
section[data-module=superiority] > dl:nth-of-type(2) > dd > p:nth-child(3)::before{
    background-image:url(../images/superiority-icon3.png);
    margin-top:-25px;
}
section[data-module=superiority] > dl:nth-of-type(2) > dd > p:nth-child(4)::before{
    background-image:url(../images/superiority-icon4.png);
}
section[data-module=superiority] > dl:nth-of-type(2) > dd > p:nth-child(5)::before{
    background-image:url(../images/superiority-icon5.png);
    margin-top:-70px;
}
section[data-module=superiority] > dl:nth-of-type(2) > dd > p{
    width:500px;
    margin-top:40px;
    font-size:16px;
    line-height: 26px;
    color:#585757;
}
/* module compare styles */
section[data-module=salary]{
    background:url(../images/salary-bg.png) no-repeat top 150px left calc(calc(100% - 1200px)/2 + 680px)/880px 870px;
    position: relative;
    height:1000px;
}
section[data-module=salary] > dl{
    position: absolute;
    top:250px;
    left:calc(calc(100% - 1200px)/2 + 60px);
    width:525px;
    height:245px;
}
section[data-module=salary] > dl > dt{
    background:url(../images/salary-title.png) no-repeat;
    width:100%;
    height:80px;
    font-size:24px;
    font-weight: 600;
    padding:15px 0 0 30px;
}
section[data-module=salary] > dl > dd{
    background:#F8F8F8;
    width:505px;
    height:165px;
    margin:-20px 0 0 20px;
    padding:30px 40px;
    font-size:16px;
    line-height: 26px;
}
section[data-module=salary] > a{
    position: absolute;
    bottom:0;
}
/* module category styles */
section[data-module=category]{
    padding-top:100px;
    padding-bottom:50px;
}
section[data-module=category] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:75px;
}
section[data-module=category] > ul > li::before{
    display: block;
    content:attr(title);
    font-size:24px;
    font-weight: 700;
    color: #22211F;
    margin-bottom:15px;
}
section[data-module=category] > ul > li{
    background:#FFEBD1;
    width:295px;
    height:150px;
    border-radius: 12px;
    margin:55px 0 0 55px;
    padding:40px;
}
section[data-module=category] > ul > li:nth-child(2){
    background:#D2EDFF;
}
section[data-module=category] > ul > li:nth-child(3){
    background:#DFDAFF;
}
section[data-module=category] > ul > li:nth-child(4){
    background:#C1D3FF;
}
section[data-module=category] > ul > li:nth-child(5){
    background:#FFD7CE;
}
/* module crowd styles */
section[data-module=crowd]{
    background:url(../images/crowd-bg.jpg) no-repeat top center;
    height:585px;
}
section[data-module=crowd] > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:60px;
    width:1000px;
}
section[data-module=crowd] > ul > li{
    background:url(../images/crowd-a.png) no-repeat left center/50px 50px;
    width:460px;
    height:50px;
    line-height: 50px;
    font-size:22px;
    padding-left:70px;
    margin-bottom:40px;
    white-space: nowrap;
}
section[data-module=crowd] > ul > li:nth-child(2){
    background-image:url(../images/crowd-b.png);
}
section[data-module=crowd] > ul > li:nth-child(3){
    background-image:url(../images/crowd-c.png);
}
section[data-module=crowd] > ul > li:nth-child(4){
    background-image:url(../images/crowd-d.png);
}
section[data-module=crowd] > ul > li:nth-child(5){
    background-image:url(../images/crowd-e.png);
}
section[data-module=crowd] > ul > li:nth-child(6){
    background-image:url(../images/crowd-f.png);
}
section[data-module=crowd] > ul > li:nth-child(7){
    background-image:url(../images/crowd-g.png);
}
section[data-module=crowd] > ul > li:nth-child(8){
    background-image:url(../images/crowd-h.png);
}

/* module guide styles */
section[data-module=guide] > dl{
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    margin-top:50px;
    margin-left:50px;
}
section[data-module=guide] > dl:nth-of-type(2){
    margin:-50px 0 0 600px;
}
section[data-module=guide] > dl:nth-of-type(3){
    margin-left:150px;
}
section[data-module=guide] > dl > dt{
    background:url(../images/guide-one.png) no-repeat left center;
    height:45px;
    line-height: 45px;
    font-size:35px;
    font-weight: 600;
    padding-left:100px;
    margin-bottom:20px;
}
section[data-module=guide] > dl:nth-of-type(2) > dt{
    background-image:url(../images/guide-two.png);
    padding-left:110px;
}
section[data-module=guide] > dl:nth-of-type(3) > dt{
    background-image:url(../images/guide-three.png);
    padding-left:145px;
}
section[data-module=guide] > dl > dd{
    background:linear-gradient(#086BFF,#086BFF) no-repeat left top 16px/6px 6px;
    font-size:16px;
    color:#000000;
    padding-left:15px;
    margin-left:100px;
    margin-bottom:10px;
    line-height: 36px;
}
section[data-module=guide] > dl:nth-of-type(2) > dd{
    margin-left:110px;
}
section[data-module=guide] > dl:nth-of-type(3) > dd{
    margin-left:145px;
}
section[data-module=guide] > dl > dd[title]::before{
    display: inline-block;
    background:#DDEBFF;
    content:attr(title);
    padding:0 2px;
    width:78px;
    white-space: nowrap;
    text-align: center;
    margin-right:5px;
}
/* module process styles */
section[data-module=process] > img{
    margin:60px 0;
}

/* module question styles */
section[data-module=question]{
    background:linear-gradient(#E7ECF2,#E7ECF2) no-repeat top 180px center/2px 675px;
}
section[data-module=question] > h2{
    margin-bottom:65px;
}
section[data-module=question] > dl{
    background:url(../images/dot.png) no-repeat left top 10px/16px 16px;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    width:608px;
    padding:0 0 0 25px;
}
section[data-module=question] > dl > dt{
    background:url(../images/question-right.png) no-repeat left top/30px 34px;
    min-height: 34px;
    padding:0 0 0 40px;
    line-height: 34px;
    margin-bottom:10px;
    font-size:20px;
    color:#737E8A;
}
section[data-module=question] > dl > dd{
    background:#F8F9FC url(../images/answer-right.png) no-repeat left top 8px/30px 30px;
    width:545px;
    min-height: 34px;
    line-height: 34px;
    padding:7px 0 7px 40px;
    font-size:20px;
    color:#000000;
}
section[data-module=question] > dl:nth-child(odd){
    background:url(../images/dot.png) no-repeat right top 10px/16px 16px;
    align-self: flex-start;
    align-items: flex-end;
    padding:0 25px 0 0;
}
section[data-module=question] > dl:nth-child(odd) > dt{
    background:url(../images/question-left.png) no-repeat right top/30px 34px;
    text-align: right;
    padding: 0 35px 0 0;
}
section[data-module=question] > dl:nth-child(odd) > dd{
    background:#F8F9FC url(../images/answer-left.png) no-repeat right top 8px/30px 30px;
    text-align: right;
    padding:7px 35px 7px 0;
}

/* module course styles */
section[data-module=course] > dl{
    background:#FFFFFF;
    display: flex;
    justify-content: space-between;
    width: 1020px;
    height: 560px;
    margin-top:60px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 20px;
}
section[data-module=course] > dl > dt{
    background:#F8F9FC;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:330px;
    padding:20px 0;

}
section[data-module=course] > dl > dt > a::before{
    display: inline-block;
    content:attr(title);
    width:104px;
    height:32px;
    line-height: 32px;
    border-radius: 0 16px 16px 0;
    padding-left:20px;
    margin-right:15px;
    transition: all .25s ease-out;
}
section[data-module=course] > dl > dt > a{
    display: flex;
    align-items: center;
    width:300px;
    height:46px;
    border-radius: 0 23px 23px 0;
    cursor: pointer;
    color:#525252;
    font-size:16px;
    transition: all .25s ease-out;
}
section[data-module=course] > dl > dt > a:hover,
section[data-module=course] > dl > dt > a[data-active]
{
    background:#E4F1FF;
    color:#323232;
}
section[data-module=course] > dl > dt > a:hover::before,
section[data-module=course] > dl > dt > a[data-active]::before{
    background:#3D9CFF;
    color:#FFFFFF;
}
section[data-module=course] > dl > dd{
    flex:1;
    padding:30px 0 0 80px;
    overflow-y:auto;
}
section[data-module=course] > dl > dd > article{
    display: flex;
    flex-direction: column;;
    width:100%;
    height:0;
    transform-origin: left top;
    transform: scaleY(0);
    opacity: 0;
    color:#000000;
    overflow: hidden;
    transition: all .25s ease-out;
}
section[data-module=course] > dl > dd > article[data-current]{
    height:480px;
    transform: scaleY(1);
    opacity: 1;
    overflow:auto;
}
section[data-module=course] > dl > dd > article > h5{
    font-size:18px;
    font-weight: 700;
    margin-bottom:15px;
}
section[data-module=course] > dl > dd > article > p{
    font-size:16px;
    line-height: 36px;
    margin-bottom:40px;
}

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

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