body {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 1024px;
}
body {
    line-height: 1;
    color: #000;
    background: #fff;
}

@media (max-width: 1124px) and (min-width: 1025px){
    .width-visual {
        width: 100%;
    }
    .tec-induc{
        width: 80% !important;
    }
    .tec-recm{
        font-size: 12px;
    }
    .tec-names {
        margin: 10px 0 15px !important;
    }
}
@media (max-width: 1024px){
    .width-visual {
        width: 1024px ;
    }
    .wraps {
        width: 100%;
    }
    .bottom-second-info .info-all{
        width: 1024px !important;
    }
    .tec-induc{
        width: 80% !important;
    }
    .tec-names {
        margin: 10px 0 15px !important;
    }
    .team .con, .team .con{
        height: 190px !important;
    }
}
.header-box .header-empty {
    display: block;
    width: 100%;
    height: 5rem;
}
.header-box .header-info-pc.header-box-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: navShow .3s ease-in;
    -moz-animation: navShow .3s ease-in;
    -o-animation: navShow .3s ease-in;
    -ms-animation: navShow .3s ease-in;
    animation: navShow .3s ease-in;
}
.register-box{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 1px;
}
.register-box .containers {
    position: relative;
}
.register-box .register-con {
    position: absolute;
    top: 80px;
    right: 0;
    padding: 20px 20px 24px;
    background: hsla(0,0%,100%,.9);
    border-radius: 4px;
    font-size: 26px;
    color: #000;
    line-height: 1.2;
}
.register-box .register-con .price {
    padding: 0 5px;
    font-size: 40px;
    color: #f85415;
}
.register-tel {
    position: relative;
    margin-top: 10px;
    width: 160px;
}
.register-tel .tel {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 25px;
}
.register-tel input {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-left: 35px;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.register-box .register-con .name {
    font-size: 38px;
}
 .register-tel .error-tips {
    display: none;
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -85px;
    width: 170px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    text-align: center;
    background: #ffc616;
}
.registered-auditions {
    margin-top: 18px;
    width: 200px;
    height: 42px;
    line-height: 42px;
    background: #ffc616;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 21px;
}
.registered-auditions a{
    display: inline-block;
    width: 100%;
}
@keyframes navShow {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
      }
      100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
      }
  }
.header-box .header-info-pc {
    width: 100%;
    height: 5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.02), 0 15px 40px 0 rgba(0,0,0,.02);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.02), 0 15px 40px 0 rgba(0,0,0,.02);
}
.header-box .header-info {
    position: relative;
}
.header-box .header-info .wantea {
    width: 200px;
    height: 5rem;
    line-height: 5rem;
    margin: 0 30px;
    text-align: center;
    margin-left: -10px;
}
.header-box .header-info .wantea img {
    width: 100%;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.header-box .header-info ul.banners, .try-btn{
    height: 5rem;
    line-height: 5rem;
    margin-right: 10px;
}
 .try-btn button a{
    padding: 12px 25px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
}
.header-box .header-info ul.banners li.active, .header-box .header-info ul.banners li>a:hover {
    font-weight: 600;
}
.header-box .header-info ul.banners li>a:hover i{
    display: block;
    transition: all .5s;
}
.header-box .header-info ul.banners li {
    position: relative;
    float: left;
    margin: 0 20px;
    text-align: center;
}
.header-box .header-info ul.banners li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
}
.header-box .header-info ul.banners li>a span {
    font-size: 16px;
}
.header-box .header-info ul.banners li.active > a i {
    display: block;
}
.header-box .header-info ul.banners li > a i {
    display: none;
    position: absolute;
    width: 100%;
    height: 5px;
    /* left: 50%; */
    bottom: 24px;
    border-radius: 2px;
    /* margin-left: -13px; */
    background-color: #edaa24;
    transition: all .5s;
}
.header-box .header-info .try-btn > button{

    border-radius: 50px;
    border: 0;
    cursor: pointer;
    color: #fff;
    box-shadow: 0 4px 6px #eeaa22;
}
.header-box .header-info .try-btn > button:hover{
    background-color: #edaa24;
}




.section-two ul {
    padding: 0px 10px;
}
.section-two .video-box {
    position: relative;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.section-two .video-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-two .video-box .mask img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    width: 72px;
    cursor: pointer;
}
.section-two .video-box .mask .play-hover {
    display: none;
}
.section-two .video-box .mask img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    width: 72px;
    cursor: pointer;
}

.teachers-btn{
    border-radius: 40px;
    overflow: hidden;
}
.font18 {
    font-size: 18px;
}

.exclusive {
    /* padding-bottom: 30px; */
}
.exclusive .con-box{
    padding: 0 !important;
}

.mtb-px-25-30{
    margin: 25px 0 30px 0;
}

#homeSwiper .swiper-button-prev,#homeSwiper .swiper-button-next{
   width: 44px !important;
   background-size: 60% 60%;
   background-repeat: no-repeat;
   background-position: center;
   background-color: rgba(0,0,0,.2);
    border-radius: 50%;
}
.common-swiper-button > .swiper-button-prev,.common-swiper-button > .swiper-button-next{
    background-repeat: no-repeat !important;
    width: 44px;
    background-position: center;
}
.common-swiper-button > .swiper-button-prev{
    left: 0;
    background: url("../image/swiperBtnLeft1.png");
    
    background-position: left;
}
.common-swiper-button > .swiper-button-next{
    right: 0;
    background: url("../image/swiperBtnRight1.png");
    
    background-position: right;
}
.wraps {
    position: absolute;
    width: 1920px;
    height: 460px;
    left: -960px;
    margin-left: 50%;
    top: 0;
    text-align: center;
    vertical-align: middle;
}
.wraps img{
    margin: 0 auto;
    height: 100%;
}
#homeSwiper{
    height: 460px;
}

.section-three{
    overflow: hidden;
    background-color: #F7FBFF;
    padding: 20px 0;
}
.section-three .con-box .row{
    padding:  10px 0;
}
.section-three .con-box .row .col-md-2{
    width: 20%;
}
.section-three .con-box .row .col-md-2 .line{
    height: 4px;
    margin: 15px 0;
    width: 50px;
    border-radius: 2px;
}
.section-three .con-box .row .col-md-2 > span{
    color: #999;
}

.section-three .con-box .row .col-md-8{
    width: 80%;
}

.section-three .con-box .row .col-md-8 .left-img{
    height: 100px;
}
.recommend{
    font-size: 15px;
    line-height: 25px;
}
.common-container{
    width: 80%;
    margin: 0 auto;
}
.pagination{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.pagination > .swiper-pagination,
.pagination > .swiper-paginations,
.pagination > .swiper-paginationss{
    width: 100%;
}


.pagination > .swiper-pagination > .swiper-pagination-bullet,
.pagination > .swiper-paginations > .swiper-pagination-bullet,
.pagination > .swiper-paginationss > .swiper-pagination-bullet{
    margin: 0 5px;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
}
.pagination > .swiper-pagination > .swiper-pagination-bullet-active,
.pagination > .swiper-paginations > .swiper-pagination-bullet-active,
.pagination > .swiper-paginationss > .swiper-pagination-bullet-active{
    width: 20px !important;
    border-radius: 5px;
    background-color: #edaa24 !important;
}
.yuan-person{
    margin-top: 30px;
    color: #999;
}

.section-four ul li{
    padding: 10px 10px !important;
    margin-bottom: 40px;
}
.section-four ul li .con{
    border-radius: 4px;
    overflow: hidden;
}
.section-four ul li .con-1{
    border-radius: 130px;
}
.section-four ul li .con .text{
    height: 40px !important;
    padding: 10px 0 !important;
    line-height: 40px;
    font-size: 15px;
    text-align: center;

}
.section-four ul li .con .col_2_text{
    width: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
    color: #333;
    padding: 10px 0;
    letter-spacing:2px;
}

.section-four ul .col_2 .con .hover-span{
    height: 305px;
    overflow: hidden;
}
.hover-span{
    position: relative;
}


.hover-show{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.3);
    z-index: 1;
    opacity: 0;
}
.hover-show{
    text-align: center;
    font-size: 60px;
  
}
.hover-show p:first-child{
    margin-top: 30%;
    margin-bottom: 10%;
}
.hover-show p{
    color: #fff;
}
.section-four ul .col_2:hover .hover-show {
  opacity: 1;
}
.second_title{
    color: #999;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.team ul li{
    margin-bottom: 0 !important;
}
.team .con,.team .con{
    /* height: 217px; */
}
.team .con .hover-span{
    border-radius: 30px;
}
.team .con,.team .con .hover-span > img{
    
    -webkit-box-shadow: 1px 5px 10px rgba(0,0,0,.25) !important;
    box-shadow: 1px 5px 10px rgba(0,0,0,.25) !important;
}
.team .title_detail > p{
    font-size: 16px;
    line-height: 1.4;
    width: 80%;
    margin: 10px auto;
    color: #999;
}
.team .title_detail .wid60{
    width: 60% !important;
}
.team .title_detail > h3{
    margin-top: 35px;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 22px;
}


.section-five{
    position: relative;
    height: 530px;
    overflow: hidden;
}
.section-five .video-bg, .section-five video {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    width: 100%;
    height: auto;
}
.section-five .video-bg {
    z-index: 10;
}
.section-five .main-con {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0,0,0,.6);
}
.section-five .main-con ul {
    padding-top: 110px;
    padding-bottom: 120px;
}
.section-five .main-con ul li{
    text-align: center;
    color: #fff;

}
.section-five .main-con ul li .num {
    letter-spacing: -1px;
    border-right: 1px solid #888585;
}
.section-five .main-con ul li .num:last-child{
    border:0;
}
.section-five .main-con ul p {
    padding-top: 18px;
    color: hsla(0,0%,100%,.75);
}


.bng_seven{
    /* background-image: url('../image/0b7a9a3697ada167805c291f223c55b.jpg'); */
    background-size: 100% 100%;
}
.bng_four{
    background-image: url('../image/8cc82c35cfa9e6b923897c5f7a7d4fb.jpg');
    background-color: #f7f7f7;
    background-size: 100% 100%;
}
.section-seven .con-box {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.section-seven .person-img {
    position: absolute;
    bottom: 0;
    width: 48%;
    height: 668px;
}
.section-seven .person-img img {
    position: absolute;
    bottom: 15%;
    left: 10%;
    width: 90%;
}
.section-seven ul {
    padding: 0 15px 60px;
}
.section-seven .right-con {
    position: relative;
}
.section-seven .promise-con {
    padding-left: 10px;
}
.diamond_icon{
    width: 60px;
}
.quality{
    width: 85%;
    margin-left: 3%;
}
.title_span{
    display: block;
    height: 40px;
    line-height: 40px;
}
.cncn{
    margin-bottom: 50px;
}
.our_promise{
    padding: 80px 0;
}
.our_promise ul{
    padding-bottom: 0 !important;
}
.our_promise ul .left-con{
    text-align: left;
}
.our_promise ul .left-con img{
    border-radius: 10px;
    width: 100%;
    margin-right: 15%;
    margin-top: 2%;
}
.our_promise ul li .our_promise_quality {
    margin: 0;
    position: relative;
    margin-bottom: 15px;
}
.our_promise ul li .our_promise_quality img{
    position: absolute;
    left: -60%;
}
.parents{
    border-top: 1px solid #ececec;
}
.parents .con-box .row .col-md-2{
    margin-left: 1%;
    width: 18%;
}
.parents .con-box .row .col-md-8 .left-img{
    height: 70PX;
    border-radius: 50%;
}
.parents .con-box .row .col-md-8 .common-container{
    width: 85%;
    margin: 0 auto;
}
.parents .con-box .row .col-md-8 .common-container .col-md-2{
    margin-left: 2% !important;
}

.section-eight li .detail h5{
    margin-bottom: 0;
    padding-top: 0;
}

.section-eight li .icon-box{
    border: 1px dashed #333;
    /* box-shadow: -6px 6px 5px #dedddd; */
}


.bottom-second-info {
    padding: 15px 0 35px;
    width: 100%;
    background-color: #000;
}
.bottom-second-info .info-all {
    padding: 0 30px;
    width: 1124px;
    margin: 0 auto;
    background-color: #000;
}
.bottom-second-info .info-all .consultation {
    width: 270px;
    margin-right: 50px;
}
.bottom-second-info .info-all .company-info {
    width: 180px;
}
.bottom-second-info .info-all .production {
    width: 255px;
}
.bottom-second-info .info-all .production .title{
    visibility: hidden;
}
.bottom-second-info .info-all .title {
    margin-bottom: 40px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.bottom-second-info .info-all .title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 28px;
    height: 3px;
    background: #edaa24;
}
.bottom-second-info .info-all .tel {
    position: relative;
    margin-bottom: 15px;
    font-size: 28px;
    color: #999;
}

.bottom-second-info .info-all .tel > i{
    margin-right: 10px;
    background-image: url(../image/1539704679054-tel.png);
    width: 35px;
    height: 30px;
    background-size: 100%;
}
.bottom-second-info .info-all .tel .tel-img {
    display: inline-block;
    width: 36px;
    vertical-align: bottom;
    padding-right: 10px;
}
.bottom-second-info .info-all .tel span {
    font-weight: 700;
}
.bottom-second-info .info-all .time {
    color: #999;
    font-size: 14px;
    padding-bottom: 18px;
}
.bottom-second-info .info-all .company-info p a {
    line-height: 28px;
    font-size: 14px;
    color: #999;
}
.bottom-second-info .info-all .production p a {
    line-height: 28px;
    font-size: 14px;
    color: #999;
}
.bottom-second-info .info-all .btn-ask {
    display: block;
    width: 144px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #edaa24;
    text-align: center;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}
.bottom-second-info .info-all .focus-info li {
    margin-right: 25px;
    cursor: pointer;
    text-align: center;
}
.bottom-second-info .info-all .focus-info li .icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
}
.bottom-second-info .info-all .focus-info li .icon .img {
    width: 100%;
}
.bottom-second-info .info-all .focus-info li .icon .erweima-box {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: -190px;
    z-index: 200;
    padding: 10px;
    width: 150px;
    height: 150px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.06), 0 15px 40px 0 rgba(0,0,0,.12);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.06), 0 15px 40px 0 rgba(0,0,0,.12);
}
.bottom-second-info .info-all .focus-info li .icon .erweima-box img {
    width: 100%;
}
.bottom-second-info .info-all .focus-info li .icon .erweima-box .arrow {
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    width: 18px;
}
.bottom-second-info .info-all .focus-info li:hover .icon .erweima-box {
    display: block;
    -webkit-animation: wxshow .2s ease-in 1 forwards;
    -moz-animation: wxshow .2s ease-in 1 forwards;
    -o-animation: wxshow .2s ease-in 1 forwards;
    -ms-animation: wxshow .2s ease-in 1 forwards;
    animation: wxshow .2s ease-in 1 forwards;
}
.bottom-second-info .info-all .focus-info p {
    margin-top: 4px;
    font-size: 14px;
    color: #999;
}


.section-nine{
    padding: 30px 0;
}
.section-nine .praiseNav {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 0 60px;
    margin-top: 20px;
    margin-bottom: 65px;
}
.section-nine .praiseNav #praiseSwiper {
    padding: 5px;
    width: 100%;
}
.section-nine .praiseNavImg {
    width: 95%;
}
.section-nine .praiseNav .praisePrev{
    left:5px;
}
.section-nine .praiseNav .praiseNext{
    right: 0;
}
.section-nine .praiseNav .praisePrev,.section-nine .praiseNav .praiseNext{
    text-align: center;
    background-color: #23ADA9;
    border-radius: 5px;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.tec-name{
    padding: 15px 15px 60px;
    height: 110px;
}

.cooperation{
    padding: 50px 0 20px 0;
    
}

.text-center{
    text-align: center;
}
.section-four ul li .text img {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 28px;
}
.section-four ul li:hover .con .text .arrow {
    display: block;
}
.more-btn button{
    
    background-color: #fff;
    border: 1px solid #f0a207;
    box-shadow: 0 4px 6px #ccc;
    -webkit-box-shadow:0 4px 6px #ccc;
    -moz-box-shadow: 0 4px 6px #ccc;
    margin-bottom: 4px;
    border-radius: 100px;
    color: #f0a207;
    cursor: pointer;
}
.more-btn button:hover{
    
    background-color: #edaa24;
}
.more-btn button:hover .ft-com-col{
    color: #fff;
  
}
.more-btn button a,.common-btn-v button a{
    width: 250px;
    padding: 10px 0;
    font-size: 16px;
    display: inline-block;
}

.common-btn-v button{
    background-color: #f0a207;
    color: #fff;
    border-radius: 100px;
    border: 0;
    cursor: pointer;
    box-shadow: 0 4px 6px #f0a207;
}
.common-btn-v button:hover{
    background-color: #f0a207;
}

.praiseNav-horizontal{
    text-align: center;
    font-size: 16px;
    color: #585858;
    line-height: 20px;
}
[class*=col_] {
    float: left;
    padding: 0 15px;
    min-height: 1px;
    width: 8.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bannerTec{
    text-align: center;
    background-color: #f3c903;
    line-height: 0;
}
.bannerContainer{
    background-color: #f3c903; 
}
.bannerContainer .bannerTec{
    /* width: 1206px; */
    margin: 0 auto;
}

.col_6 {
    width: 50%;
}
.col_4 {
    width: 33.33%;
}
.col_3 {
    width: 25%;
}
.col_2 {
    width: 19.9%;
}

.fc-6d6a6a{
    color: #6d6a6a;
}
.mt-px-80{
    margin-top: 80px;
}
.mt-px-70{
    margin-top: 70px;
}
.mt-px-60{
    margin-top: 60px;
}
.mt-px-50{
    margin-top: 50px;
}
.mt-px-30{
    margin-top: 30px;
}
.pdd-0{
    padding: 0 !important;
}
.mb-px-0{
    margin-bottom: 0 !important;
}
.pdt-px-80{
    padding-top: 80px !important;
}
.pdb-px-70{
    padding-bottom: 70px !important;
}
.pdb-px-40{
    padding-bottom: 40px !important;
}
.pdt-px-30{
    padding-top: 30px;
}

.line_height-1_5{
    line-height: 1.5;
}
.line_height-1_6{
    line-height: 1.6;
}
.span_text{
    font-size: 16px;
    font-weight: 600;
}
.span_statu{
    font-size: 18px;
    font-weight: 600;
}
.bng-col-F7FBFF{
    background-color: #F7FBFF !important;
}
.section-four ul > .plr-20-px{
    padding: 0 20px !important;
}
@keyframes 
.video-btn,
.video-area {

    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.video-btn,
.video-area {
    -webkit-animation: fadenum 5s infinite;
    -moz-animation: fadenum 5s infinite;
    animation: fadenum 5s infinite;
}

.video-btn {
    position: absolute;
    width: 720px;
    height: 480px;
    background: black;
    top: 40%;
    left: 50%;
    margin-top: -150px;
    margin-left: -300px;
    display: none;
    z-index: 101;
}

.video-area {
    float: left;
    width: 720px;
    height: 480px;
    background: #111;
}

.video-area>video {
    width: 720px;
    height: 480px;
}

.video-shut {
    height: 40px;
    width: 40px;
    font-size: 40px;
    color: pink;
    float: left;
    text-align: center;
    /*line-height: 50px;*/
    background: #ddd;
    display: block;
    position: absolute;
    right: -40px;
    
}
.video-shut img{
    width: 100%;
}

#shadow {
    position: absolute;
    opacity: 0.5;
    filter: alpha(opacity=50);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: black;
    z-index: 100;
    display: none;
}