@charset "utf-8";
@import url("iconfont.css");
html {
    font-size: 75px;
    font-family: 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

img {
    border: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(204, 204, 204, 1);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(204, 204, 204, 1);
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(204, 204, 204, 1);
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(204, 204, 204, 1);
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}


/* 公共样式*/

.time4 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.time10 {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.c {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.h {
    width: 100%;
    height: 120px;
}

.h.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.h100 {
    height: 100%;
}

.show {
    display: block !important;
}

.translate1 {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.translate2 {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.translate3 {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.translate4 {
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}

.disf {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.por {
    position: relative;
}

.bgc {
    background: #F0F4F7;
}

ul {
    font-size: 0;
}

.margintop60 {
    margin-top: .8rem;
}

.showimg {
    display: block;
}

.hideimg {
    display: none !important;
}


/* end 公共样式 */


/* 公共标题 */

.btn {
    display: inline-block;
    padding: 0 .826667rem;
    height: .933333rem;
    background: #EC7969;
    border-radius: .466667rem;
    text-align: center;
    line-height: .933333rem;
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
    box-sizing: border-box;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.btn2 {
    border-radius: 0;
}

.btn:hover {
    border: 1px solid #EC7969;
    color: #EC7969;
    background: #FFFFFF;
}

.title {
    text-align: center;
}

.title h5 {
    font-size: .64rem;
    font-weight: bold;
    color: #FFFFFF;
}

.title p {
    font-size: .32rem;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.5;
    margin-top: .4rem;
}

.title2 h5,
.title2 p {
    color: #404040;
}

.title2 p {
    font-weight: 400;
}

.about-title {
    text-align: center;
}

.about-title p {
    font-size: .186667rem;
    font-weight: 400;
    color: #333333;
}

.about-title h5 {
    font-size: .4rem;
    font-weight: bold;
    color: #333333;
}

.formtips {
    position: absolute;
    top: 19%;
    right: 5%;
    font-size: .213333rem;
    color: #FF4545;
    text-align: center;
}


/* end 公共标题 */


/* pc header */

.pc-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 9999;
}

.pc-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 9999;
    background-color: #fff;
}

.pc-header.fixed {
    background: #FFFFFF;
    box-shadow: 0 3px 2px rgba(0, 0, 0, .1);
}

.head-w {
    width: 79.94%;
    margin: 0 auto;
    position: relative;
}

.pc-header .p-logo {
    margin-top: 40px;
}

.pc-header .nav {
    width: 65%;
    margin-right: 5%;
    line-height: 130px;
}

.pc-header .nav li {
    display: inline-block;
    position: relative;
}

.pc-header .nav li a {
    font-size: .213333rem;
    font-weight: 400;
    color: #333333;
}

.pc-header .nav>li.on>a {
    font-weight: bold;
}

.pc-header .nav li.on::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #EC7969;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
}

.pc-header .nav>li:not(:last-child) {
    margin-right: 6.16%;
}

.pc-header .nav>li:hover>a {
    font-weight: bold;
}

.pc-header .nav>li:hover::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #EC7969;
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
}

.pc-header .nav>li:hover .sub-nav {
    display: block;
}

.pc-header .sub-nav {
    display: none;
    position: absolute;
    left: -35px;
    width: 140px;
    border-radius: 8px;
    background: #FFFFFF;
    z-index: 999;
    text-align: center;
    line-height: 40px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1), -2px 0 6px rgba(0, 0, 0, .1);
    margin-top: -30px;
}

.pc-header .sub-nav li {
    display: block;
    height: 40px;
}

.pc-header .sub-nav li:hover a {
    color: #EC7969;
}


/* .pc-header .sub-nav li a {} */

.pc-header .head-top-right {
    position: absolute;
    top: 10px;
    right: 0;
}

.pc-header .head-top-right li {
    display: inline-block;
    height: 28px;
    padding: 0 20px;
    background: #EC7969;
    border-radius: 14px;
    text-align: center;
}

.pc-header .head-top-right li a {
    display: block;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #FFFFFF;
}

.pc-header .head-top-right li:first-child {
    margin-right: 30px;
}

.pc-header .head-top-right li:hover {
    background: #FFFFFF;
    border: 1px solid #EC7969;
}

.pc-header .head-top-right li:hover a {
    color: #EC7969;
}


/* end pc header */


/* index banner */

.idx-banner img {
    display: block;
    width: 100%;
    height: 100vh;
}

.idx-banner .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.idx-banner .pos-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.idx-banner h3 {
    font-size: 1.04rem;
    font-weight: bold;
    color: #404040;
    margin-bottom: .8rem;
}

.idx-banner p {
    font-size: .8rem;
    font-weight: bold;
    color: #404040;
}

.idx-banner p span {
    color: #EC7969;
}

.idx-swiper .swiper-pagination-bullet {
    width: 30px;
    border-radius: 5px;
    background: #EC7969;
}


/* end index banner */


/* 研发中心 */

.res {
    position: relative;
    padding: 2.026667rem 0 1.6rem;
}

.res .left {
    width: 55%;
    position: relative;
    top: -60px;
    left: 48px;
}

.video-bg {
    display: block;
    width: 100%;
    position: relative;
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.bg-box {
    position: absolute;
    top: 60px;
    left: -48px;
    width: 100%;
    height: 6.333333rem;
    background: #EC7969;
    opacity: 0.1;
    border-radius: .8rem;
    z-index: -1;
}

.res .right {
    width: 36.5%;
}

.res .right h4 {
    font-size: .533333rem;
    font-weight: bold;
    color: #404040;
}

.res .right h4 span {
    color: #EC7969;
    font-weight: bold;
}

.res .right p {
    font-size: .24rem;
    font-weight: 400;
    color: #404040;
    line-height: .4rem;
    /* margin-top: .8rem; */
}

.res .mabbottom {
    margin-bottom: .8rem;
}


/* end 研发中心 */


/* 品牌优势 */

.adv {
    width: 100%;
    background: #EC7969;
    padding: 1.333333rem 0 1.6rem;
}

.adv ul {
    margin-top: 1.413333rem;
}

.adv ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.adv ul li img {
    display: inline-block;
    width: 20%;
    margin-right: .466667rem;
}

.adv ul li .text-box {
    display: inline-block;
    text-align: left;
}

.adv ul li p {
    font-size: .48rem;
    font-weight: bold;
    color: #FFFFFF;
}

.adv ul li p span {
    font-size: .48rem;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1;
}

.adv ul li span {
    font-size: .24rem;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}


/* end 品牌优势 */


/* 课程研发中心 */

.env {
    padding: 1.6rem 0;
}

.env .tab {
    text-align: center;
    margin-top: 1.2rem;
}

.env .tab li {
    display: inline-block;
    text-align: center;
    padding: 0 .48rem;
    height: 40px;
    font-size: .213333rem;
    font-weight: 400;
    color: #EC7969;
    line-height: 40px;
    border: 1px solid #EC7969;
    border-radius: 20px;
    cursor: pointer;
}

.env .tab li:hover {
    background: #EC7969;
    color: #FFFFFF;
}

.env .tab li.on {
    background: #EC7969;
    color: #FFFFFF;
}

.env .tab li:not(:last-child) {
    margin-right: .4rem;
}

.env .tab-box {
    margin-top: 1.2rem;
    display: none;
}

.env .tab-box .left {
    width: 39.85%;
    font-size: 0;
}

.env .tab-box .left .title {
    text-align: left;
    font-size: 0;
}

.env .tab-box .left .title h5 {
    font-size: .533333rem;
}

.env .tab-box .left .title p {
    margin-top: .306667rem;
    line-height: unset;
    font-size: .266667rem;
}

.env .tab-box .left>p {
    font-size: .24rem;
    font-weight: 400;
    color: #404040;
    line-height: .4rem;
    margin: .3rem 0;
}

.env .tab-box .left .btn {
    border-radius: 12px;
}

.env .tab-box .left .box div {
    display: inline-block;
    font-size: 0;
    margin-top: .3rem;
}

.env .tab-box .left .box div:first-child {
    margin-right: .613333rem;
}

.env .tab-box .left .box div img {
    cursor: pointer;
}

.env .tab-box .left .box #pre:hover .showimg {
    display: none !important;
}

.env .tab-box .left .box #pre:hover .hideimg {
    display: block !important;
}

.env .tab-box .left .box #next:hover .showimg {
    display: none !important;
}

.env .tab-box .left .box #next:hover .hideimg {
    display: block !important;
}

.env .tab-box .right {
    width: 58%;
    position: relative;
}

.env .tab-box .right img {
    display: block;
    width: 100%;
}

.env .tab-box .right .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    border-radius: 13px;
}

.env .tab-box .right:hover .mask {
    display: none;
}

.env .course {
    margin-top: 1.333333rem;
}

.env .course li {
    display: inline-block;
    position: relative;
    width: 33%;
    vertical-align: top;
    height: 3.533333rem;
}

.env .course li img {
    display: block;
    width: 100%;
}

.env .course li .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}

.env .course li:nth-child(odd):hover .mask {
    display: none;
}

.env .course li:nth-child(even) {
    background: #EC7969;
    line-height: 3.533333rem;
    font-size: .4rem;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
}

.env .course li:nth-child(even) a {
    color: #FFFFFF;
}


/* end 课程研发中心 */


/* 加盟优势 */

.join {
    width: 100%;
    background: #EC7969;
    padding: 1.333333rem 0 .266667rem;
}

.join ul {
    margin-top: 1.333333rem;
}

.join ul li {
    width: 33%;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.333333rem;
}

.join ul li img {
    display: block;
    width: 20%;
    margin: 0 auto;
    margin-bottom: .533333rem;
}

.join ul li p {
    font-size: .24rem;
    font-weight: 400;
    color: #FFFFFF;
}


/* end 加盟优势 */


/* 最新动态 */

.idx-new {
    padding: 1.6rem 0;
}

.idx-new .new-ul {
    margin-top: 1.333333rem;
}

.idx-new .new-ul li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.idx-new .new-ul li .img-box {
    width: 100%;
    overflow: hidden;
}

.idx-new .new-ul li .img-box img {
    width: 100%;
    display: block;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.idx-new .new-ul li .text-box {
    height: 195px;
    background: #F5F5F5;
    box-sizing: border-box;
    padding: .32rem;
    position: relative;
}

.idx-new .new-ul li .new-title {
    font-size: .32rem;
    font-weight: bold;
    color: #404040;
}

.idx-new .new-ul li p {
    font-size: .24rem;
    font-weight: 400;
    color: rgba(64, 64, 64, .5);
    margin-top: .306667rem;
}

.idx-new .new-ul li span {
    position: absolute;
    bottom: .32rem;
    left: .32rem;
    font-size: .213333rem;
    font-weight: 400;
    color: rgba(64, 64, 64, .5);
}

.idx-new .new-ul li:not(:last-child) {
    margin-right: 5%;
}

.idx-new .new-ul li:hover .img-box img {
    transform: scale(1.1);
}

.idx-new .new-ul li:hover .new-title {
    color: #EC7969;
}

.idx-new .btn-box {
    text-align: center;
}

.idx-new .btn-box a {
    border-radius: 12px;
}


/* end 最新动态 */


/* end footer */


/* banner */

.banner {
    position: relative;
    text-align: center;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .text-box h5 {
    font-size: .64rem;
    font-weight: 400;
    color: #FFFFFF;
}

.banner .text-box p {
    font-size: .32rem;
    font-weight: 400;
    color: #FFFFFF;
}


/* end banner */


/* column */

.column {
    background: #FFFFFF;
    font-size: 0;
    margin: .533333rem 0;
    height: 56px;
}

.column .w {
    position: relative;
}

.column span {
    display: inline-block;
}

.column span:first-child {
    font-size: .573333rem;
    /* font-family: 59--Regular; */
    font-weight: 400;
    color: #E8E8E8;
    padding-right: .32rem;
    border-right: 1px solid #EC7969;
}

.column span:last-child {
    font-size: .293333rem;
    font-weight: 400;
    color: #1B1B1B;
    padding-left: .32rem;
    vertical-align: top;
    position: absolute;
    top: 9px;
}


/* end colunm */


/* year */

.year {
    position: relative;
    padding: 1.36rem 0 .453333rem;
}

.year .left {
    width: 42%;
}

.year .left h5 {
    font-size: .32rem;
    font-weight: 400;
    color: #1B1B1B;
    text-align: center;
    margin-bottom: .4rem;
}

.year .left p {
    font-size: .213333rem;
    font-weight: 400;
    color: #9A9A9A;
    line-height: .373333rem;
}

.year .right {
    position: relative;
    width: 51.64%;
}

.year .right p {
    margin-top: .373333rem;
    font-size: .32rem;
    font-weight: 400;
    color: #1B1B1B;
    text-align: center;
}

.year .year_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
}


/* end year */


/* 企业环境 */

.envir {
    padding: .8rem 0;
}

.envir ul {
    margin-top: .64rem;
}

.envir ul li {
    float: left;
    width: 5.66%;
    height: 410px;
    position: relative;
    overflow: hidden;
}

.envir ul li img {
    width: 728px;
    height: 410px;
}

.envir ul li.on {
    width: 60.3%;
}

.envir ul li.on .mask-box {
    display: none;
}

.envir ul li .mask-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
}

.envir .num-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 48px;
    background: #999999;
    opacity: 0.9;
    border-radius: 8px 0px 0px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    z-index: 2;
}


/* end 企业环境 */


/* 品牌理念 */

.concept {
    background: #F5F5F5;
    font-size: 0;
    padding: .64rem 0;
    text-align: center;
}

.concept .about-title h5 {
    font-weight: 400;
}

.concept .left,
.concept .right {
    display: inline-block;
    margin-left: -40px;
}

.concept .left ul {
    margin-top: .613333rem;
}

.concept .left ul li {
    font-size: .213333rem;
    font-weight: 400;
    color: #9A9A9A;
    line-height: .4rem;
    text-align: center;
}

.concept .right {
    background: #FFFFFF;
    width: 17.85%;
    padding: .333333rem 0;
    margin-left: 15.66%;
}

.concept .right img {
    margin-left: .666667rem;
}

.concept .right img:first-child {
    margin-bottom: .533333rem;
}


/* end 品牌理念 */


/* 发展历程 */

.history {
    position: relative;
    padding-top: .8rem;
    padding-bottom: .133333rem;
}

.history .h-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history .history-box {
    background: #EC7969;
    padding: 87px 0 10px;
    position: relative;
}

.history ul {
    position: relative;
    background: #EC7969;
    padding-bottom: 50px;
    padding-top: .733333rem;
}

.history ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .2);
    transform: translateX(-50%);
}

.history ul li:not(:last-child) {
    margin-bottom: 10px;
}

.history ul li {
    width: 100%;
    position: relative;
}

.history ul li .right::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
}

.history ul li .left,
.history ul li .right {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
}

.history ul li p {
    font-size: .213333rem;
    color: #FFFFFF;
}

.history ul li .con {
    font-size: .186667rem;
}

.history ul li .img-box,
.history ul li .text-box {
    display: inline-block;
    vertical-align: top;
}

.history ul li:nth-child(even) .left {
    float: left;
    padding-right: 13px;
}

.history ul li:nth-child(even) .right {
    float: right;
}

.history ul li:nth-child(odd) .left {
    float: right;
    padding-left: 13px;
}

.history ul li:nth-child(odd) .right {
    float: left;
}

.history ul li:nth-child(even) .left .img-box,
.history ul li:nth-child(even) .left .text-box {
    float: right;
    text-align: right;
}

.history ul li:nth-child(odd) .img-box {
    margin-right: 10px;
}

.history ul li:nth-child(even) .img-box {
    margin-left: 10px;
}

.history ul li:nth-child(even) img {
    transform: rotate(180deg);
}


/* .history ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 13%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    transform: translate(-50%, 0);
} */

.history .btn-box {
    text-align: center;
    font-size: 0;
}

.history .btn-box a {
    display: inline-block;
    width: 18.33%;
    height: .64rem;
    line-height: .64rem;
    background: #FFFFFF;
    font-size: .24rem;
    font-weight: 400;
    color: #EC7969;
}


/* end 发展历程 */


/* 企业荣誉 */

.honor {
    text-align: center;
    font-size: 0;
    padding-top: .8rem;
}

.honor .honor-swiper {
    margin-top: .64rem;
}

.honor .left {
    width: 49%;
    z-index: 9;
    display: inline-block;
    transform: translate(5%, 5%);
}

.honor .left img {
    display: block;
    width: 100%;
}

.honor .right {
    width: 51%;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: .226667rem .32rem 0 .32rem;
    margin-top: .506667rem;
    /* transform: translateX(-5%); */
    z-index: -1;
    display: inline-block;
}

.honor .right .line-box {
    width: 100%;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: .666667rem;
    text-align: left;
}

.honor .right .line-box p {
    font-size: .32rem;
    font-weight: bold;
    color: #333333;
}

.honor .right .line-box ul {
    margin-top: .4rem;
}

.honor .right .line-box ul li {
    font-size: .213333rem;
    font-weight: 400;
    color: #666666;
    line-height: .4rem;
}

.honor .right {
    text-align: right;
}

.honor .right .pre {
    margin-right: 10px;
}

.honor .right .pre,
.honor .right .next {
    display: inline-block;
    width: 32px;
    padding: .266667rem 0;
    cursor: pointer;
}

.honor .right .pre img,
.honor .right .next img {
    display: block;
    width: 100%;
}

.honor .right .pre:hover .showimg,
.honor .right .next:hover .showimg {
    display: none;
}

.honor .right .pre:hover .hideimg,
.honor .right .next:hover .hideimg {
    display: block !important;
}


/* end 企业荣誉 */


/* 学员感言 */

.comments {
    padding: .8rem 0;
}

.comments img {
    margin-top: .64rem;
    width: 100%;
    display: block;
}


/* end 学员感言 */


/* adv2 */

.adv2 {
    font-size: 0;
    padding: .666667rem 0;
}

.adv2 ul {
    margin-top: 0;
}


/* end adv2 */


/* 校区展示 */

.school {
    padding-bottom: .8rem;
}

.school .tab-box {
    margin-top: .533333rem;
    box-sizing: border-box;
    padding: .4rem .533333rem .4rem .6rem;
    border: 1px solid #E6E6E6;
    font-size: 0;
}

.school .tab-box .left {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: left;
    border-radius: .2rem;
    margin-right: .533333rem;
    display: inline-block;
    transform: translateY(25%);
}

.school .tab-box .course {
    display: inline-block;
    width: calc(100% - 82px);
    vertical-align: top;
}


/* .school .tab-box .school-box {
    margin-bottom: 25px;
} */


/* .school .tab-box .course:nth-child(2) li:nth-child(2) {
    margin-right: .4rem !important;
} */

.school .tab-box .course:nth-child(2) li:not(:first-child) {
    margin-right: 0;
}

.school .tab-box .course li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    border-radius: .2rem;
    cursor: pointer;
    margin-bottom: 20px;
}

.school .tab-box .course li a {
    color: #333333;
}


/* .school .tab-box .course li:first-child {
    margin-right: .533333rem;
    text-align: left;
    width: .8rem;
} */

.school .tab-box .course li {
    height: .4rem;
    padding: 0 .333333rem;
    line-height: .4rem;
    margin-right: .4rem;
}

.school .tab-box .course li:last-child {
    margin-right: 0;
}

.school .tab-box .course li.on {
    background: #EC7969;
}

.school .tab-box .course li.on a {
    color: #FFFFFF;
}

.school .tab-box .course li:hover {
    background: #EC7969;
    color: #FFFFFF;
}

.school .tab-box .course li:hover a {
    color: #FFFFFF;
}

.school .tab-box .diqu {
    margin-top: .333333rem;
}

.school .tab-box .diqu li {
    margin-right: .2rem;
}

.school-ul {
    margin-top: .533333rem;
}

.school-ul li {
    display: inline-block;
    width: 24%;
    margin-bottom: .4rem;
}

.school-ul li:not(:nth-child(4n)) {
    margin-right: 1.3%;
}

.school-ul li .img-box {
    overflow: hidden;
}

.school-ul li .img-box img {
    width: 100%;
    display: block;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.school-ul li .text-box {
    height: .866667rem;
    box-sizing: border-box;
    padding: 0 .333333rem;
    border: 1px solid #E6E6E6;
}

.school-ul li .text-box p {
    font-size: 16px;
    font-weight: bold;
    color: #545454;
    line-height: .866667rem;
}

.school-ul li .text-box div {
    color: #B2B2B2;
    line-height: .866667rem;
    font-size: .48rem;
}

.school-ul li:hover .img-box img {
    transform: scale(1.1);
}

.school-ul li:hover .text-box p {
    color: #EC7969;
}

.school-ul li:hover .text-box {
    box-shadow: 0px 0px 14px 2px rgba(204, 204, 204, 0.2);
}

.page {
    text-align: center;
    font-size: .186667rem;
    color: #333333;
}

.page li {
    display: inline-block;
    height: .48rem;
    border: 1px solid #E6E6E6;
    padding: 0 .186667rem;
    margin: 0 .066667rem;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.page li:hover {
    background: #EC7969;
}

.page li:hover a {
    color: #FFFFFF;
}

.page li.on {
    background: #EC7969;
}

.page li.on a {
    color: #FFFFFF;
}

.page li a {
    font-size: .186667rem;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: .48rem;
    display: block;
    width: 100%;
}

.page li:first-child,
.page li:last-child {
    padding: 0 .333333rem;
}

.page li:first-child {
    margin-right: .133333rem;
}

.page li:last-child {
    margin-left: .133333rem;
}


/* end 校区展示 */


/* 新闻资讯 */

.new {
    padding: .533333rem 0 .8rem;
}

.new .tab-box {
    text-align: center;
}

.new .tab-box li {
    display: inline-block;
    height: .533333rem;
    padding: 0 .32rem;
    border-radius: .266667rem;
    border: 1px solid rgba(51, 51, 51, .5);
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, .5);
    line-height: .533333rem;
    cursor: pointer;
}

.new .tab-box li a {
    display: block;
    color: rgba(51, 51, 51, .5);
}

.new .tab-box li:not(:last-child) {
    margin-right: .533333rem;
}

.new .tab-box li:hover {
    background: #EC7969;
    color: #FFFFFF;
    border: 1px solid #EC7969;
}

.new .tab-box li:hover a {
    color: #FFFFFF;
}

.new .tab-box li.on {
    background: #EC7969;
    color: #FFFFFF;
    border: 1px solid #EC7969;
}

.new .tab-box li.on a {
    color: #FFFFFF;
}

.new .new-ul {
    margin-top: .533333rem;
    display: none;
}

.new .new-ul li {
    display: inline-block;
    width: 31.42%;
    margin-bottom: .533333rem;
    vertical-align: top;
}

.new .new-ul li:not(:nth-child(3n)) {
    margin-right: 2.8%;
}

.new .new-ul li .img-box {
    overflow: hidden;
}

.new .new-ul li .img-box img {
    width: 100%;
    display: block;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.new .new-ul li .text-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .266667rem;
    border: 1px solid #E6E6E6;
}

.new .new-ul li .text-box .new-title {
    font-size: .24rem;
    font-weight: bold;
    color: #555555;
    margin-top: .266667rem;
}

.new .new-ul li .text-box .con {
    font-size: .186667rem;
    font-weight: 400;
    color: #999999;
    line-height: .28rem;
    margin-bottom: .346667rem;
    margin-top: .266667rem;
}

.new .new-ul li .text-box .time {
    font-size: .186667rem;
    font-weight: 400;
    color: #969696;
    padding: .2rem 0;
    border-top: 1px solid #E6E6E6;
}

.new .new-ul li:hover .img-box img {
    transform: scale(1.1);
}

.new .new-ul li:hover .text-box .new-title {
    color: #EC7969;
}


/* end 新闻资讯 */


/* 面包屑 */

.m-nav {
    font-size: .186667rem;
    font-weight: 400;
    color: #999999;
    padding: .4rem 0;
}

.m-nav a {
    font-size: .186667rem;
    font-weight: 400;
    color: #999999;
}

.container {
    padding-bottom: 5%;
}

.container .text-box {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    padding: .666667rem 7.14%;
}

.container .text-box h5 {
    font-size: .4rem;
    font-weight: 400;
    color: #454545;
    text-align: center;
}

.container .text-box .row {
    font-size: 0;
    text-align: center;
    margin-top: .533333rem;
}

.container .text-box .row span:first-child {
    margin-right: .533333rem;
}

.container .text-box span {
    font-size: .186667rem;
    font-weight: 400;
    color: #454545;
}

.container .text-box article {
    font-size: .24rem;
    font-weight: 400;
    color: #6D6D6D;
    line-height: .48rem;
    margin-top: .6rem;
}

.container .text-box article img {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto !important;
}

.page-fan {
    text-align: center;
    font-size: 0;
    margin-top: .533333rem;
}

.page-fan a {
    font-size: .24rem;
    font-weight: 400;
    color: #454545;
    line-height: .586667rem;
}

.page-fan a:hover {
    color: #EC7969;
}

.page-fan .center {
    display: inline-block;
    width: 2rem;
    height: .586667rem;
    border: 1px solid #E5E5E5;
    line-height: .586667rem;
    text-align: center;
    color: #EC7969;
}

.page-fan .center:hover {
    background: #EC7969;
    color: #FFFFFF;
}


/* end 面包屑 */


/* 教师团队 */

.teacher {
    padding: .8rem 0;
}

.teacher .tab-box {
    text-align: center;
    margin-top: .533333rem;
}

.teacher .tab-box li {
    display: inline-block;
    height: .533333rem;
    padding: 0 .32rem;
    border: 1px solid rgba(51, 51, 51, .5);
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, .5);
    line-height: .533333rem;
    border-radius: .266667rem;
    cursor: pointer;
}

.teacher .tab-box li a {
    color: rgba(51, 51, 51, .5);
}

.teacher .tab-box li:not(:last-child) {
    margin-right: .533333rem;
}

.teacher .tab-box li.on {
    border: 1px solid #EC7969;
    background: #EC7969;
    color: #FFFFFF;
}

.teacher .tab-box li.on a {
    color: #FFFFFF;
}

.teacher .tab-box li:hover {
    border: 1px solid #EC7969;
    background: #EC7969;
    color: #FFFFFF;
}

.teacher .tab-box li:hover a {
    color: #FFFFFF;
}

.teacher .con-box {
    display: none;
}

.teacher .con-box p.introduce {
    font-size: .24rem;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: .533333rem;
}

.teacher .teacher-ul {
    margin-top: .666667rem;
}

.teacher .teacher-ul li {
    display: inline-block;
    width: 23.3%;
    position: relative;
    border-radius: 8px;
    margin-bottom: .4rem;
    vertical-align: top;
}

.teacher .teacher-ul li:not(:nth-child(4n)) {
    margin-right: 1.8%;
}

.teacher .teacher-ul li img {
    display: block;
    width: 100%;
}

.teacher .teacher-ul li .text-box {
    height: 1.8rem;
    box-sizing: border-box;
    padding: 0 .333333rem;
    border-top: 0;
    box-shadow: 0px 0px 20px 0px rgba(191, 191, 191, 0.2);
}

.teacher .teacher-ul li .text-box p {
    font-size: .213333rem;
    font-weight: 400;
    color: #333333;
    padding-top: .32rem;
}

.teacher .teacher-ul li .text-box p span {
    font-size: .266667rem;
    font-weight: bold;
    color: #333333;
    margin-right: .16rem;
}

.teacher .teacher-ul li .text-box .con {
    font-size: .186667rem;
    font-weight: 400;
    color: #999999;
    line-height: .32rem;
    margin-top: .266667rem;
    padding-top: 0;
}

.teacher .teacher-ul li .mask-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 .306667rem;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.teacher .teacher-ul li .mask-box p {
    font-size: .213333rem;
    font-weight: 400;
    color: #FFFFFF;
    padding-bottom: .293333rem;
    border-bottom: 1px solid rgba(250, 250, 250, .1);
    margin-top: .733333rem;
}

.teacher .teacher-ul li .mask-box p span {
    font-size: .32rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: .16rem;
}

.teacher .teacher-ul li .mask-box .con {
    margin-top: .266667rem;
    border: 0;
    padding: 0;
}

.teacher .teacher-ul li:hover .mask-box {
    opacity: 1;
}

.teacher .teacher-ul li:hover .text-box {
    border-radius: 8px;
}


/* end 教师团队 */


/* 课程专题 */

.topic-intro .left {
    width: 40.78%;
}

.topic-intro .left p.con {
    font-size: .213333rem;
    font-weight: 400;
    color: #333333;
    line-height: .4rem;
    margin-top: .533333rem;
}

.topic-intro .right {
    width: 50%;
    position: relative;
}

.topic-title-box h5 {
    font-size: .4rem;
    font-weight: 400;
    color: #333333;
}

.topic-title-box p {
    font-size: .24rem;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-bottom: .4rem;
}

.topic-title-box p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: .533333rem;
    height: 4px;
    background: #EC7969;
}


/* end 课程专题 */


/* 课程优势 */

.topice-adv {
    padding-top: 1.066667rem;
}

.topice-adv ul {
    text-align: center;
    margin-top: .64rem;
}

.topice-adv ul li {
    display: inline-block;
    width: 20.14%;
    height: 3.866667rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(179, 179, 179, 0.2);
    box-sizing: border-box;
    padding: 0 .28rem;
    text-align: center;
    vertical-align: top;
}

.topice-adv ul li:not(:last-child) {
    margin-right: .32rem;
}

.topice-adv ul li .img-box {
    position: relative;
}

.topice-adv ul li img.topice-adv-img {
    display: block;
    margin: 0 auto;
    width: 35%;
    margin-top: .533333rem;
    position: relative;
}

.topice-adv ul li img.topcie-bg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.topice-adv ul li h6 {
    font-size: .266667rem;
    font-weight: 400;
    color: #666666;
    margin-top: .4rem;
}

.topice-adv ul li p {
    font-size: .213333rem;
    font-weight: 400;
    color: #666666;
    line-height: .4rem;
    margin-top: .4rem;
}


/* end 课程优势 */


/* 设计理念 */

.design {
    display: table;
    font-size: 0;
    margin-top: .8rem;
}

.design .left {
    display: table-cell;
    width: 44%;
}

.design .left img {
    width: 100%;
    display: block;
}

.design .right {
    display: table-cell;
    width: 56%;
    background: #F3F3F3;
    box-sizing: border-box;
    /* padding: 145px 0 122px; */
    height: inherit;
    padding-left: 1.066667rem;
    vertical-align: top;
    position: relative;
}

.design .right .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.design .right .design-title {
    font-size: .4rem;
    font-weight: 400;
    color: #444444;
    margin-bottom: .266667rem;
}

.design .right .c-title {
    font-size: .24rem;
    font-weight: 400;
    color: #777777;
    padding-right: 41.11%;
    box-sizing: border-box;
}

.design .right .sq {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #FF6537;
    margin-left: .16rem;
}

.design .right .con {
    margin-top: .8rem;
    line-height: .48rem;
    padding-right: 17%;
    font-size: .24rem;
    font-weight: 400;
    color: #777777;
    box-sizing: border-box;
}


/* end 设计理念 */


/* 适应人群 */

.adap {
    /* background: url(../images/adap-bg.jpg) no-repeat 100% 100%; */
    padding: 70px 0;
    position: relative;
}

.adap img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.adap .about-title p,
.adap .about-title h5 {
    color: #FFFFFF;
}

.adap p.con {
    font-size: .24rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20%;
    margin-top: .8rem;
    line-height: 30px;
}

.adap .btn-box {
    text-align: center;
    opacity: 0;
}

.adap .btn-box .btn {
    height: .64rem;
    line-height: .64rem;
    border: 1px solid #FFFFFF;
    border-radius: .32rem;
    font-size: .24rem;
    font-weight: 400;
    color: #FFFFFF;
    background: transparent;
}


/* end 适应人群 */


/* 总部支持 */

.support {
    margin-top: 1.933333rem;
}

.support .box {
    width: 100%;
    height: 7.533333rem;
    background: url(../images/about-us.png) no-repeat top center;
    background-size: 100% 100%;
}

.support .box img {
    display: inline-block;
    width: 42%;
    margin-left: .6rem;
    transform: translateY(-15%);
}

.support .box .text-box {
    display: inline-block;
    vertical-align: top;
    margin-left: .533333rem;
}

.support .box .text-box .sup-title {
    font-size: .613333rem;
    font-weight: 400;
    color: #EC7969;
    margin-top: 1.2rem;
}

.support .box .text-box p {
    font-size: .346667rem;
    font-weight: 400;
    color: #333333;
    margin-top: .306667rem;
}

.support .box .text-box .line {
    width: 40px;
    height: 1px;
    background: #c9c9c9;
    margin-top: .4rem;
}

.support .box .text-box ul {
    margin-top: .533333rem;
}

.support .box .text-box ul li {
    font-size: .213333rem;
    font-weight: 400;
    color: #333333;
    line-height: .4rem;
}


/* end 总部支持 */


/* 在线留言 */

.online {
    background: #F5F5F5;
    margin-top: .8rem;
    padding: .64rem 0 .8rem;
}

.online ul {
    margin-top: .533333rem;
}

.online ul li {
    display: inline-block;
    width: 48%;
    height: .586667rem;
    margin-bottom: .266667rem;
    position: relative;
}

.online ul li:first-child {
    margin-right: 4%;
}

.online ul li input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    font-size: .186667rem;
    font-weight: 400;
    color: #969696;
    line-height: .586667rem;
    box-sizing: border-box;
    padding-left: 15px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
}

.online ul li input:focus {
    border: 1px solid #EC7969;
}

.online ul li:nth-child(3) {
    width: 100%;
}

.online ul li:nth-child(3) input {
    width: 100%;
}

.online ul li:last-child {
    height: 2rem;
    width: 100%;
}

.online ul li:last-child textarea {
    width: 100%;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: .186667rem;
    font-weight: 400;
    color: #969696;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
}

.online ul li textarea:focus {
    border: 1px solid #EC7969;
}

.online .btn-box {
    text-align: center;
}

.online .btn-box .submit {
    width: 10.71%;
    height: .586667rem;
    background: #EC7969;
    line-height: .533333rem;
    font-size: .186667rem;
    font-weight: 400;
    color: #FFFFFF;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.online .btn-box .submit:hover {
    border: 1px solid #EC7969;
    background: #FFFFFF;
    color: #EC7969;
}


/* end 在线留言 */


/* contcat */

.contact {
    padding: 0 0 .666667rem;
}

.contact .left {
    width: 32.28%;
}

.contact .left .title-box {
    background: #EC7969;
    padding: 22px 0 18px;
    text-align: center;
}

.contact .left .title-box h6 {
    font-size: .32rem;
    font-weight: 400;
    color: #FFFFFF;
}

.contact .left .title-box p {
    font-size: .213333rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 10px;
}

.contact .left ul {
    box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.75);
}

.contact .left ul li {
    width: 100%;
    padding: .293333rem .32rem;
    font-size: 0;
}

.contact .left ul li:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}

.contact .left ul li .left-box {
    display: inline-block;
    width: 32px;
    /* border-radius: 50%;
    border: 1px solid #323232; */
    vertical-align: top;
    margin-right: .266667rem;
}

.contact .left ul li .left-box img {
    display: block;
    width: 100%;
}

.contact .left ul li .right-box {
    display: inline-block;
    font-size: .24rem;
    font-weight: 400;
    color: #000000;
    line-height: .36rem;
    width: 82%;
}

.contact .right {
    width: 64.85%;
    height: 8rem;
}

.contact .right #container {
    width: 100%;
    height: 100%;
}


/* end contact */


/* 在线报名 */

.baoming {
    font-size: 0;
    margin-bottom: .64rem;
}

.baoming .left {
    display: inline-block;
    width: 33%;
}

.baoming .left img {
    display: block;
    width: 100%;
}

.baoming .right {
    width: 67%;
    display: inline-block;
    vertical-align: top;
    padding-left: .64rem;
    box-sizing: border-box;
}

.baoming .right p {
    font-size: .266667rem;
    font-weight: 400;
    color: #333333;
    margin-top: .4rem;
}

.baoming .right p.baoming-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 0;
    margin-bottom: .226667rem;
}

.baoming .right .btn-box {
    text-align: right;
}


/* end 在线报名 */


/* 活动 */

.act-swiper img {
    width: 100%;
    display: block;
}

.act-swiper .text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.act-swiper .text-box h5 {
    font-size: .96rem;
    font-weight: 300;
    color: #FFFFFF;
}

.act-swiper .text-box p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #FFFFFF;
}

.act-swiper .swiper-pagination-bullet {
    width: .213333rem;
    height: .213333rem;
    background: #FFFFFF;
    margin: 0 .426667rem !important;
}

.act-swiper .swiper-pagination-bullet-active {
    width: .64rem;
    border-radius: .106667rem;
}

.act {
    padding-bottom: .8rem;
}

.act .tab-box li {
    display: inline-block;
    height: .533333rem;
    padding: 0 .586667rem;
    line-height: .533333rem;
    border: 1px solid rgba(51, 51, 51, .5);
    border-radius: .266667rem;
    font-size: .213333rem;
    font-weight: 400;
    color: rgba(51, 51, 51, .5);
    text-align: center;
    cursor: pointer;
}

.act .tab-box li a {
    display: block;
    color: rgba(51, 51, 51, .5);
}

.act .tab-box li:not(:last-child) {
    margin-right: .266667rem;
}

.act .tab-box li.on {
    background: #EC7969;
    color: #FFFFFF;
    border: 1px solid #EC7969;
}

.act .tab-box li.on a {
    color: #FFFFFF;
}

.act .tab-box li:hover {
    background: #EC7969;
    color: #FFFFFF;
    border: 1px solid #EC7969;
}

.act .tab-box li:hover a {
    color: #FFFFFF;
}

.act .con {
    margin-top: .533333rem;
    display: none;
}

.act .con li {
    width: 100%;
    height: 2.853333rem;
    box-sizing: border-box;
    padding: .32rem .426667rem .32rem .32rem;
    border-bottom: 1px solid #E6E6E6;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.act .con li:hover {
    background: #F5F5F5;
}

.act .con li:hover .right .baoming-title {
    color: #EC7969;
}

.act .con li img {
    width: 20.66%;
    display: inline-block;
}

.act .con li .right {
    width: 79%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: .32rem;
}

.act .con li .right p {
    font-size: .186667rem;
    font-weight: 400;
    color: #646464;
    line-height: .4rem;
}

.act .con li .right .baoming-title {
    font-size: .24rem;
    font-weight: bold;
    color: #545454;
    line-height: auto;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.act .con li .right .btn-box {
    text-align: right;
}

.act .con li .right .btn {
    font-size: .186667rem;
    font-weight: 400;
    /* color: #EC7969; */
    padding: 0 .293333rem;
    height: .426667rem;
    line-height: .426667rem;
    border: 1px solid #EC7969;
}

.act .con li .right .btn3 {
    border: 1px solid #EC7969;
    color: #EC7969;
    background: #FFFFFF;
    margin-right: .533333rem;
}

.act .con li .right .btn3:hover {
    background: #EC7969;
    color: #FFFFFF;
}

.act .page {
    margin-top: .533333rem;
}


/* end 活动 */


/* 创始人简介 */

.founder {
    padding-top: 0;
}

.founder h6 {
    font-size: .4rem;
    font-weight: 400;
    color: #1B1B1B;
    margin-bottom: 1.36rem;
}

.founder .left p {
    text-align: center;
}

.founder .right .video-title {
    margin-top: .32rem;
    box-sizing: border-box;
    padding: 0 .32rem;
}

.founder .right p {
    font-size: .32rem;
    font-weight: 400;
    color: #1B1B1B;
    text-align: center;
    margin-top: 0;
    width: calc(100% - 64px);
}

.founder .right .pre,
.founder .right .next {
    width: 32px;
    cursor: pointer;
}

.intro {
    position: relative;
    background: url(../images/bg3.jpg) no-repeat;
    padding: .866667rem 0;
    background-size: 100% 100%;
    margin-top: .8rem;
    background-position: center bottom;
}

.intro img.bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.intro .row {
    margin-bottom: .893333rem;
    font-size: 0;
    text-align: center;
}

.intro .row .left,
.intro .row .right {
    display: inline-block;
}

.intro .row1 .left {
    width: 33.42%;
}

.intro .row1 .left p {
    font-size: .24rem;
    font-weight: 400;
    color: #333333;
    line-height: .48rem;
    text-align: left;
}

.intro .row1 .right {
    width: 32.5%;
    border: 1px solid #EC7969;
    margin-left: 21.42%;
}

.intro .row1 .right img {
    width: 100%;
    display: block;
    transform: translate(-20px, -20px);
}

.intro .row2 {
    vertical-align: top;
}

.intro .row2 .left {
    width: 36.14%;
    border: 1px solid #EC7969;
    padding: .666667rem 0;
    border-bottom: 0;
    position: relative;
    vertical-align: top;
}

.intro .row2 .left ul {
    display: inline-block;
}

.intro .row2 .left ul li {
    font-size: .24rem;
    font-weight: 400;
    color: #333333;
    line-height: .48rem;
    text-align: left;
}

.intro .row2 .left .row2-left {
    position: absolute;
    right: -65%;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
}

.intro .row2 .right {
    width: 30.64%;
    border-left: 1px solid #EC7969;
    border-bottom: 1px solid #EC7969;
    margin-left: 30.28%;
    padding: 135px 0;
}

.intro .row2 .right img {
    display: block;
    width: 100%;
    transform: translateX(-20px);
    width: 90%;
}

.intro .row3 {
    margin-bottom: 0;
    /* padding-bottom: .866667rem; */
}

.intro .row3 .left {
    width: 25.78%;
}

.intro .row3 .left p {
    font-size: .24rem;
    font-weight: 400;
    color: #333333;
    line-height: .48rem;
    text-align: left;
}

.intro .row3 .right {
    position: relative;
    width: 26.5%;
    margin-left: 25.35%;
}

.intro .row3 .right .line-box {
    width: 100%;
    height: 396px;
    border: 2px solid #EC7969;
    transform: skewX(-15deg);
    position: relative;
}

.intro .row3 .right img {
    position: absolute;
    top: -20px;
    left: -80px;
    z-index: 9;
}


/* end 创始人简介 */


/* 加盟优势 */

.join-adv img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: .666667rem;
}

.join-mode img {
    width: 100%;
    display: block;
    margin-top: .666667rem;
}

.join-title h5 {
    margin-bottom: .32rem;
}

.join-title span {
    display: block;
    text-align: center;
    font-size: .24rem;
    font-weight: 400;
    color: #999999;
}

.join-sup {
    background: url(../images/join-sup.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: .64rem 0 .533333rem;
}

.join-sup .join-title p,
.join-sup .join-title h5 {
    color: #FFFFFF;
}

.join-sup ul {
    text-align: center;
    margin-top: .64rem;
}

.join-sup ul li {
    width: 16.5%;
    display: inline-block;
    height: 4.106667rem;
    background: #FFFFFF;
    border-bottom: 2px solid #EC7969;
}

.join-sup ul li h6 {
    font-size: .8rem;
    font-weight: bold;
    color: #EC7969;
    padding-bottom: .44rem;
    position: relative;
    margin-top: .88rem;
}

.join-sup ul li h6:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 2px;
    background: #EC7969;
}

.join-sup ul li p {
    font-size: .213333rem;
    font-weight: bold;
    color: #545454;
}

.join-sup ul li p:nth-child(2) {
    margin-top: .733333rem;
}

.join-sup ul li:not(:last-child) {
    margin-right: 4.3%;
}


/* end 加盟优势 */


/* 加盟流程 */

.join-pro .m-ul {
    display: none;
}

.join-pro ul {
    text-align: center;
    position: relative;
    margin-top: .626667rem;
}

.join-pro ul li {
    display: inline-block;
    position: relative;
    width: 25%;
    vertical-align: top;
    margin-bottom: .8rem;
}

.join-pro ul li .cir {
    width: 100px;
    height: 100px;
    border: 1px dashed #EC7969;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.join-pro ul li .cir img {
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.join-pro ul li p {
    font-size: .293333rem;
    font-weight: 400;
    color: #545454;
    text-align: center;
    margin-top: .4rem;
}

.join-pro ul li.lline .cir::after {
    content: "";
    background: url(../images/heng.png) no-repeat center center;
    background-size: 100% 100%;
    width: 200px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: -200px;
    transform: translateY(-50%);
}

.join-pro ul li.rline .cir::after {
    content: "";
    background: url(../images/heng3.png) no-repeat center center;
    background-size: 100% 100%;
    width: 200px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: -200px;
    transform: translateY(-50%);
}

.join-pro ul li.mline .cir::after {
    content: "";
    background: url(../images/heng2.png) no-repeat center center;
    width: 100px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: -100px;
}

.join-pro ul li.mline2 .cir::before {
    content: "";
    background: url(../images/heng2.png) no-repeat center center;
    width: 100px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: -102px;
}

.join-pro ul::before {
    content: "";
    background: url(../images/shu.png) no-repeat center center;
    height: 250px;
    width: 13px;
    position: absolute;
    right: -7px;
    top: 55px;
}

.join-pro ul::after {
    content: "";
    background: url(../images/shu.png) no-repeat center center;
    height: 250px;
    width: 13px;
    position: absolute;
    left: -7px;
    bottom: 190px;
}


/* end 加盟流程 */


/* 弹窗 */

.tan {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    z-index: 99999;
}

.tan .w {
    width: 92%;
}

.tan .online {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
    padding: .4rem 0;
}

.tan .online .about-title {
    position: relative;
}

.tan .online .close {
    width: .426667rem;
    position: absolute;
    right: 0;
    top: 5%;
    cursor: pointer;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.tan .online .close:hover {
    transform: rotate(180deg);
}

.tan2 .online ul li:nth-child(3) {
    width: 48%;
}

.tan2 .online form ul li:nth-child(3) {
    margin-right: 4%;
}


/* end 弹窗 */


/* m-header */

.header_md {
    width: 100%;
    display: none;
}

.header_md_none {
    display: none;
}

.header_md_top {
    width: 100%;
    height: 80px;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    background: #fff;
    box-shadow: 0 0 5px #c1c1c1;
    z-index: 99;
}

.header_md_logo {
    width: 252px;
}

.header_md_logo img {
    width: 56%;
    transition: all 0.2s ease-in;
    margin-bottom: 5px;
}

.header_md_logo img:last-child {
    /* display: none; */
    transition: all 0.2s ease-in
}

.header_md_title {
    font-size: 1.5rem;
}

.header_md_box {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 19px;
}

.header_md_top .header_md_top_btn {
    display: block;
    width: 42px;
    height: 56px;
    background-size: auto 40%;
    position: relative;
}

.header_md_top .header_md_top_btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 26px;
    margin-left: -13px;
    margin-top: -8px;
    background: #333;
    transition: all 0.5s ease;
}

.header_md_top .header_md_top_btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 26px;
    margin-left: -13px;
    margin-top: 6px;
    background: #333;
    transition: all 0.5s ease;
}

.header_md_top .header_md_top_btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 26px;
    margin-left: -13px;
    margin-top: -1px;
    background: #333;
    transition: all 0.5s ease;
}

.header_md_top .header_md_top_btn.on {
    transition: all 0.5s ease;
}

.header_md_top .header_md_top_btn.on:before {
    margin-top: -1px;
    transform: rotate(45deg);
    transition: all 0.5s ease;
    background: #FFFFFF;
}

.header_md_top .header_md_top_btn.on:after {
    margin-top: -1px;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    background: #FFFFFF;
}

.header_md_top .header_md_top_btn.on span {
    width: 0;
    transition: all 0.5s ease;
}

.T-nav {
    position: absolute;
    left: 0;
    top: 70px;
    margin: 0;
    padding: 14px 0;
    box-sizing: border-box;
    width: 100%;
    height: calc(100vh - 70px);
    background: #000000;
    z-index: 22;
    overflow: auto;
    display: none;
}

.T-nav::-webkit-scrollbar {
    width: 0 !important
}

.T-nav>li {
    position: relative;
    width: 100%;
    user-select: none;
}

.T-nav>li>a {
    padding: 7px 3%;
    position: relative;
    transition: all 0.5s ease;
    color: #969696;
    text-align: center;
    font-size: 26px;
    line-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.T-nav>li>a>i {
    color: #969696;
    position: absolute;
    right: 32%;
    font-size: 28px;
    transition: .2s all ease-in;
}

.T-nav>li>a>i.rotate {
    transform: rotate(-180deg);
    transition: .2s all ease-in;
}

.T-nav>li>a img {
    width: 28px;
}

.T-nav>li .header_md_thr {
    text-align: center;
    background: #000;
    display: none;
    font-size: 21px;
    text-align: center;
    overflow: hidden;
}

.T-nav>li .header_md_thr a {
    display: block;
    line-height: 45px;
    font-size: 21px;
    text-align: center;
    color: #969696;
}

.header_md.curr .header_md_top {
    background: none;
    background: #fff;
}

.header_md.curr .header_md_top .header_md_box {
    background: none;
    box-shadow: 0 0 5px #c1c1c1;
}

.header_md.curr .header_md_top .header_md_top_btn:before {
    background: #333;
}

.header_md.curr .header_md_top .header_md_top_btn:after {
    background: #333;
}

.header_md.curr .header_md_top .header_md_top_btn span {
    background: #333;
}

.header_md.curr .header_md_logo img:last-child {
    display: block;
}

.header_md.curr .header_md_logo img:first-child {
    display: none;
}

.header_md .header_md_top.curr {
    background: #000000!important;
    transition: all 0.5s ease
}

.header_md .header_md_top.curr .header_md_logo img:last-child {
    display: block!important;
}

.header_md .header_md_top.curr .header_md_logo img:first-child {
    display: none!important;
}


/* end m-header */