.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-barlogo-new {
    display: none;
}

a:hover {
    text-decoration: none;
}

.sidebar {
    z-index: 30;
    position: fixed;
    left: 1%;
    width: 125px;
    bottom: 30px;
}
.sidebar .close-btn {
    display: block;
    z-index: 32;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
}
.sidebar .close-btn > .ei.ei-1 {
    font-size: 24px;
}
.sidebar .sidebar-head {
    padding: 10px 0;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background: #f35b4e;
    font: italic normal normal 28px FZShangKJW;
}
.sidebar .sidebar-head b {
    color: #fcff03;
}
.sidebar .side-list {
    display: block;
}
.sidebar .side-list > li {
    display: block;
    padding-top: 13px;
}
.sidebar .side-list > li:nth-child(2n+1) {
    background: url("../img/sidebar-b-lf.png") top center no-repeat;
}
.sidebar .side-list > li:nth-child(2n) {
    background: url("../img/sidebar-b-rg.png") top center no-repeat;
}
.sidebar .side-list > li > a {
    display: block;
    text-align: center;
    line-height: 38px;
    font-family: FZShangKJW;
    font-weight: normal;
    font-size: 18px;
    background: #f35b4e;
    color: #fff;
}
.sidebar .side-list > li > a .ei {
    padding-right: 10px;
    font-weight: normal;
}
.sidebar .side-bottom {
    padding-top: 20px;
}
.sidebar .qr-code {
    padding: 12px;
    background: #f35b4e;
}
.sidebar .qr-code > .qr-container {
    padding: 8px;
    background: #fff;
}
.sidebar .qr-code > .qr-container img {
    width: 100%;
    height: 100%;
}
.sidebar .go-top {
    display: block;
    height: 55px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.sidebar-open {
    z-index: 32;
    display: block;
    padding: 6px 12px;
    width: 25px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 172px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #de1116;
}


.banner .common {
    position: relative;
    height: 100%;
}
.banner .common img.model {
    z-index: 10;
    position: absolute;
    top: 19px;
    right: 18px;
}
.banner .common .heading {
    position: relative;
    z-index: 20;
    width: 986px;
    text-align: center;
    padding-top: 62px;
}
.banner .common .heading h3,.banner .common .heading h2 {
    color: #fff;
    text-align: center;
}
.banner .common .heading h3 {
    font-size: 60px;
    font-weight: normal;
}
.banner .common .heading h2 {
    font: normal normal bold 120px FZShangKJW;
    line-height: 220px;
}
.banner .common .heading h2 span {
    font: normal normal bold 120px FZShangKJW;
    color: #f5fe33;
}
.banner .common .heading .matter-list {
    display: block;
    text-align: center;
}
.banner .common .heading .matter-list > li {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    margin: 0 28px;
}
.banner .common .heading .matter-list > li > i {
    font-size: 30px;
    padding-right: 8px;
}

/* banner style-2 CSS */
.banner.style-2 .common .heading {
    width: auto;
}
/* banner style-3 CSS */
.banner.style-3 .common .heading {
    width: auto;
}
.banner.style-3 .common .heading h2 {
    font: normal normal bold 120px "Microsoft YaHei";
    line-height: 220px;
}
.banner.style-3 .common .heading h2 span {
    font: normal normal bold 120px "Microsoft YaHei";
    color: #f5fe33;
}

.pg-nav {
    height: 56px;
    background: linear-gradient(top, #4b4b4b, #101010);
    background: -o-linear-gradient(top, #4b4b4b, #101010);
    background: -ms-linear-gradient(top, #4b4b4b, #101010);
    background: -moz-linear-gradient(top, #4b4b4b, #101010);
    background: -webkit-linear-gradient(top, #4b4b4b, #101010);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #4b4b4b, endColorstr = #101010);
}
.pg-nav .pg-nav-list {
    display: table;
    height: 100%;
}
.pg-nav .pg-nav-list > li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.pg-nav .pg-nav-list > li a {
    display: block;
    width: 100%;
    height: 99%;
    line-height: 56px;
    color: #fff;
}
.pg-nav .pg-nav-list > li a i {
    padding-right: 8px;
}
.pg-nav .pg-nav-list > li:hover a {
    color: #f75532;
    background: #313030;
}

.m_blk {
    padding: 0px 0;
    background: #fff;
}
.m_blk.no-padding {
    padding: 0;
}
.m_blk.grey {
    background: #efebea;
}
.m_blk.light-grey {
    background: #f6f6f6;
}

.m_blk.province-nav {
    padding: 10px 0;
}
.province-nav .common {
    display: table;
}
.province-nav .province-title {
    display: table-cell;
    width: 112px;
    padding-left: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #666;
    height: 60px;
}
.province-nav .province-title i {
    font-size: 36px;
}
.province-nav .province-nav-list {
    display: table-cell;
    vertical-align: middle;
}
.province-nav .province-nav-list > li {
    display: block;
    min-width: 90px;
    margin: 5px 10px;
    line-height: 38px;
    float: left;
}
.province-nav .province-nav-list > li a {
    display: block;
    padding: 0 10px;
    line-height: 38px;
    color: #333;
    text-align: center;
    background: #fff;
    border-radius: 6px;
}
.province-nav .province-nav-list > li a:hover {
    color: #fff;
    background: #f56645;
}

/* 领课 */
.sep-offer {
    width: 1000px;
    padding: 12px;
    margin: 0 auto;
    background: url("../img/envelope.png") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.sep-offer .sep-offer-cont {
    padding: 0 36px;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
}
.sep-offer .sep-offer-cont h3 {
    display: inline-block;
    position: relative;
    font-weight: normal;
    text-align: center;
    line-height: 90px;
    font-size: 28px;
    color: #333;
}
.sep-offer .sep-offer-cont h3 span {
    position: absolute;
    right: -26px;
    top: 28px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #ff9992;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}

.sep-offer .interaction {
    display: table;
    width: 100%;
}
.sep-offer .interaction .inter-lf {
    display: table-cell;
    width: 648px;
    vertical-align: middle;
    text-align: left;
}
.sep-offer .interaction .inter-lf input {
    display: inline-block;
    width: 260px;
    height: 58px;
    padding: 0 8px;
    margin: 10px 0;
    margin-right: 18px;
    color: #999;
    font-size: 18px;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.sep-offer .interaction .inter-lf input#validate {
    width: 200px;
}
.sep-offer .interaction .inter-lf img#vali_img {
    width: 120px;
    height: 60px;
    margin: 10px 0;
    margin-left: -38px;
}
.sep-offer .interaction .inter-lf select {
    display: inline-block;
    width: 324px;
    height: 58px;
    padding: 0 8px;
    margin: 10px 0;
    margin-right: 18px;
    color: #999;
    font-size: 18px;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.sep-offer .interaction .inter-rg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.sep-offer .interaction .inter-rg a.btn {
    display: inline-block;
    width: 270px;
    line-height: 60px;
    text-align: center;
    border-radius: 8px;
    background: #f56645;
    font-size: 20px;
    color: #fff;
}
.sep-offer p.reminder {
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #ff665e;
    text-align: left;
}

/* 礼包内容 */
.gift {
    margin-top: 18px;
    color: #333;
}
.gift .gift-title {
    font-size: 20px;
    text-align: left;
    height: 24px;
    line-height: 24px;
}
.gift .gift-title b {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 100%;
    background: #ff6259;
    margin-right: 12px;
}
.gift .gift-title span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.gift .gift-text {
    padding: 16px 0;
    font-size: 16px;
    color: #666;
}

/* 两种优惠的通用样式 */
.coupon-box {
    padding: 20px 0;
}
.coupon-box .cou-list {
    display: table;
    width: 100%;
}
.coupon-box .cou-list > li {
    display: table-cell;
    text-align: center;
}
.coupon-box p.reminder {
    margin-top: 12px;
    padding-left: 100px;
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #ff665e;
    text-align: left;
}

/* 第一种优惠样式 */
.cou-type-1 {
    width: 1000px;
    padding: 0 12px;
    margin: 0 auto;
}
.cou-type-1 .coupon {
    margin: 0 auto;
    width: 330px;
    height: 163px;
    position: relative;
    background: url("../img/coupon-1.png") top center no-repeat;
}
.cou-type-1 .coupon .dead-time {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #f9da05;
    text-align: center;
}
.cou-type-1 .coupon .price {
    position: absolute;
    top: 50px;
    left: 54px;
    display: block;
    width: 126px;
    height: 54px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #a00203;
}
.cou-type-1 .coupon .condition {
    position: absolute;
    top: 60px;
    right: 32px;
    width: 96px;
    text-align: center;
    font-size: 18px;
    color: #a00203;
}
.cou-type-1 .coupon .addition {
    margin-top: 70px;
    margin-left: 44px;
    text-align: center;
    line-height: 26px;
    width: 232px;
    font-size: 14px;
    color: #f9da05;
    background: #f15000;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

/* 第二种优惠样式 */
.cou-type-2 {
    width: 1200px;
    margin: 0 auto;
}
.cou-type-2 .coupon {
    position: relative;
    width: 228px;
    margin: 0 auto;
    height: 97px;
    background: url("../img/coupon-2.png") top center no-repeat;
}
.cou-type-2 .coupon p {
    text-align: left;
    color: #fff;
    position: absolute;
    left: 58px;
}
.cou-type-2 .coupon p.price {
    top: 14px;
    line-height: 52px;
    font-size: 50px;
    font-weight: bold;
}
.cou-type-2 .coupon p.price.smaller {
    font-size: 36px;
    top: 16px;
}
.cou-type-2 .coupon p.condition {
    font-size: 12px;
    bottom: 18px;
}
.cou-type-2 .coupon a.cou-btn {
    position: absolute;
    right: 0;
    top: 6px;
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 42px;
}

h2.m_title {
    text-align: center;
    font: normal normal bold 38px FZShangKJW;
    padding-bottom: 40px;
    background: url("../img/subheading.png") bottom center no-repeat;
    color: #333;
}
h2.m_title b {
    color: #f46a4c;
    font: normal normal bold 38px FZShangKJW;
}
h2.m_title.m_title-s {
    font: normal normal bold 40px "Microsoft YaHei";
    padding-bottom: 0;
    background: none;
}
h2.m_title.m_title-s b {
    font-size: 44px;
}

h3.m_sub_title {
    position: relative;
    text-align: center;
}
h3.m_sub_title > p {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #333;
    line-height: 100px;
}
h3.m_sub_title > p b {
    font-size: 44px;
    color: #ff665e;
}
h3.m_sub_title.m_sub_title-s > p {
    font-size: 36px;
}
h3.m_sub_title > p .sub-lf, h3.m_sub_title > p .sub-rg {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 321px;
    height: 14px;
}
h3.m_sub_title > p .sub-lf {
    background: url("../img/heading-lf.png") top center no-repeat;
    left: -321px;
}
h3.m_sub_title > p .sub-rg {
    background: url("../img/heading-rg.png") top center no-repeat;
    right: -321px;
}
h3.m_sub_title > p .sub-lf.sub-lf-s {
    width: 278px;
    background: url("../img/heading-lf-s.png") top center no-repeat;
    left: -278px;
}
h3.m_sub_title > p .sub-rg.sub-rg-s {
    width: 278px;
    background: url("../img/heading-rg-s.png") top center no-repeat;
    right: -278px;
}

.curriculum-list {
    display: block;
    margin: 0 auto;
}
.curriculum-list > li {
    position: relative;
    display: block;
    float: left;
    width: 241px;
    padding: 124px 22px 0;
    height: 218px;
    margin: 0 7px;
    background: url("../img/cir-box.png") top center no-repeat;
}
.curriculum-list > li .curr-btn {
    display: block;
    position: absolute;
    width: 164px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 50%;
    margin-left: -82px;
    bottom: 20px;
    border-radius: 4px;
    font-size: 20px;
    color: #ff665e;
    background: #fdfb31;
}
.curriculum-list > li .curr-title {
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 14px;
}
.curriculum-list > li .curr-text {
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.swiper-container {
    position: relative;
}
.swiper-wrapper {
    padding: 10px 0;
}
.swiper-pagination-bullet {
     height: 10px;
     width: 10px;
 }

.curriculum-info {
    display: block;
    width: 241px;
    padding: 124px 22px 0;
    height: 218px;
    margin: 0 auto;
    background: url("../img/cir-box.png") top center no-repeat;
}
.curriculum-info .curr-btn {
    display: block;
    position: absolute;
    width: 164px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    left: 50%;
    margin-left: -82px;
    bottom: 20px;
    border-radius: 4px;
    font-size: 20px;
    color: #ff665e;
    background: #fdfb31;
}
.curriculum-info .curr-title {
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 14px;
}
.curriculum-info .curr-text {
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.feature-list {
    display: block;
}
.feature-list > li {
    display: block;
    position: relative;
    float: left;
    width: 340px;
    margin: 10px 10px;
    height: 260px;
    padding: 10px 20px;
    background: #e7e5e5;
}
.feature-list > li .feature-icon {
    width: 84px;
    height: 84px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    border: 1px solid #463c3b;
    margin: 0 auto;
}
.feature-list > li .feature-title {
    line-height: 34px;
    font-size: 20px;
    color: #333;
    text-align: center;
}
.feature-list > li .feature-text {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.feature-list > li .feature-btn {
    display: block;
    width: 210px;
    line-height: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -105px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #ff665e;
    border-radius: 4px;
}

a.gg {
    position: relative;
    display: block;
    height: 100px;
    text-align: center;
    overflow: hidden;
}
a.gg img {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.preliminary {
    margin-top: 10px;
    display: block;
    border: 1px solid #ff665e;
}
.preliminary a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font: normal normal normal 80px FZShangKJW;
    font-size: 36px;
    line-height: 80px;
    color: #463c3b;
    background: #fff;
}
.preliminary a.active {
    color: #fff;
    background: #ff665e;
}

.cour-list {
    display: block;
}
.cour-list > li {
    display: none;
}
.cour-list > li.active {
    display: block;
}

.subject-list {
    display: block;
}
.subject-list > li {
    display: none;
}
.subject-list > li.active {
    display: block;
}

.cour-favor {
    position: relative;
    width: 1020px;
    margin: 36px auto 0;
    padding: 16px;
    border: 1px dashed #ff665e;
    text-align: center;
    border-radius: 12px;
    color: #333;
    font-size: 20px;
}
.cour-favor .ang {
    display: block;
    width: 37px;
    height: 19px;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: -19px;
    background: url("../img/dashed.jpg") top center no-repeat;
}
.cour-favor b {
    font-weight: normal;
    color: #ff6b5e;
}

table.cour {
    border-collapse: collapse;
    color: #333;
    width: 92%;
    margin: 0 auto;
}
table.cour th, table.cour td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    border: 1px solid #ccc;
}
table.cour th,table.cour td.strong {
    font-weight: bold;
}
table.cour td.ta-lf {
    text-align: center;
}
table.cour th {
    text-align: center;
}
table.cour .btn {
    margin-top: 6px;
    display: inline-block;
    width: 72px;
    border: 1px solid #ff676c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background: #ff676c;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
table.cour .btn.zx {
    border: 1px solid #ff676c;
    color: #ff676c;
    background: #fff;
}
table.cour .pane {
    display: inline-block;
    width: 72px;
    border: 1px solid #68d5c2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #68d5c2;
    background: #fff;
}
table.cour .ei-shiting1 {
    font-size: 36px;
    color: #7585fc;
}

    /* Tiled Course Table start -- type1 */
.courses.style-1 {
    display: block;
    text-align: center;
}
.courses.style-1 .cour-nav {
    margin: 15px auto;
    display: block;
}
.courses.style-1 .cour-nav > li {
    height: 60px;
    float: left;
    padding: 0 16px;
    margin: 16px 0;
    position: relative;
    background: #fff4ed;
    overflow: visible;
    text-align: center;
}
.courses.style-1 .cour-nav > li a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
    line-height: 60px;
    font-size: 20px;
    color: #666;

    transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
}
.courses.style-1 .cour-nav > li a span {
    display: inline-block;
    transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
}
.courses.style-1 .cour-nav > li.active {
    padding: 0 8px;
}
.courses.style-1 .cour-nav > li.active a {
    padding: 0 10px;
    margin-top: -5px;
    line-height: 70px;
    /*font-size: 24px;*/
    color: #fff;
    background: linear-gradient(top, #f99f3f, #ff6a5e);
    background: -o-linear-gradient(top, #f99f3f, #ff6a5e);
    background: -ms-linear-gradient(top, #f99f3f, #ff6a5e);
    background: -moz-linear-gradient(top, #f99f3f, #ff6a5e);
    background: -webkit-linear-gradient(top, #f99f3f, #ff6a5e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #f99f3f, endColorstr = #ff6a5e);
}
.courses.style-1 table.cour th {
    text-align: center;
    height: 48px;
    font-size: 20px;
    color: #000;
}
.courses.style-1 table.cour td {
    height: 104px;
    font-size: 16px;
}
.courses.style-1 table.cour .btn.buy {
    border: 1px solid #ff676c;
    color: #fff;
    background: #ff676c;
}
.courses.style-1 table.cour .price {
    font-size: 28px;
    font-weight: bold;
    color: #fe003c;
}
.courses.style-1 table.cour .ori {
    font-size: 18px;
    text-decoration: line-through;
    color: #666;
}
.courses.style-1 table.cour .protocol {
    font-size: 14px;
    color: #333;
}
/* Tiled Course Table end -- type1 */

/* Level 3 linkage Course Table start -- type2 */
.courses.style-2 .subject-nav {
    margin: 0 auto 20px;
    background: #fff4ed;
}
.courses.style-2 .subject-nav > li {
    margin: 10px 0;
    text-align: center;
    float: left;
    border-right: 1px solid #ffd0b2;
}
.courses.style-2 .subject-nav > li:last-of-type {
    border-right: none;
}
.courses.style-2 .subject-nav > li a {
    display: inline-block;
    padding: 0 12px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 20px;
    color: #f04444;
}
.courses.style-2 .subject-nav > li.active a {
    padding: 0 4px;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(top, #f99f3f, #ff6a5e);
    background: -o-linear-gradient(top, #f99f3f, #ff6a5e);
    background: -ms-linear-gradient(top, #f99f3f, #ff6a5e);
    background: -moz-linear-gradient(top, #f99f3f, #ff6a5e);
    background: -webkit-linear-gradient(top, #f99f3f, #ff6a5e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #f99f3f, endColorstr = #ff6a5e);
}
.courses.style-2 .cour-nav {
    display: block;
    margin: 0 auto 10px;
    padding: 12px 0;
    background: #0af;
}
.courses.style-2 .cour-nav > li {
    display: block;
    float: left;
    text-align: center;
    border-right: 1px dashed #fff;
}
.courses.style-2 .cour-nav > li:last-of-type {
    border-right: none
}
.courses.style-2 .cour-nav > li > a {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
}
.courses.style-2 .cour-nav > li.active > a {
    font-size: 20px;
    color: #f04444;
    background: #fff;
}
.courses.style-2 table.cour td:first-child {
    background: #fff2e9;
}
.courses.style-2 table.cour .price {
    color: #f04444;
    font-size: 24px;
    font-weight: bold;
}
.courses.style-2 table.cour .ori {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
}
.courses.style-2 table.cour .protocol {
    font-size: 14px;
    color: #333;
}
/* Level 3 linkage Course Table end -- type2 */


.m_blk.map {
    height: 612px;
    padding: 10px 0;
    background: url("../img/map.jpg") top center no-repeat;
}

.produce-nav {
    display: table;
    width: 100%;
}
.produce-nav > li {
    display: table-cell;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #fff;
    background: linear-gradient(top, #ff8e5e, #ff675e);
    background: -o-linear-gradient(top, #ff8e5e, #ff675e);
    background: -ms-linear-gradient(top, #ff8e5e, #ff675e);
    background: -moz-linear-gradient(top, #ff8e5e, #ff675e);
    background: -webkit-linear-gradient(top, #ff8e5e, #ff675e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #ff8e5e, endColorstr = #ff675e);
}
.produce-nav > li.last {
    border-right: none;
}
.produce-nav > li a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}
.produce-nav > li.active {
    background: #c70a19;
}
.produce-nav > li.active a {
    font-size: 20px;
}

.produce-list {
    display: block;
    height: 420px;
    border: 1px solid #ff8d5e;
    border-top: none;
}
.produce-list > li {
    display: none;
    text-align: center;
    padding: 28px 0;
}
.produce-list > li.active {
    display: block;
}
.produce-list > li p.info {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
}
.produce-list > li .img-group {
    padding: 0 10px;
}
.produce-list > li .img-group .l {
    margin-right: 10px;
    width: 334px;
}
.produce-list > li .img-group .center {
    float: left;
    width: 490px;
    margin-right: 10px;
}
.produce-list > li .img-group .r {
    width: 334px;
}
.produce-list > li .img-group .l img {
    margin-bottom: 10px;
}
.produce-list > li .img-group .r img {
    margin-bottom: 10px;
}
.produce-list > li .img-group .l img.last {
    margin-bottom: 0;
}
.produce-list > li .img-group .r img.last {
    margin-bottom: 0;
}
.produce-list > li .constract {
    padding-top: 20px;
    text-align: center;
    font-size: 24px;
    color: #333;
}
.produce-list > li .constract span {
    padding: 0 18px;
}
.produce-list > li .constract span .ei {
    padding-right: 10px;
    font-size: 24px;
}
.produce-list > li .constract span .ei.ei-kefu {
    font-size: 28px;
}

.video-list {
    display: table;
    margin-bottom: 30px;
    width: 100%;
}
.video-list > li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.video-info-box {
    margin: 0 auto;
    width: 386px;
    box-shadow: 2px 2px 6px #ccc;
}
.video-info-box .player-box {
    width: 100%;
    height: 218px;
}
.video-info-box .video-info {
    padding: 10px 14px;
    text-align: left;
}
.video-info-box .video-info .video-info-title {
    line-height: 40px;
    font-size: 20px;
    color: #333;
}
.video-info-box .video-info .video-info-text {
    line-height: 24px;
    font-size: 16px;
    color: #666;
}
.video-info-box .video-info .video-info-text a {
    padding-left: 16px;
    color: #ff665e;
}

.top-teacher {
    position: relative;
    height: 260px;
    margin: 124px 0 128px;
    background: #ec504c;
}
.top-teacher .common {
    position: absolute;
    top: -124px;
    left: 50%;
    margin-left: -600px;
}
.teachers-list {
    display: table;
    width: 100%;
}
.teachers-list > li {
    display: table-cell;
}
.teacher-info {
    position: relative;
    width: 240px;
    height: 370px;
    padding: 30px 20px 60px;
    background: #f2605d;
}
.teacher-info .teacher-head {
    width: 146px;
    height: 146px;
    margin: 0 auto;
    border-radius: 73px;
    text-align: center;
}
.teacher-info .teacher-head img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.teacher-info .teacher-text {
    color: #fff;
}
.teacher-info .teacher-text .teacher-name {
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}
.teacher-info .teacher-text .teacher-intro {
    line-height: 34px;
    font-size: 20px;
    text-align: left;
}
.teacher-info .btn {
    text-align: center;
    display: block;
    width: 206px;
    line-height: 60px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -103px;
    font-size: 24px;
    color: #ec504c;
    background: #fdfb31;
}

.m_blk.pc-pad-phone {
    height: 656px;
    padding: 0;
    background: url("../img/pc_pad_phone.jpg") top center no-repeat;
}

.m_blk.brand-story {
    background: #373b44;
    padding: 0;
}

.ques-list {
    display: block;
    margin-bottom: 30px;
}
.ques-list > li {
    display: block;
    float: left;
    width: 520px;
    height: 110px;
    padding: 0 0 0 14px;
    margin: 0 33px;
}
.ques-list > li .ques-title {
    position: relative;
    line-height: 48px;
    font-size: 24px;
    font-weight: bold;
    color: #ff665e;
}
.ques-list > li .ques-title span {
    display: block;
    position: absolute;
    width: 4px;
    height: 24px;
    left: -16px;
    top: 50%;
    margin-top: -11px;
    background: #ff665e;
}
.ques-list > li .ques-text {
    color: #666;
    font-size: 14px;
}

/* Form exited CSS style already -- start */
.m8{ background:#363b44; padding:40px 0;}
.m8_t{ font-size:34px; color:#fff; margin-bottom:30px;}
.m8_t span{ color:#ec313a;}
.m8_c{ margin-bottom:20px;}
.m8_c p{ background:#474e54; padding:30px 50px; color:#fff; font-size:16px; text-indent:2em;}

.rollBox{width:900px;overflow:hidden;margin:0 auto;}
.rollBox .Cont{width:800px;overflow:hidden; float:left;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:150px;float:left;text-align:center; margin-right:14px;}
*+html .rollBox .Cont .pic{width:139px;float:left;text-align:center;padding-right:30px;}
.rollBox .Cont .pic img{display:block; float:left;}
.rollBox .Cont .pic p{line-height:26px;color:#505050;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left;}
.img1{ float:left; margin-top:25px; margin-right:22px; cursor:pointer;}
.img2{ float:right; margin-top:25px; cursor:pointer;}

.copyRight,.offcnCopy{ background:#444546; font-size:12px;}
.offcnCopy{ padding:45px 0; line-height:32px; color:#aaa; text-align:center;}
.offcnCopy a{ color:#aaa;}
.offcnCopy a:hover{ color:#e00;}
.new_offcn_zx{ width:100px; height:380px; position:fixed; top:150px;right:0;z-index:99999;}
.new_offcn_zx ul li{ margin-bottom:7px;}

.msh {
    background: #ef4c39;
    color: #fff;
}
.msh h1 {
    height: 140px;
    line-height: 140px;
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
}
.msh .msh_list {
    padding-bottom: 50px;
    border-bottom: 1px dashed #f48375;
}
.msh .msh_list li {
    padding: 82px 0 10px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 300px;
    float: left;
    box-shadow: -16px 0 16px #ec422e inset;
    text-align: center;
}
.msh .msh_list li.msh_list_1 {
    background-image: url(//statics.eoffcn.com/statics/images/caches/sydw/m8_list_1.png);
}
.msh .msh_list li.msh_list_2 {
    background-image: url(//statics.eoffcn.com/statics/images/caches/sydw/m8_list_2.png);
}
.msh .msh_list li.msh_list_3 {
    background-image: url(//statics.eoffcn.com/statics/images/caches/sydw/m8_list_3.png);
}
.msh .msh_list li.msh_list_4 {
    box-shadow: 0px 0 0px #ec422e inset;
    background-image: url(//statics.eoffcn.com/statics/images/caches/sydw/m8_list_4.png);
}
.msh .msh_list li h3 {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: normal;
}
.msh .msh_list li p {
    font-size: 16px;
    display: inline-block;
}
.msh .msh_list li a {
    margin-top: 20px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 118px;
    border-radius: 20px;
    border: 1px solid #fff;
    text-align: center;
}
.msh .msh_list li a:hover {
    background: #fff001;
    color: #ef4c38;
}
.msh .msh_bottom {
    padding: 30px 0 20px;
}
.msh .msh_bottom .msh_bottom_left {
    float: left;
    width: 834px;
    text-align: left;
}
.msh .msh_bottom .msh_bottom_left .part_1 {
    font-size: 18px;
}
.msh .msh_bottom .msh_bottom_left .part_2 {
    font-size: 18px;
    height: 68px;
    line-height: 68px;
}
.msh .msh_bottom .msh_bottom_left .part_3 {
    font-size: 32px;
    height: 90px;
    line-height: 90px;
}
.msh .msh_bottom .msh_bottom_left .part_3 b {
    color: #fff001;
}
.msh .msh_bottom .msh_bottom_left .part_3 em {
    font-size: 18px;
    font-style: normal;
}
.msh .msh_bottom .qrcode {
    float: right;
    width: 214px;
}
.msh .msh_bottom .qrcode .qrcode_area {
    margin: 0 auto;
    width: 140px;
    height: 146px;
    padding: 10px;
    background: #fff;
}
.msh .msh_bottom .qrcode .qrcode_area img {
    display: block;
    width: 100%;
    height: 100%;
}
.msh .msh_bottom .qrcode p {
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
}
/* Form exited CSS style already -- end */
