.wrap {
    width: 1200px;
    margin: 0 auto;
}
.section-title {
    margin: 50px 0 30px;
}
.section-title .sub-title {
    font-weight: bold;
    color: #7273F1;
}
.section-title .title {
    font-size: 24px;
    font-weight: bold;
}
/*
* section-1
*/
.section-1 {
    min-width: 1200px;
    position: relative;
    height: 85px;
    background: rgba(255,255,255,1);
    box-shadow: 0 2px 18px 0 rgba(61,56,56,0.5);
    z-index: 10;
}
.section-1-active {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: top 10.5s;
    -moz-transition: top 10.5s;
    -ms-transition: top 10.5s;
    -o-transition: top 10.5s;
    transition: top 10.5s;
}
.section-1 .menu-wrap {
    position: absolute;
    display: block;
    width: 670px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 81px;
}
.logo-wrap {
    font-size: 24px;line-height: 85px;color: #7273F1;
}
.menu-wrap .menu-item {
    display: inline-block;
    padding: 0 2px;
    margin: 0 30px;
    font-size: 16px;
}
.menu-wrap .menu-item > a {
    color: #555555;
}
.menu-wrap .menu-item > a:hover {
    color: #7273F1;
}
.menu-wrap .active {
    font-weight: bold;
    border-bottom: 4px solid #7273F1;
}
.menu-wrap .active > a {
    color: #7273F1;
}
.section-2 {
    min-width: 1200px;
    position: relative;
    height: 500px;
    overflow: hidden;
}
.banner-wrap {
    position: relative;
    width: 100%;
    height: 500px;
    min-width: 1200px;
}
.section-2 .banner-img {
    height: 100%;
}
.section-2 .wrap {
    position: absolute;
    margin-top: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.section-2 .btn-banner {
    position: absolute;
    margin-left: 531px;
    margin-bottom: -99px;
    width: 158px;
    height: 59px;
    font-size: 22px;
    color: #ffffff;
    border: 2px solid #F9F7F8;
    background: rgba(255,255,255,.2);
    bottom: 120px;
}
.section-2 .btn-banner:hover {
    background: rgba(255,255,255,.4);
}
.section-2 .content {
    text-align: center;
}
/*
* section-3
*/
.section-3 {
    min-width: 1200px;
    padding-bottom: 50px;
}
.content .desc-item {
    text-align: center;
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.desc-item .desc-icon {
    margin-bottom: 14px;
    display: inline-block;
    width: 68px;
    height: 68px;
}
.desc-item:first-child .desc-icon {
    background: url("../img/icon_1.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.desc-item:nth-child(2) .desc-icon {
    background: url("../img/icon_2.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.desc-item:last-child .desc-icon {
    background: url("../img/icon_3.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.desc-item .desc-title {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
}
.desc-item .desc-p {
    margin: 0 auto 16px;
    color: #555555;
    line-height:20px;
    width: 80%;
}
.desc-item .desc-btn {
    width: 108px;
    height: 41px;
    background: linear-gradient(45deg,rgba(61,58,141,1),rgba(81,69,194,1));
    box-shadow: 0 1px 4px 0 rgba(114,107,106,0.4);
    color: #ffffff;
}
.desc-item .desc-btn:hover {
    background: rgba(61,58,141,1);
}
/*
* section-4
*/
.section-4 {
    min-width: 1200px;
    padding: 1px 0;
    height: 544px;
    background: rgba(249,244,244,1);
}
.section-4 .route-item {
    margin: 0 12px 18px 0;
    display: inline-block;
    width: 388px;
    height: 178px;
    text-align: center;
}
.section-4 .route-item:nth-child(3n) {
    margin-right: 0;
}
.section-4 .route-item:nth-child(1) {
    background: url("../img/bg_s_1.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-4 .route-item:nth-child(2) {
    background: url("../img/bg_s_2.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-4 .route-item:nth-child(3) {
    background: url("../img/bg_s_3.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-4 .route-item:nth-child(4) {
    background: url("../img/bg_s_4.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-4 .route-item:nth-child(5) {
    background: url("../img/bg_s_5.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-4 .route-item:nth-child(6) {
    background: url("../img/bg_s_6.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.route-item .sub-title {
    margin: 50px auto 20px;
    color: #ffffff;
}
.route-item .title {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
/*
* section-5
*/
.section-5 {
    min-width: 1200px;
    padding: 1px 0 80px;
    background: url("../img/bg_7.png") bottom right no-repeat;
}
.section-5 .lesson-table {
    width: 1200px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 8px 24px 0 rgba(134,131,130,0.18);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    table-layout: fixed;
}
.section-5 .lesson-table th {
    font-size: 20px;
    font-weight: normal;
    background: #FAFAFA;
}
.section-5 .lesson-table th,
.section-5 .lesson-table td {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px;
    vertical-align: top;
    text-align: center;
}
.section-5 .lesson-table td:last-child {
    text-align: left;
}
.section-5 .side-menu {
    display: inline-block;
    width: 400px;
    line-height: 92px;
    font-size: 18px;
    font-weight: bold;
    color: #555555;
    background: #EFEFEF;
}
.section-5 .menu-item {
    padding-left: 60px;
    cursor: pointer;
}
.section-5 .menu-item:hover {
    background: #EB2D19;
    color: #ffffff;
}
.section-5 .content .info {
    padding: 40px 60px 0;
    width: 800px;
    height: 276px;
    background: url("../img/bg_3.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
}
.section-5 .side-menu .active {
    background: #EB2D19;
    color: #ffffff;
}
/*
* section-6
*/
.section-6 {
    min-width: 1200px;
    padding: 1px 0;
    height: 997px;
    background: rgba(250,250,250,1);
}
.section-6 .section-title {
    margin-bottom: 60px;
}
.section-6 .pro-item {
    margin-bottom: 80px;
}
.section-6 .pro-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.section-6 .pro-info,
.section-6 .pro-skill-info {
    font-size: 16px;
    color: #555555;
    line-height:24px;
}
.section-6 .pro-skill {
    margin: 30px 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.section-6 .btn-code {
    margin-top: 30px;
    width: 108px;
    height: 41px;
    color: #ffffff;
    background: linear-gradient(45deg,rgba(61,58,141,1),rgba(81,69,194,1));
    box-shadow: 0 1px 4px 0 rgba(114,107,106,0.4);
}
.section-6 .btn-code:hover {
    background: rgba(61,58,141,1);
}
.section-6 .pro-item .pro-img {
    display: inline-block;
}
.section-6 .pro-item:nth-child(1) .pro-img {
    width: 482px;
    height: 285px;
    background: url("../img/icon_10.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-6 .pro-item:nth-child(1) .pro-content {
    display: block;
    margin-left: 560px;
}
.section-6 .pro-item:nth-child(2) .pro-img {
    width: 521px;
    height: 300px;
    background: url("../img/icon_9.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-6 .pro-item:nth-child(2) .pro-content {
    display: block;
    width: 660px;
}
.section-6 .pro-item:nth-child(3) .pro-img {
    width: 482px;
    height: 285px;
    background: url("../img/icon_10.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-6 .pro-item:nth-child(3) .pro-content {
    display: block;
    margin-left: 560px;
}
/*
* section-7
*/
.section-7 {
    min-width: 1200px;
    height: 974px;
    background: url("../img/bg_6.png") 0 bottom no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.section-7 .job-main {
    width: 1200px;
    height: 756px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(204,204,204,1);
    box-shadow: 0 8px 24px 0 rgba(134,131,130,0.18);
}
.section-7 .job-graph-wrap {
    display: inline-block;
    width: 568px;
    height: 437px;
    background: #FAFAFA;
    border-right: 1px solid rgba(204,204,204,1);
}
.section-7 .job-future {
    border-top: 1px solid rgba(204,204,204,1);
}
.section-7 .future-graph {
    margin: 0 auto;
    width: 1140px;
    height: 202px;
    background: url("../img/bg_future.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.section-7 .job-history-wrap {
    display: inline-block;
    width: 620px;
    height: 437px;
    vertical-align: top;
}
.section-7 .job-main .job-title {
    padding: 30px 30px 20px;
    font-size: 18px;
}
.section-7 .job-graph {
    text-align: center;
}
.section-7 .job-history {
    padding: 0 30px;
}
.section-7 .history-item {
    margin-right: 22px;
    display: inline-block;
    width: 120px;
    text-align: center;
}
.section-7 .history-item .item-img {
    width: 120px;
    height: 120px;
    background: #eee;
}
.history-item .item-img >img {
    height: 100%;
    width: 100%;
}
.history-item .item-price {
    background: #EE513D;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.section-7 .history-item:last-child {
    margin-right: 0;
}
.section-7 .job-history .row-1 {
    margin-bottom: 20px;
}
/*
* section-8
*/
.section-8 {
    min-width: 1200px;
    padding: 1px 0;
    height: 694px;
    background: #F6F6F6;
}
.section-8 .panel {
    padding: 20px;
    display: inline-block;
    width: 590px;
    height: 252px;
    background: rgba(255,255,255,1);
    box-shadow: 0 4px 24px 0 rgba(134,131,130,0.2);
}
.section-8 .download-wrap {
    margin-bottom: 20px;
}
.section-8 .dl-title {
    margin-bottom: 10px;
    font-size: 18px;
}
.tag-dl {
    color: #EF4B39;
}
.section-8 .dl-item {
    position: relative;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}
.section-8 .dl-item:last-child {
    border-bottom: none;
}
.section-8 .btn-dl {
    position: absolute;
    right: 0;
    top: 10px;
    width: 70px;
    height: 28px;
    background: linear-gradient(45deg,rgba(235,45,25,1),rgba(239,88,67,1));
    box-shadow: 0 1px 4px 0 rgba(114,107,106,0.4);
    color: #ffffff;
}
.section-8 .btn-dl:hover {
    background: rgba(235,45,25,1);
}
.section-8 .img-dl {
    display: inline-block;
    margin-right: 10px;
    width: 131px;
    height: 77px;
    vertical-align: top;
}
.section-8 .dl-video-list .dl-item {
    padding: 10px 0 4px;
}
.section-9 {
    min-width: 1200px;
    height: 101px;
    background: url("../img/bg_4.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    line-height: 101px;
}
.section-9 .wrap {
    position: relative;
}
.section-9 .wrap h6 {
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
}
.section-9 .btn-enroll {
    position: absolute;
    top: 20px;
    right: 0;
    width: 197px;
    height: 61px;
    background:rgba(246,246,246,.2);
    border: 2px solid rgba(255,255,255,1);
    color: #ffffff;
    font-size: 22px;
}
.section-9 .btn-enroll:hover {
    background:rgba(246,246,246,.3);
}
/*
* section-10
*/
.section-10 {
    min-width: 1200px;
    padding: 50px 0 60px;
    background: #35383B;
}
.section-10 .wrap {
    width: 1200px;
    margin: 0 auto;
}
.info-left .logo-btm {
    margin-right: 40px;
}
.info-list .list-title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
}
.list-wrap .info-list {
    margin: 8px 40px 0 0;
    color: #979797;
    display: inline-block;
    vertical-align: top;
}
.list-wrap .info-list li {
    margin-bottom: 12px;
}
.info-list .link-ul li {
    cursor: pointer;
}
.info-list .link-ul li:hover {
    color: #ffffff;
}
.wrap .info-right {
    margin-top: 8px;
}
.contract-list {
    margin: 0 14px 0 0;
}
.contract-list .list-item {
    margin-bottom: 10px;
    width: 166px;
    height: 40px;
    padding: 12px;
    color: #ffffff;
}
.contract-list .tel {
    background: #EF5843;
}
.contract-list .qq {
    background: #3CC3F5;
}
.contract-list .wechat {
    background: #2DB85F;
}
/*
* section-11
*/
.section-11 {
    min-width: 1200px;
    padding: 30px 0;
    background: #3F4144;
    text-align: center;
}
.section-11 .link-group {
    margin-bottom: 20px;
}
.section-11 .link-group p {
    color: #ffffff;
}
.section-11 .link-group a {
    color: #ccc;
    display: inline-block;
    padding: 0 8px;
    border-right: 1px solid #65686d;
}
.section-11 .link-group a:hover {
    color: #ffffff;
}
.section-11 .copyright {
    color: #979797;
}