@charset "UTF-8";
/*4个介绍*/
section .int{
    position: relative;
    height:380px;
    background: #ebebeb;
}
section .int .bg-box{
    position: absolute;
    bottom:0;
    width:100%;
    height:133px;
    background: #f6f6f6;
    z-index: 1;
}
section .int .int-ul{
    z-index: 2;
    position: absolute;
    width:1200px;
    height:382px;
    top:0;
    left:50%;
    margin-left:-600px;
}
section .int .int-ul li{
    float: left;
    width:25%;
    margin:75px 0 45px;
}
section .int .int-ul li .img_box{
    width: 242px;
    height: 262px;
    background: url(../img/img11.png) no-repeat;
    background-size: 100%;
    color:#fff;
    cursor: pointer;
}
section .int .int-ul li:first-child+li .img_box{
    background: url(../img/img12.png) no-repeat;
    background-size: 100%;
}
section .int .int-ul li:first-child+li+li .img_box{
    background: url(../img/img13.png) no-repeat;
    background-size: 100%;
}
section .int .int-ul li:first-child+li+li+li .img_box{
    background: url(../img/img14.png) no-repeat;
    background-size: 100%;
}
section .int .int-ul li .img_box .t-h2 {
    font-size: 24px;
    line-height: 30px;
    padding:45px 0 10px;
}
section .int .int-ul li .img_box .text-p{
    font-size: 13px;
    line-height: 25px;
    padding:0 20px;
    letter-spacing: 1px;
}
section .int .int-ul li:hover .img_box{
    /*transform:rotateY(360deg);
    -ms-transform:rotateY(360deg); 
    -moz-transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg); 
    -o-transform:rotateY(360deg);	
    transition: 0.6s;*/
}
/*教育培训*/
section .train .train-ul li{
    float: left;
    width: 170px;
    height: 427px;
}
section .train .train-ul li .box .color-box{
    width:170px;
    height:427px;
    background: url(../img/img171.jpg) no-repeat;
    background-size: 100% 100%;
    padding:25px 16px;
}
section .train .train-ul li:first-child+li .box .color-box{
    background: url(../img/img109.jpg) no-repeat;
    background-size: 100% 100%;
}
section .train .train-ul li:first-child+li+li .box .color-box{
    background: url(../img/img111.jpg) no-repeat;
    background-size: 100% 100%;
}
section .train .train-ul li:first-child+li+li+li .box .color-box{
    background: url(../img/img110.jpg) no-repeat;
    background-size: 100% 100%;
}
section .train .train-ul li .box .color-box .bor{
    border: solid 1px #fff;
    height:100%;
    text-align: center;
    position: relative;
    cursor: pointer;
}
section .train .train-ul li .box .color-box .bor .title{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    padding-top: 55px;
}
section .train .train-ul li:first-child+li .box .color-box .bor .title,
section .train .train-ul li:first-child+li+li .box .color-box .bor .title{
    padding-top: 55px;
}
section .train .train-ul li:first-child+li+li+li .box .color-box .bor .title{
    padding-top: 55px;
}
section .train .train-ul li .box .color-box .bor .add{
    width: 29px;
    height: 29px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    font-size: 31px;
    line-height: 28px;
    text-align: center;
    color:#fff;
    position: absolute;
    bottom:18px;
    left:50%;
    margin-left: -14.5px;
    cursor: pointer;
}
section .train .train-ul .active{
    width: 690px;
    background-color: #fff7f6;
}
section .train .train-ul .box .block-box{
    width: 0;
    opacity: 0;
    height:427px;
    transition:  0.5s;
}
section .train .train-ul .active .box .block-box{
    opacity: 1;
    width: 520px;
    transition:  0.5s;
}
section .train .train-ul .box .block-box .img_box{
    width:100%;
    height:250px;
}
section .train .train-ul .box .block-box .img_box img{
    width:100%;
    height:100%;
}
section .train .train-ul .box .block-box .bl-h2{
    font-size: 24px;
    line-height: 28px;
    color: #f65f54;
    font-weight: normal;
    padding:38px 0 10px 27px;
}
section .train .train-ul .box .block-box .span-s{
    padding:0 27px;
    overflow: hidden;
}
section .train .train-ul .box .block-box .span-s span{
    float: left;
    /*width:50%;*/
    font-size: 14px;
    line-height: 26px;
    color: #555555;
}
section .train .train-ul .box .block-box .span-s span i{
    color: #f65f54;
}

section .train .train-ul .active .box .color-box .bor{
    border:0;
    padding-top: 10px;
}
section .train .train-ul .active .box .color-box .bor .add{
    display: none;
}
/*学员成功案例*/
section .case .case-box {
    position: relative;
}
section .case .case-box .swiper-box{
    position: relative;
}
section .case .case-box .gray-box{
    width:100%;
    height: 610px;
    background: #f0f0f0;
    position: absolute;
    bottom:-30px;
}
section .case .case-box .gallery-thumbs{
    width:1250px;
    padding:0 40px;
}
section .case .case-box .gallery-thumbs .box{
    height:285px;
    position: relative;
    cursor: pointer;
}
section .case .case-box .gallery-thumbs .box .img_box{
    width: 225px;
    height: 225px;
    background: #f44336;
    padding:12px;
    border-radius: 50%;
    box-shadow: 5px 0px 10px rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:50%;
    margin-left: -113px;
    z-index: 999;
}
section .case .case-box .gallery-thumbs .box .img_box img{
    width:205px;
    height:205px;
    border-radius: 50%;
}
section .case .case-box .gallery-thumbs .box .bg-c{
    width:225px;
    background: #f44336;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -113px;
    height: 173px;
    box-shadow: 5px 4px 5px 0 rgba(10, 2, 4, 0.15);
    z-index: 9;
}
section .case .case-box .gallery-thumbs .box .title{
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:130px 50px 0 ;
    line-height: 40px;
    color:#fff;
}
section .case .case-box .gallery-thumbs .swiper-slide {
    width: 25%;
    margin-top: 50px;
}

section .case .case-box .gallery-thumbs .swiper-slide.g .box .img_box{
    background: #a9c832;
}
section .case .case-box .gallery-thumbs .swiper-slide.g .box .bg-c{
    background: #a9c832;
}
section .case .case-box .gallery-thumbs .swiper-slide.o .box .img_box{
    background: #ff7335;
}
section .case .case-box .gallery-thumbs .swiper-slide.o .box .bg-c{
    background: #ff7335;
}
section .case .case-box .gallery-thumbs .swiper-slide.b .box .img_box{
    background: #06b8ce;
}
section .case .case-box .gallery-thumbs .swiper-slide.b .box .bg-c{
    background: #06b8ce;
}
section .case .case-box .gallery-top  .case-div{
    width:100%;
    position: relative;
}
section .case .case-box .gallery-top  .case-div .red-box{
    height: 512px;
    background-color: #f44336;
    padding:26px 43px 19px ;
    box-sizing: border-box;
}
section .case .case-box .gallery-top  .case-div .red-box .ren-img{
     width: 503px;
     height: 467px;
     background-color: #cfff68;
     border-radius: 25px;
     border: solid 9px #cfff68;
}
section .case .case-box .gallery-top  .case-div .red-box .ren-img img{
    width: 100%;
    height: 100%;
}
section .case .case-box .gallery-top  .case-div .red-box .text{
    width:580px;
}
section .case .case-box .gallery-top  .case-div .red-box .text .bg-b{
    height:34px;
    line-height: 34px;
    background: url(../img/img112.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
    color:#fff;
    font-weight: bold;
}
section .case .case-box .gallery-top  .case-div .red-box .text .bg-b .ab{
    width:105px;
    text-align: center;
    color: #f44336;
    margin-right: 10px;
    font-weight: normal;
}
section .case .case-box .gallery-top  .case-div .red-box .text .bg-b.last{
    width: 550px;
    margin-top: 40px;
    height: 142px;
    background: url(../img/img113.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-left: 90px;
    padding-top: 30px;
    box-sizing: border-box;
}
section .case .case-box .gallery-top  .case-div .red-box .text .bg-b.last .ab{
    width:75px;
    height:142px;
    padding:35px 0;
    box-sizing: border-box;
    position: absolute;
    left:0;
    top:0;
}




section .case .case-box .gallery-thumbs .swiper-button-next.swiper-button-white,
section .case .case-box .gallery-thumbs .swiper-button-prev.swiper-button-white{
    background: url(../img/img26.png) no-repeat;
    width: 15px;
    height: 29px;
    background-size: 100% 100%;
    top:180px;
    margin-top: 0;
    right:0;
    z-index: 999;
}
section .case .case-box .gallery-thumbs .swiper-button-prev.swiper-button-white{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg); 	/* Opera */
    right:inherit;
    left:0;
}
/*世界顶级色彩顾问专家*/

section .expert .expert-bottom{
    position: relative;
    height: 376px;
    overflow: hidden;
    cursor: pointer;
    margin:100px 0 0;
}
section .expert .expert-bottom .images{
    max-width: none;
    max-height: none;
    width: 1920px;
    height: 376px;
    margin: 0 calc(50% - 960px);
}
section .expert .expert-bottom .text{
    position: absolute;
    left:50%;
    top:215px;
    margin-left: -568px;
}
section .expert .expert-bottom .text h2{
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 3px;
    color: #f44336;
    position: relative;
}
section .expert .expert-bottom .text h2 b{
    display: block;
}
section .expert .expert-bottom .text h2 a{
    width: 160px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #f44336;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color:#f44336;
    font-weight: normal;
    border-radius: 10px;
    position: absolute;
    right:35px;
    bottom:0;
}
section .expert .expert-bottom .text h2 a:hover{
    background: #f44336;
    color:#fff;
}
/*20000+ 学员为什么选择祺馨色彩*/
section .why-ul li{
    float: left;
    width:20%;
    padding: 30px;
    box-sizing: border-box;
}
section .why-ul li .box{
    width: 192px;
    height: 421px;
    text-align: center;
    background: url(../img/img124.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
section .why-ul li .box .num{
    width: 40px;
    font-size: 40px;
    line-height: 28px;
    letter-spacing: 2px;
    color: #ffffff;
    position: absolute;
    top:70px;
    left:50%;
    margin-left: -23px;
}
section .why-ul li .box .title{
    width: 150px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #96bc06;
    position: absolute;
    left:50%;
    margin-left: -74px;
    top:152px;
}
section .why-ul li .box .img_box{
    width:70px;
    height:70px;
    line-height: 65px;
    text-align: center;
    position: absolute;
    bottom:65px;
    left:50%;
    margin-left: -35px;
}
section .why-ul li.og .box{
    background: url(../img/img125.png) no-repeat;
    background-size: 100% 100%;
}
section .why-ul li.og .box .title{
    color: #ff7335;
}
section .why-ul li.bu .box{
    background: url(../img/img126.png) no-repeat;
    background-size: 100% 100%;
}
section .why-ul li.bu .box .title{
    color: #06b8ce;
}
section .why .look-more{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #e54336;
    margin:0 auto;
    font-size: 18px;
    color:#f44336;
    border-radius: 10px;
}
section .why .look-more:hover{
    background: #f44336;
    color:#fff;
}





/*最新开班动态*/
section .course .course-box{
    position: relative;
    height: 480px;
    overflow: hidden;
}
section .course .course-box .images{
    max-width: none;
    max-height: none;
    width: 1920px;
    height: 480px;
    margin: 0 calc(50% - 960px);
}
section .course .course-box .course-biv{
    width:1227px;
    height: 330px;
    background: url(../img/img40.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 7px 1px 0 rgba(11, 2, 5, 0.09);
    position: absolute;
    top:78px;
    left:50%;
    margin-left:-600px;
    border-radius: 10px;
    padding:17px 17px 9px;
    overflow: hidden;
}
section .course .course-box .course-biv table{
    border-collapse: collapse;
    width:100.3%;
    height:100%;
}
section .course .course-box .course-biv table td{
    border:1px solid #c8c8c8;
    height:84px;
    text-align: center;
    width:210px;
    padding:0 10px;
    box-sizing: border-box;
    color:#373737;
    font-weight: bold;
    line-height: 23px;
}
section .course .course-box .course-biv table td:first-child{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 30px;
    color: #404040;
}
section .course .course-box .course-biv table tr td:first-child+td+td{
    width:120px;
}
section .course .course-box .course-biv table tr td:first-child+td+td+td{
    width:500px;
    text-align: left;
}
section .course .course-box .course-biv table td .sign_up{
    width: 95px;
    height: 27px;
    border-radius: 5px;
    line-height: 27px;
    font-weight: normal;
    border:1px solid #fa3324;
    color:#fa3324;
    background: #fff;
}
section .course .course-box .course-biv table td .sign_up:hover{
    background-color: #fa3324;
    color:#fff;
}
section .course .course-box .course-biv table .head-name th{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color:#fff;
}
section .course .flow{
    position: relative;
    padding:155px 0 0;
    height:1050px;
}
section .course .flow .gray-box{
    width:100%;
    height: 510px;
    background: #f0f0f0;
    position: absolute;
    top:155px;
}
section .course .flow  .flow-box{
    position: absolute;
    top:107px;
    left:50%;
    margin-left:-600px;
}
section .course .flow  .flow-box .flow-img{
    width:849px;
    height:1017px;
}
section .course .flow  .flow-box .liu1{
    font-size: 34px;
    color:#fa3324;
    letter-spacing: 1px;
    position: absolute;
    left:0;
    top:250px;
}
section .course .flow  .flow-box .liu2{
    font-size: 34px;
    color:#fa3324;
    letter-spacing: 1px;
    position: absolute;
    left:0;
    top:760px;
}
section .course .flow  .flow-box .liu3{
    font-size: 29px;
    color:#fa3324;
    letter-spacing: 1px;
    position: absolute;
    left:590px;
    top:485px;
}
section .course .flow  .flow-box .zhu{
    color:#616161;
    font-size: 13px;
    width: 275px;
    height: 158px;
    border:1px solid #e1e1e1;
    border-radius: 10px;
    position: absolute;
    padding:10px;
    box-sizing: border-box;
    right:0;
    bottom:150px;
    letter-spacing: 1px;
    line-height: 23px;
    text-align: justify;
}
section .course .flow  .flow-box .zhu a{
    color:#ca0000;
}
section .course .flow .course-swiper{
    width: 625px;
    position: absolute;
    top:25px;
    right:0;
}
section .course .flow .course-swiper .swiper-wrapper{
    padding-bottom: 30px;
}
section .course .flow .course-swiper .img_box{
    width: 100%;
    height: 450px;
    background: url(../img/img43.png) top no-repeat;
    background-size: 100%;
    padding:0 13px;
}
section .course .flow .course-swiper .img_box img{
    width:100%;
    height:100%;
}
section .course .flow .course-swiper .swiper-pagination-bullets{
    bottom:0;
    text-align: right;
    padding-right: 30px;
}
section .course .flow .course-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #fa3324;
}
/*祺馨资讯*/
section .info .info-box .info-name{
    width:680px;
    line-height: 45px;
    border-bottom: 1px solid #c2c2c1;
    margin:0 0 20px;
}
section .info .info-box .info-name .info-ul li{
    float: left;
    padding-right: 30px;
    cursor: pointer;
}
section .info .info-box .info-name .look-more{
    font-size: 12px;
    color:#666;
}
section .info .info-box .info-name .look-more:hover{
    color:#f44336;
}
section .info .info-box .info-name .info-ul li:hover .title,
section .info .info-box .info-name .active .title{
    color:#f44336;
}
section .info .info-box .info-name .title{
    font-size: 18px;
    color:#666;
}
section .info .info-box .info-lf{
    width:700px;
}
section .info .info-box .info-rg{
    width:440px;
}
section .info .info-box .info-rg .info-name{
    width:100%;
}
section .info .info-box .info-rg .info-name .title{
    color:#f44336;
}
section .info .info-box .info-lf .info-lf-ul li{
    width:100%;
    position: relative;
}
section .info .info-box .info-lf .info-lf-ul .box{
    background-color: #f1f1f1;
    display: block;
    margin-bottom: 24px;
    width:680px;
}
section .info .info-box .info-lf .info-lf-ul li.last .box{
    margin-bottom: 0;
}
section .info .info-box .info-lf .info-lf-ul .box .img_box{
    width:175px;
    height:135px;
}
section .info .info-box .info-lf .info-lf-ul .box .img_box img{
    width:100%;
    height:100%;
}
section .info .info-box .info-lf .info-lf-ul .box .text{
    width:500px;
    padding:20px 30px;
}
section .info .info-box .info-lf .info-lf-ul .box .text .title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #f44336;
}
section .info .info-box .info-lf .info-lf-ul .box .text .text-p{
    color:#666;
    line-height: 30px;
}
section .info .info-box .info-lf .info-lf-ul .box  .plus{
    width: 37px;
    height: 48px;
    background-color: #f6331f;
    color:#fff;
    line-height: 48px;
    font-size: 20px;
    text-align: right;
    border-radius: 60%;
    padding-right: 5px;
    box-sizing: border-box;
    position: absolute;
    right:2px;
    top:50%;
    margin-top: -24px;
    display: none;
}
section .info .info-box .info-lf .info-lf-ul .box:hover{
    background: #f6331f;
}
section .info .info-box .info-lf .info-lf-ul .box:hover .plus{
    display: block;
}
section .info .info-box .info-lf .info-lf-ul .box:hover .text .title,
section .info .info-box .info-lf .info-lf-ul .box:hover .text .text-p{
    color:#fff;
}
section .info .info-box .info-rg-box .auto{
    background: #f1f1f1;
    padding:20px 0;
}
section .info .info-box .info-rg-box .auto .auto-height{
    height:360px;
    position: relative;
    overflow: hidden;
}
section .info .info-box .info-rg-box .auto .info-rg-ul{
    padding:20px;
}
section .info .info-box .info-rg-box .auto .info-rg-ul .box{
    display: block;
    border-bottom: 1px solid #c3c2c2;
    padding:20px 0;
}
section .info .info-box .info-rg-box .auto .info-rg-ul .box .title{
    font-size: 14px;
    font-weight: normal;
    color:#f44336;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../img/img45.png) center left no-repeat;
    padding-left: 25px;
}
section .info .info-box .info-rg-box .auto .info-rg-ul .box .text-p{
    color:#898989;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background: url(../img/img46.png) 0 4px  no-repeat;
    padding-left: 25px;
}
section .info .info-box .info-rg-box .doubt{
    width:100%;
    height: 53px;
    line-height: 53px;
    background-color: #ffbfba;
    text-align: center;
    font-size: 14px;
    color:#8e2924;
}
section .info .info-box .info-rg-box .doubt a{
    color:#f44336;
}
/**************证书查询***************/
section .query{
    background-color: #f1f1f1;
    margin-top: 90px;
    padding:30px 90px 60px;
}
section .query .q-title{
    font-size: 36px;
    line-height: 80px;
    letter-spacing: 1px;
    color: #f44336;
}
section .query .q-text{
    font-size: 18px;
    line-height: 24px;
    color: #f44336;
}
section .query .query-box{
    border:2px solid #f44336;
    margin-top: 32px;
    border-radius: 25px;
    overflow: hidden;
}
section .query .query-box .box-se{
    border-top: 40px solid #cdff60;
    background: #f44336;
    height: 106px;
    line-height: 66px;
    padding:0 130px;
}
section .query .query-box .box-se select{
    width: 133px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 8px;
    border:0;
    padding:0 10px;
    margin-right: 20px;
}
section .query .query-box .box-se input{
    width: 353px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 8px;
    border:0;
    padding:0 10px;
}
section .query .query-box .box-se button{
    margin-left: 20px;
}
section .query .query-box .result{
    padding:80px 0 58px 120px;
}
section .query .query-box .result span{
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    margin-right: 5px;
}
section .query .query-box .result span i{
    width:120px;
    border-bottom: 1px solid #555;
    text-align: center;
}
section .query .query-box .result .number i{
    width:320px;
}

/*----视频介绍----*/
section .interview.today-news .media-ul{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row ;
    padding:50px 0;
    justify-content: space-between;
    flex-wrap:  wrap;
}
section .interview.today-news .media-ul li{
    margin:0 ;
}
section .interview.today-news .media-ul li .box{
    display: block;
    width: 370px;
}
section .interview.today-news .media-ul li .box .img_box{
    width:100%;
    height: 275px;
}
section .interview.today-news .media-ul li .box .img_box img{
    width:100%;
    height: 100%;
}
section .interview.today-news .media-ul li .box .title{
    display: block;
    font-size: 16px;
    padding:30px 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

