@charset "utf-8";
/*-- 2018-4-20 八人班暑秋课程   简写=>.sq
--------------------------------------------------------------*/
body {
    /*background-color: #030d26 !important;*/
    /*background: url("../img/backg.jpg") no-repeat center;*/
}

.content {
    padding-bottom: 100px;
}

.sq-wrap {
    width: 1000px;
    margin: 0 auto;
   /* background: url("../img/backg.jpg") no-repeat center top;*/
}

.focus-box {
    height: 531px;
    background: #081b41 url("../img/banner-bg.png") no-repeat center top;
    background-size: 134%;
}

.focus-con {
    display: block;
    font-size: 0;
    margin: 0 auto;
    width: 1000px;
    /*height: 531px;*/
    /*background: url("../img/banner-con.jpg") no-repeat;*/
}

/*验证表单*/
.leak-check-box {
    margin: 0 auto;
    height: 333px;
    background: url("../img/form-bg.jpg") no-repeat center top;
}

.leak-check {
    margin: 0 auto;
    width: 1000px;
    box-sizing: border-box;
    padding-left: 52px;
}
.leak-check h3 {
    padding-top: 20px;
    color: #7585f2;
     /* Safari 5.1 - 6.0 */
    font-size: 36px;
}
.leak-check .text {
    padding: 30px 0 25px;
    color: #7e7c7c;
    font-size: 22px;
}
.leak-check .input-text {
    float: left;
    border: none;
    margin: 0 16px 16px 0;
    padding: 0 20px;
    font-size: 18px;
    width: 290px;
    height: 50px;
    box-sizing: border-box;
    color: #000000;
    background-color: #dbe6f6;
}

.leak-check .input-text:focus,
.leak-check input::-webkit-input-placeholder {
    color: #000000;
    background-color: #dbe6f6;
}

/*模拟下拉选择框*/

.g-select-box {
    position: relative;
    z-index: 10;
    margin: 0 16px 16px 0;
}

.g-select-control {
    position: relative;
    padding-left: 20px;
    width: 290px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 18px;
    color: #bccbdb;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #0b2e7f;
}

.g-select-control:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 35px;
    height: 100%;
    background: url(../img/ico-arrow.png) no-repeat left center;
    transition: .5s 0s all;
}
.active:after{
    right: 18px;
    transform: rotate(-180deg);
}


/*.g-select-box:hover .g-select-down {*/
    /*display: block;*/
/*}*/

.g-select-down {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
    width: 100%;
    font-size: 16px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.g-select-down .option {
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    color: #9ea5c1;
    background-color: #0b2e7f;
}

.g-select-down .option:hover {
    color: #fff;
    background-color: #1752c7;
}

.g-select-down .option:hover .submenu {
    display: block;
}

.g-select-down .submenu {
    display: none;
    position: absolute;
    left: 290px;
    top: 0;
    padding: 10px 0 10px 40px;
    width: 310px;
    min-height: 268px;
    overflow: hidden;
    background-color: #1752c7;
}
.g-select-down .submenu li {
    float: left;
    color: #fff;
    width: 140px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.g-select-down .submenu .active,
.g-select-down .submenu li:hover {
    color: #ffc43b;
}
.btn-submit {
    width: 290px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    background-color:
      background:-webkit-linear-gradient(right,#39b1ff,#8385f8);

            background:-o-linear-gradient(right,#39b1ff,#8385f8);

            background:-moz-linear-gradient(right,#39b1ff,#8385f8);

            background:linear-gradient(to right,#39b1ff,#8385f8);
    /*-webkit-gradient(linear, 0 % 100 %, 100 % 100 %, from(#FFFA80), to(#FFC63F), color-stop(1.0, #336600));*/
}

.btn-submit:hover {
    background-color: #ffd24d;
}

/*导师大侦探*/
.g-lv-box {
    
       
}
.bglv{
    /*margin-top: -50px;*/
     background: url("../img/lv.jpg") no-repeat center top;
}

.g-lv-title {
    /*margin-top: 50px;*/
    width: 1000px;
    /*height: 105px;*/
    font-size: 36px;
    text-align: center;
    color: #808080;
    /*background: url("../img/title-01.jpg") no-repeat center;*/
}

.g-lv-tab {
    padding: 30px 0 90px;
    text-align: center;
}

.g-lv-tab li {
    display: inline-block;
    margin: 0 25px;
    width: 120px;
    height: 48px;
    line-height: 48px;
    color: #37b3ff;
    font-size: 24px;
    /*cursor: pointer;*/
    text-align: center;
    border: 1px solid #37b3ff;
    border-radius: 3px;
}

.g-lv-tab li:hover,
.g-lv-tab .active,
.g-lv-tab .active:hover {
   /* color: #fff;
    background-color: #1752c7;*/
}

.g-lv-con {
    /*margin-top: 190px;*/
}

.g-lv-list {
    overflow: hidden;
    /*text-align: center;*/
}

.g-lv-list li {
    position: relative;
    display: inline-block;
    width: 188px;
    height: 470px;
    margin-right: 11px;

}

.g-lv-list li:last-child {
    margin-right: 0;
}

.g-lv-info {
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    color: #808080;
}

.g-lv-info .title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.g-lv-info .num {
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;
}

.g-lv-info .info-con {
  /*  position: relative;
    height: 160px;
    
    background-color: #392dfd;
    border-radius: 6px;*/
    color: #fff;
    /*text-align: center;*/
}

.g-lv-info .info-con:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-width: 20px;
    border-style: solid;
    /*border-color:#6a53fd transparent transparent #39b1ff;*/
    
}

.g-lv-info .info-con h4 {
    padding: 40px 0 12px;
    font-size: 24px;
    text-align: center;
}

.g-lv-info .info-con .text {
    padding: 8px 0 0 10px;
    font-size: 16px;
    text-align: center;
}

.g-lv-info.lv4 .text {
    padding-left: 10px;
    text-align: left;
}

.g-lv-info.lv2 .info-con {
    height: 216px;
}

.g-lv-info.lv3 .info-con {
    height: 270px;
}

.g-lv-info.lv4 .info-con {
    height: 330px;
}

.g-lv-info.lv5 .info-con {
    height: 384px;
}

.g-lv-info.lv5 .info-con {
    height: 384px;
}

.g-lv-text {
    /*padding: 40px 0 25px;*/
    color: #bdbdbd;
    font-size: 30px;
    text-align: center;
}

.btn-booking {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 48px;
    line-height: 50px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    border-radius: 3px;

      background:-webkit-linear-gradient(right,#39b1ff,#8385f8);

            background:-o-linear-gradient(right,#39b1ff,#8385f8);

            background:-moz-linear-gradient(right,#39b1ff,#8385f8);

            background:linear-gradient(to right,#39b1ff,#8385f8);
    /*-webkit-gradient(linear, 0 % 100 %, 100 % 100 %, from(#FFFA80), to(#FFC63F), color-stop(1.0, #336600));*/
}

.btn-booking em {
    padding-left: 10px;
    font-family: simsun;

}

.btn-booking:hover {
    background-color: #ffd24d;
}

/*导航title*/
.sq-title {
    margin-top: 68px;
    color: #808080;
    font-size:36px;
    text-align: center;
   /* background: url("../img/title-01.jpg") no-repeat center;*/
}

/*.sq-title2 {
    background: url("../img/title-02.jpg") no-repeat center;
}

.sq-title3 {
    background: url("../img/title-03.jpg") no-repeat center;
}

.sq-title4 {
    background: url("../img/title-04.jpg") no-repeat center;
}

.sq-title5 {
    background: url("../img/title-05.jpg") no-repeat center;
}

.sq-title6 {
    background: url("../img/title-06.jpg") no-repeat center;
}*/

/*  抓住暑期 */
.sq-summer {
    padding-top: 40px;
}

.sq-summer-info {
    padding: 50px 30px;
    text-align: justify;
    overflow: hidden;
}

.sq-summer-info:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.sq-summer-info li {
    display: inline-block;
    width: 278px;
    height: 284px;
}

.sq-summer .con {
    width: 278px;
    height: 284px;
    color: #4374e1;
    border: 2px solid #b3d2ff;
    background-color:#dbe6f6;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(30, 136, 255, .8);
}

.sq-summer .pic {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 169px;
    background-position: center top;
    background-repeat: no-repeat;
}

.sq-summer .baby-01 {
    background-image: url("../img/baby-01.png");
}

.sq-summer .baby-02 {
    background-image: url("../img/baby-02.png");
}

.sq-summer .baby-03 {
    background-image: url("../img/baby-03.png");
}

.sq-summer .title {
    padding: 30px 0 20px;
    font-size: 26px;
    text-align: center;
}

.sq-summer .info {
    padding: 0 20px 30px 20px;
    font-size: 16px;
    text-align: justify;
}

/*导师大侦探六步教学法*/
.sq-teaching-info {
    padding-top: 36px;
    height: 670px;
    color: #fff;
    background: url("../img/daoshi-bg.png") no-repeat 0 40px;
}

.sq-teaching-info li {
    position: relative;
    font-size: 16px;
}

.sq-teaching-left {
    position: absolute;
    left: 0;
    top: 80px;
    width: 405px;
    text-align: center;
}

.sq-teaching-left h4 {
    font-size: 24px;
}

.sq-teaching-con {
    position: relative;
    padding: 70px 0 13px 145px;
    margin-left: 270px;
    border-bottom: 1px dashed #bdbdbd;
    color: #4374e1;
}

.sq-teaching-con:after {
    position: absolute;
    right: -1px;
    bottom: -5px;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #1956e0;
}

/*训练营*/
.sq-training {
    padding-top: 30px;
}

.sq-training-tab {
    margin-top: 82px;
    height: 70px;
    text-align: justify;
    overflow: hidden;
}

.sq-training-tab:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.sq-training-tab li {
    display: inline-block;
}

.sq-training-tab a {
    display: inline-block;
    margin-top: 4px;
    width: 330px;
    height: 66px;
    line-height: 66px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background-color: #2f395a;
}

.sq-training-tab a:hover {
    background-color: #fdc11d;
}

.sq-training-tab .active a,
.sq-training-tab .active a:hover {
    margin-top: 0;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #fdc11d;
}

.sq-training-info {
    font-size: 16px;
    color: #fff;
}

.sq-training-info thead td {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #000000;
    text-align: center;
    background-color: #c2def9;
}

.sq-training-info tbody tr {
    border-bottom: 1px solid #fff;
}

.sq-training-info tbody td {
    padding: 10px;
    text-align: center;
    word-break: break-all;
    background-color: #ecf7ff;
    color: #807e7e;
}

.sq-training-info tbody td p {
    display: inline-block;
    text-align: left;
}

.sq-training-info .link,
.sq-training-info .link2 {
    display: inline-block;
    width: 136px;
    height: 40px;
    margin: 0 5px;
    line-height: 40px;
    color: #654b0b;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    background-color: #8786ee;
}

.sq-training-info .link:hover {
    background-color: #f9b100;
}

.sq-training-info .link2 {
    background-color: #2f395a;
    color: #fff;
}

.sq-training-info .link2:hover {
    background-color: #fab74d;
}

/*导师大侦探阵营*/
.sq-detective {
    padding-top: 70px;
}

.sq-detective-teacher {
    padding-top: 30px;
}

.sq-detective-teacher li {
    display: inline-block;
    margin-top: 20px;
    width: 190px;
    height: 245px;
    color: #fff;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
}

.sq-detective-teacher li:hover {
    border-radius: 3px;
    box-shadow: 0px 0px 15px rgba(30, 136, 255, .8);
    transition: box-shadow .2s ease-in-out;
}

.sq-detective-teacher:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.sq-detective-teacher a {
    display: block;
    color: #fff;
}

.sq-detective-teacher .pic {
    display: block;
    padding: 20px 0 18px;
    text-align: center;
}

.sq-detective-teacher img {
    display: inline-block;
    width: 130px;
    height: 130px;
    border: 2px solid #5462af;
    border-radius: 100px;
    box-shadow: 0px 0px 15px rgba(30, 136, 255, .8);
}

.sq-detective-teacher .title {
    width: 190px;
    height: 46px;
    line-height: 46px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: url("../img/name-bg.png") no-repeat;
}

.sq-detective-teacher .info {
    padding: 18px 15px 0;
}

/*爱智康11年教学沉淀*/
.sq-precipitate {
    /*padding: 50px 0;*/
}

.sq-precipitate-info {
    padding-top: 30px;
    text-align: justify;
    overflow: hidden;
}

.sq-precipitate-info:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.sq-precipitate-info li {
    display: inline-block;
    width: 280px;
    color: #fff;
    text-align: center;
}

.sq-precipitate-info .title {
    padding: 25px 0;
    font-size: 20px;
    color: #000000;
}

.sq-precipitate-info .info {
    line-height: 30px;
    color: #a8aaae;
    font-size: 16px;
}

.sq-precipitate-qq {
    margin-top: 30px;
    height: 190px;
    overflow: hidden;
    /*border: 2px solid #5462af;*/
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(30, 136, 255, .8);
     background:-webkit-linear-gradient(right,#38b2ff,#8d83ed);

            background:-o-linear-gradient(right,#38b2ff,#8d83ed);

            background:-moz-linear-gradient(right,#38b2ff,#8d83ed);

            background:linear-gradient(to right,#38b2ff,#8d83ed);
}

.sq-precipitate-qq li {
    float: left;
    padding-top: 40px;
    width: 490px;
    color: #fff;
    box-sizing: border-box;
}

.sq-precipitate-qq li:first-child {
    padding-left: 60px;
}

.sq-precipitate-qq li:first-child .title {
    padding-bottom: 20px;
}

.sq-precipitate-qq .con {
    margin-left: 130px;
}

.sq-precipitate-qq .title {
    padding-bottom: 30px;
    font-size: 20px;
}

.sq-precipitate-qq .btn-booking {
    display: inline-block;
    width: 136px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.sq-precipitate-qq .txt-qq {
    display: inline-block;
    margin: 12px 10px 10px 0;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}

.ico-trust,
.ico-rest,
.ico-refund {
    display: inline-block;
    width: 100px;
    height: 80px;
    background: url("../img/ico-assured.png") no-repeat;
}

.ico-rest {
    background-position: -115px 0;
}

.ico-refund {
    background-position: -222px 0;
}

.ico-sq-offer,
.ico-sq-qq {
    display: block;
    width: 106px;
    height: 105px;
    background: url("../img/ico-contact.png") no-repeat;
}

.ico-sq-qq {
    background-position: -118px 0;
}

/*预约导师-底部悬浮*/
.fixed-contact {
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    height: 80px;
    background-color: #151d3b;
}

.fixed-contact-box {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 80px;
}

.ico-contact-teacher {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 155px;
    height: 132px;
    background: url("../img/ico-contact-teacher.png") no-repeat;
}

.fixed-contact-form {
    padding-top: 23px;
    margin-left: 165px;
}

.fixed-contact .input-text {
    margin-right: 7px;
    width: 140px;
    height: 34px;
    border: none;
    color: #636980;
    font-size: 14px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .9);
}

.fixed-contact .g-select-box {
    margin: 0 7px 0 0;
}

.fixed-contact .g-select-control {
    width: 140px;
    height: 34px;
    line-height: 34px;
    border: none;
    color: #636980;
    font-size: 14px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .9);
}

.fixed-contact .g-select-control:after {
    width: 26px;
    background-image: url("../img/ico-arrow1.png");
}

.fixed-contact .g-select-down {
    top: auto;
    bottom: 34px;
}

.fixed-contact .g-select-down .submenu {
    left: 130px;
}

.fixed-contact .btn-submit {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #121f41;
    cursor: pointer;
    border-radius: 3px;
    background-color: #ffc53c;
}

.fixed-contact .btn-submit:hover {
    background-color: #ffe160;
}

/*.sqbg{
    background: url("../img/sqbg.jpg") no-repeat center top;
}*/