﻿@charset "utf-8";
body {
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
}

.w1030 {
    width: 1030px;
}

/*--------------------------------*/
.container{
    background:#fff;
    min-width: 1170px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}
.padBot{
    padding-bottom:70px;
}
.radius{
    border-radius:40px;
}
.title{
    text-align: center;
    width:100%;
    padding-top:54px;
}
.title h1{
    color:#333;
    font-weight:bolder;
    font-size: 42px;
}
.title h2{
    color:#666;
    font-size: 17px;
    margin-top:4px;

}
.title em{
    color:#d6000f;
    font-weight:bolder;
}

.Btn{
    width:620px;
    height:44px;
}
.Btn .mouseOn{
    width:260px;
    height:46px;
    line-height: 46px;
    font-size: 18px;
    color:#d6000f;
    cursor: pointer;
    transition:.3s;
    background:url(../images/mousebg1.png) no-repeat center;
}


.Btn .mouseOn:hover {
    color:#fff;
    background:url(../images/mousebg2.png) no-repeat center;
}
.Btn .mouseOn2 {
    width:260px;
    height:46px;
    line-height: 46px;
    font-size: 18px;
    color:#fff;
    cursor: pointer;
    transition:.3s;
    background:url(../images/mousebg2.png) no-repeat center;
}


.Btn .mouseOn2:hover {
    -webkit-box-shadow:0 0 10px #d6000f;
    -moz-box-shadow:0 0 10px #d6000f;
    box-shadow:0 0 10px #d6000f;
}

.Btn2 p {
    width:360px;
    height:50px;
    background:#d6000f;
    line-height: 50px;
    font-size: 18px;
    color:#fff;
    cursor: pointer;
    transition:.3s;
}

.Btn2 p:hover {
    -webkit-box-shadow:0 0 10px #d6000f;
    -moz-box-shadow:0 0 10px #d6000f;
    box-shadow:0 0 10px #d6000f;
}
/*----------------------公共部分结束----------------------------------------*/
#play{width:100%;height:460px;margin:0 auto;position:relative;}
#play ul{list-style:none;}
#play .all{
    display: inline-block;
    width:100%;
    height:100%;

}
#play ul li{width:100%;height:460px;display:none;}
#play ol{list-style:none;width:70px;height:10px;position:absolute;bottom:16px;left:0;right:0;margin:0 auto;}
#play ol li{cursor:pointer;float:left;border-radius:50%;width:10px;height:10px;background:#fff;color:#000;text-align:center;line-height:34px;margin-left:10px;}
.banner1{cursor:pointer;background:url(../images/banner1.jpg) no-repeat center }
.banner2{background:url(../images/banner2.jpg) no-repeat center }
.banner3{background:url(../images/banner3.jpg) no-repeat center }
.banner4{background:url(../images/banner4.jpg) no-repeat center }
.banBtn1{
    left:0;
    right:0;
    top:338px;
}
.banBtn2{
    left:0;
    right:0;
    top:348px;
}
.banBtn3{
    left:0;
    right:0;
    top:348px;
}
.banBtn1 a{
    display: inline-block;
    color:#fff;
    font-size:24px;
    line-height: 56px;
    width:250px;
    height:56px;
    background:#d6000f;
}
.banBtn2 a{
    display: inline-block;
    color:#fff;
    font-size:24px;
    line-height:48px;
    width:240px;
    height:48px;
    background:#d6000f;
}
.banBtn3 a{
    display: inline-block;
    color:#fff;
    font-size:24px;
    line-height:48px;
    width:240px;
    height:48px;
    background:#d6000f;
}

/*---------------banner结束--------------------------------*/
.section1{
    padding:60px 0 60px 0;

}
.secCont1{
    height:282px;
    width:1092px;
}
.secCont1 dl{
    float: left;
    width:340px;
    height:282px;
    text-align: center;
    margin:0 12px;
    -webkit-box-shadow:0 0 8px rgba(33,33,33,0.11);
    -moz-box-shadow:0 0 8px rgba(33,33,33,0.11);
    box-shadow:0 0 8px rgba(33,33,33,0.11);
    transition:.3s;
}
.secCont1 dl dt img{
    cursor: pointer;
}
.secCont1 dl h1{
    color:#333;
    font-weight: bolder;
    font-size: 22px;
    margin-top:16px;
}
.secCont1 dl h2{
    color:#666;
    margin-top:7px;
    font-size: 14px;
}
/*---------------------第一屏结束------------------------------*/

.teaches {
    height:380px;
    background:#f7f7f7
}
.teaInfo{
    text-align: center;
    height:96px;
    margin:30px auto 0;
}
.teaInfo p{
    position: relative;
    width:333px;
    float: left;
}
.teaInfo .last:after{
    background: #f7f7f7;
}
.teaInfo p:after{
    position: absolute;
    top:29px;
    right:0;
    z-index: 50;
    content: "";
    width: 1px;
    height: 39px;
    background: #d9d9d9;
    transition: all .3s;
}
.teaInfo p .teaTop{
    color:#d6000f;
    font-size: 42px;
    font-weight: bolder;
}
.teaInfo p .teaBot{
    display: block;
    color:#666;
    font-size: 15px;
}
.teaBox{
    width:1122px;
    height:0px;
    margin:35px auto 50px;
}
.teaBox .myul{
    height:402px;
}
.myul li {
    text-align: center;
    width: 240px;
    height:400px;
    margin:0 10px;
    border:1px solid #e6e6e6;
    transition: all .3s;
}
.teaBox li .img{
    width:100%;
    height:320px;
}
.teaBox li:hover  .img{
    width:120px;
    height:120px;
    margin:25px auto 0;
}
.myul  li .aa{
    display: block;
    margin:10px auto 0;
}
.myul  li:hover .aa{
    display:none;
}
.myul   li .bb{
    display: none;
}
.myul   li:hover .bb{
    display: block;
}

/*.myul li:hover img{*/
    /*display: inline-block;*/
    /*width:117px;*/
    /*height:117px;*/
    /*margin-top:7px;*/
    /*transition: all .3s;*/
/*}*/
.myul li p{
    font-size:14px;
    color:#666;
    text-align: left;
    padding-left:22px;
}
.teaTxt{
    margin-top:16px;
    line-height:25px;
    width:182px;
    transition: all .3s;
}
.myul li  a{
    display: inline-block;
    width:140px;
    height:36px;
    margin-top:17px;
    line-height:36px;
    font-size:18px;
    color:#d6000f;
    border:1px solid #d6000f;
    transition: all .3s;
    border-radius: 22px;
}
.myul li  a:hover{
    background:#d6000f;
    color:#fff;
}
.myul li:hover h1{
   margin-top:21px;
}

.myul li h1 {
    font-size:18px;
    color:#333;
    margin-top:0;
    font-weight: bolder;
    transition: all .3s;
}
.myul li h2{
    font-size:16px;
    color:#666;
    margin-top:3px;
    transition: all .3s;
}
.myul li .good{
   display: none;
}
.myul li:hover .good{
    display:block;
}

.myul li:hover .score{
    display:none;
}
.myul li .star{
    margin-top:14px;
    background: url(../images/star.png) no-repeat 82px center;
}

.leftBtn{
    left:-30px;
    top:186px;
    width:18px;
    height:31px;
    display: none;
    cursor: pointer;
    transition: all .3s;
    background:url(../images/prev.png) no-repeat center;
}
.leftBtn:hover{
    cursor: pointer;
    background:url(../images/prev-hover.png) no-repeat center;
}
.rightBtn{
    right:-30px;
    top:186px;
    width:18px;
    height:31px;
    display: none;
    cursor: pointer;
    transition: all .3s;
    background:url(../images/next.png) no-repeat center;
}
.rightBtn:hover{
    cursor: pointer;
    background:url(../images/next-hover.png) no-repeat center;
}
/*-------------------------------第二屏老师介绍结束----------------------------------------------*/
/*target*/
.screen3{
    height:730px;
}
.w1090{
    width:1090px;
}
.sec3Tea{
    height:154px;
    margin-top:50px;
    background:url(../images/sec3arr.png) no-repeat center center;
}
.sec3Tea dl{
   text-align: center;
}
.sec3Tea dl dd{
    font-size: 22px;
    color:#666;
    margin-top:2px;
}
.sec3Tea p{
    text-align: center;
    width:298px;
    height:44px;
    font-size: 22px;
    line-height: 44px;
    color:#333;
    top:30px;
    left:0;
    right:0;
    cursor: pointer;
}
.zl-process{
    margin-top:38px;
    margin-bottom:50px;
}
/*�ڶ��� start*/
.zl-process-con ul li {
    float:left;
    width:172px;
    height:201px;
    margin-right:20px;
    padding:25px 13px 0;
    border:1px solid #e6e6e6;
    border-radius:12px;
    background:#fff;
}
.zl-process-title{
    position: relative;
}
.zl-process-con ul li:hover  .zl-process-title:after {
    left: 0;
    width:174px;
}
.zl-process-con  .zl-process-title:after {
    position: absolute;
    bottom:-1px;
    left: 42%;
    z-index: 50;
    content: "";
    width:33px;
    height: 1px;
    background: #d6000f;
    transition: all .3s;
}
.zl-process-ico {
    text-align: center;
    display:block;
    width:42px;
    height:38px;
    margin:0 auto;
    margin-bottom:20px;
}

.zl-process-title {
    width:174px;
    padding-bottom:15px;
    border-bottom:1px solid #f2f2f2;
    font-size:20px;
    color:#333;
    text-align:center;
}
.zl-process-title h1 em {
   font-style: italic;
}

.zl-process-text {
    width:156px;
    margin-top:20px;
    padding:0 9px;
}

.zl-process-text p {
    text-align: center;
    font-size:14px;
    color:#999;
    line-height:28px;
}
/*�ڶ��� end*/


@keyframes s2-an{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
@-webkit-keyframes s2-an{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.s2-ani {
    -webkit-animation-name: s2-an;
    animation-name: s2-an;
}
/*-----------------第三屏结束--------------------------------------*/
.section4{
    height:697px;
    background:#f7f7f7;
    padding-bottom:70px;
}
.news{
    width:1100px;
    margin: 55px auto 35px;
    height:403px;
}
.tab{
    height:358px;
    margin-top:21px;
}
.tab-wrap{
    height:358px;
    width: 450px;
}
.tab-wrap dl{
    height:60px;
    width:438px;
    cursor: pointer;
    margin-top:20px;
}
.section4 #tab .tab-wrap #center{
    margin:70px 0;
}
.section4 #tab .tab-wrap  .first3:before{
    position: absolute;
    top:60px;
    right:50%;
    z-index: 50;
    content: "";
    width: 1px;
    border-right:1px dashed #ccc;
    height:68px;
    transition: all .3s;
}

.section4 #tab .tab-wrap  .first3:after{
    position: absolute;
    bottom:60px;
    right:50%;
    z-index: 50;
    content: "";
    width: 1px;
    border-right:1px dashed #ccc;
    height:68px;
    transition: all .3s;
}
.tab-wrap dt{
    float: left;
    width:60px;
    height:60px;
    border:1px solid #d6000f;
    border-radius: 50%;
    text-align: center;
}
.tab-wrap .bga{
    background:#d6000f;
}
.tab-wrap  .first2{
    background:url(../images/sec4icon1.png)  #f7f7f7 no-repeat center;
}
.tab-wrap  .first3{
    background:url(../images/sec4icon2.png)  #f7f7f7 no-repeat center;
}
.tab-wrap  .first4{
    background:url(../images/sec4icon4.png)  #f7f7f7 no-repeat center;
}
.tab-wrap dt img{
     display: inline-block;
}
.tab-wrap dd{
    float: left;
    margin-left:22px;
    margin-top:5px;
}
.tab-wrap dd h1{
   color:#333;
    font-size:20px;
}

.tab-wrap dd h2{
    color:#999;
    font-size:16px;
}

.tab-wrap .mouseover .first2{
    background:url(../images/sec4change1.png)  #d6000f no-repeat center;
}
.tab-wrap .mouseover .first3{
    background:url(../images/sec4change2.png)  #d6000f no-repeat center;
}
.tab-wrap .mouseover .first4{
    background:url(../images/sec4change3.png)  #d6000f no-repeat center;
}
.tab-wrap .mouseover dd h1{
    color:#d6000f;
    font-size: 22px;
}
.tab-wrap .mouseover dd h2{
    color:#d6000f;
    font-size: 16px;
}
#content{
    width:635px;
    overflow: hidden;
    line-height: 403px;
    vertical-align: middle;
}
#content .mod{
    vertical-align: middle;
    display: none;
}

#content .mod img{
    vertical-align: middle;
}

#content .first{
    display: block;
}
/*---------------------------------第四屏结束--------------------------------------*/
.advantage{
    height:694px;
    padding-bottom:70px;
    background:url(../images/advbg.png) #fff no-repeat center 86px;
}

.advCont{
    height:402px;
    width:1000px;
    margin:38px auto 50px;
    background:url(../images/vs.jpg) no-repeat center 65px;
}

.advList{
    margin-left:9px;
}
.advList2{
    margin-right:9px;
}
.advList li{
    color:#fff;
    background:#d6000f;
}

.advCont .advList2 h1{
    color:#666;
}
.advList2 li{
    color:#333;
    background:#ccc;
}
.advCont ul h1 {
    text-align: center;
    color:#d6000f;
    font-size:28px;
}

.advCont ul li {
    width:398px;
    text-align: center;
    font-size:18px;
    height:97px;
    line-height: 97px;
    margin-top:23px;
}

/*------------第五屏结束--------------*/
.step{
    width:100%;
    height:328px;
    background:url(../images/step.jpg) no-repeat center;
}
.step .title h1{
    color:#fff;
}
/*-----------三步走结束-----------*/

.chartCont{
    height:198px;
    margin:40px auto 0;
}
.chartCont dl{
    width:154px;
    text-align: center;
    float:left;
    color:#545454;
    font-size:22px;
    margin:0 68px;
}
.chartCont dl dd{
    padding-top:15px;
}

.chart{
    height:967px;
    padding-bottom:70px;
    background:#fafafa;
}


/*---------------------------精准大数据看得见结束----------------------------------------------*/
.legend{
    background:#fafafa;
    height:790px;
}
.legendCont{
    width:1038px;
    margin:30px auto 23px;
    height:467px;
}
.legend .swiper-container .swiper-slide{
    width:1038px;
    height:467px;
    float: left;
}


.legend .swiper-container .swiper-slide dl{
    float: left;
    width:318px;
    margin:10px 14px 0 14px;
    height:405px;
    background:#fff;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(33,33,33,0.11);
}
.legend dl dt{
    margin:16px auto;
    width:289px;
    height:186px;
    position: relative;
}
.legend dl dt span{
    display: inline-block;
    position: absolute;
    width:289px;
    height:31px;
    left:0;
    bottom:2px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    line-height: 31px;
    background:url(../images/ledbg.png) repeat;
}
.legend dl dd h1{
    text-align: center;
    color:#333;
    font-size: 22px;
    font-weight: 500;
    margin:4px auto 15px;
}
.legend dl dd span{
    text-align: center;
    display:block;
    color:#d6000f;
    font-size: 14px;
    border-radius:20px;
    margin:0 auto;
    line-height: 14px;
    border:1px solid #d6000f;
}
.legend dl dd p{
    color:#666;
    font-size: 16px;
    width:270px;
    line-height: 28px;
    margin:11px auto 0;

}
/*--------------学员介绍结束--------------*/
.clear{clear:both}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}

.f_l{float:left}
.f_r{float:right}

.bg{position:fixed;}
.pos_rel{position:relative; }
.pos_abs{position:absolute;}
.main_12{width:100%;height:704px;background:#fff;}
.main_12  .swiper-container{
    width:410px;
    height:518px;
    margin-top:118px;
}

.main_12 .circle{
    width:528px;
    margin-top:80px;
    margin-left:18px;
}
.main_12 .circle .mainP{
    margin-left:79px;
    margin-bottom:20px;
    color:#333;
    font-size:42px;
    font-weight:bolder;
    line-height: 62px;
}
.main_12 .circle .mainP em{
    color:#d6000f;
    font-size:42px;
    font-weight:bolder;
}
.main_12 .circle .Btn2{
    margin-top:60px;
}
.main_12 .maCont{width:650px;padding-top:68px;}
.kech_box{width:650px;height:636px;background: url(../images/iphone.png) no-repeat center top;}

/*-------------------------------手机滚屏结束--------------------------------*/
.company{
    height:541px;
}
.company h3{
    text-align: center;
    color: #666;
    font-size: 22px;
    margin: 19px auto 45px;
}

.company .title ul{
    width:412px;
    height:60px;
    text-align: center;
    position: relative;
}
.company .title ul:after{
    position: absolute;
    top:14px;
    right:50%;
    z-index: 50;
    content: "";
    width: 1px;
    height:42px;
    background: #ccc;
    transition: all .3s;
}
.company .title{
    padding-top:54px;
}
.company .title li{
    float: left;
    color:#333;
    font-weight:bolder;
    font-size: 42px;
    margin:0 19px;
    cursor: pointer;
}
.company .title .on{
    color:#d6000f;
}
.honor{
    text-align: center;
    width:1100px;
}
.honor dl dt img{
    width:199px;
    height:139px;
    cursor: pointer;
    transition: all .3s;
}
.honor dl dt:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.honor dl{
    width:210px;
    height:194px;
    margin:0 5px;
    float: left;
}
.honor dl h1{
    font-size:14px;
    color:#4c4c4c;
    margin-top:10px;
}
.honor dl h2{
    margin-top:2px;
    font-size:12px;
    color:#808080;
}
.default{
    display: none;
}

.report{
    width:1025px;
}
.report li{
    line-height: 76px;
    text-align: center;
    height:78px;
    width:228px;
    float: left;
    margin:25px 0 0 25px;
    border-radius: 10px;
    cursor: pointer;
    border:1px solid #eeeeee;
}
.report p{
    line-height: 76px;
    text-align: center;
    height:78px;
    width:228px;
    float: left;
    margin:25px 0 0 25px;
    border-radius: 10px;
    cursor: pointer;
    border:1px solid #eeeeee;
}
.report  .marT{
    margin-top:0;
}

.report li img{
     display:inline-block;
     vertical-align:middle;
     line-height: 76px;
 }
.report p img{
    display:inline-block;
    vertical-align:middle;
    line-height: 76px;
}
/*----------------企业荣誉-------------------------*/



