@charset "UTF-8";
/*联系我们*/
section .contact .contact-name{
    text-align: center;
    padding:20px 0;
}
section .contact .contact-name .contact-name-h2{
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 56px;
    color: #f44336;
    background: url(../img/img54.png) center no-repeat;
}
section .contact .contact-name .contact-name-h3{
    font-size: 24px;
    letter-spacing: 1px;
    color: #f44336;
}
section .contact .teacher-ul{
    padding:50px 0;margin-left:0px;margin-right:0px; /*改成只有两个老师新加的后半段 如两个老师是200px*/
}
section .contact .teacher-ul li:first-child{
	padding-left: 0!important;
}
section .contact .teacher-ul li:last-child{
	padding-right: 0!important;
}
section .contact .teacher-ul li:first-child >div{
	margin-left: 0!important;
}
section .contact .teacher-ul li:last-child >div{
	margin-right: 0!important;
	
}
section .contact .teacher-ul li{
    float: left;
    width: 33.3%; /*根据老师数量来调整比例*/
    /*padding:0 43px;*/
    box-sizing: border-box;
}
section .contact .teacher-ul li .box{
    width: 325px;
    height: 400px;
    background: url(../img/img59.jpg) no-repeat;
    background-size: 100% 100%;
    padding:30px 0 0 0
}
section .contact .teacher-ul li:first-child+li .box{
    background: url(../img/img60.jpg) no-repeat;
    background-size: 100% 100%;
}
section .contact .teacher-ul li:first-child+li+li .box{
    background: url(../img/img61.jpg) no-repeat;
    background-size: 100% 100%;
}
section .contact .teacher-ul li .box .img-head{
    width: 139px;
    height: 139px;
    border-radius: 50%;
}
section .contact .teacher-ul li .box .img-head img{
    width:100%;
    height:100%;
}
section .contact .teacher-ul li .box .text{
    text-align: center;
}
section .contact .teacher-ul li .box .text .title{
    font-size: 18px;
    line-height: 50px;
    color: #555555;
    font-weight: normal;
}
section .contact .teacher-ul li .box .text span{
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}
section .contact .teacher-ul li .box .code{
    width: 90px;
    height: 90px;
    margin-top: 10px;
}
section .contact .teacher-ul li .box .code img{
    width:100%;
    height:100%;
}
/*深圳祺馨色彩顾问公司*/
section .contact .shenzhen{
    height: 335px;
    background-color: #f44336;
}
section .contact .shenzhen .address{
    width: 415px;
    padding:48px 0 48px 48px;
    color:#fff;
}
section .contact .shenzhen .address .company{
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
section .contact .shenzhen .address .address-ul span{
    width: 20px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
}
section .contact .shenzhen .address .address-ul li{
    line-height: 35px;
}
section .contact .shenzhen  .map{
    width:785px;
    height:335px;
}
/*位置*/
section .contact .location{
    padding:50px 0;
}
section .contact .location li{
    padding-bottom: 30px;
}
section .contact .location .img_box{
    width: 67px;
    height: 67px;
    border-radius: 50%;
}
section .contact .location  .text{
    width: 1080px;
    line-height: 25px;
}
section .contact .location  .text .title{
    font-size: 18px;
    line-height: 35px;
    color: #96bc06;
    font-weight: normal;
}
section .contact .location li:first-child+li .title{
    color: #06b8ce;
}
section .contact .location li:first-child+li+li .title{
    color: #f44336;
}
/*上海祺馨色彩顾问公司*/
section .contact .shanghai{
    background-color: #96bc06;
}
section .contact .shanghai .address{
    width:600px;
    padding:60px 0 0 90px;
    color:#fff;
}
section .contact .shanghai .address .company{
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
}
section .contact .shanghai .address .add-h3{
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
section .contact .shanghai .address  p{
    font-size: 14px;
    line-height: 29px;
}
/******************走进祺馨**********************/
section .about .about-nav{
    padding-bottom: 10px;
}
section .about .about-nav li{
    float: left;
    width:20%;
}
section .about .about-nav li a{
    border-top:16px solid #a5a5a5;
    border-bottom:1px dashed #d9d9d9;
    border-left:1px dashed #d9d9d9;
    height: 75px;
    line-height: 75px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #555555;
    position: relative;
}
section .about .about-nav li:first-child+li+li+li+li a{
    border-right: 1px dashed #d9d9d9;
}
section .about .about-nav li a .box{
    width: 12px;
    height: 12px;
    background-color: rgb(217, 217, 217);
    position: absolute;
    right:-6px;
    bottom:-6px;
}
section .about .about-nav li:hover a .bar,
section .about .about-nav li.active a .bar{
    display: block;
    width:100%;
    height:24px;
    position: absolute;
    top:-16px;
    background: url(../img/img70.png) no-repeat;
    background-size: 100% 100%;
}
/*企业简介*/
section .about .brief .brief-p{
    width: 930px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    padding-bottom: 30px;
}
section .about .brief .brief-ul li{
    float: left;
    box-sizing: border-box;
    margin:30px 0;
}
section .about .brief .brief-ul li:first-child .img_box{
    width: 500px;
    height: 284px;
    margin-right: 37px;
}
section .about .brief .brief-ul li:first-child+li .img_box{
    width: 663px;
    height: 284px;
}
section .about .brief .brief-ul li .img_box img{
    width:100%;
    height:100%;
}
/*发展历程*/
section .course .course-ul li{
    height:70px;
    border-left: 1px solid #989898;
    margin-left: 50%;
    position: relative;
}
section .course .course-ul li .yuan{
    width: 30px;
    height: 30px;
    background-color: #ccff5f;
    border: solid 3px #ffffff;
    border-radius: 50%;
    position: absolute;
    left: -19px;
    top: 12px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
section .course .course-ul li .box{
    position: absolute;
    left:20px;
}
section .course .course-ul li .box .time{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ff9db4;
    border-bottom: 1px solid #989898;
    padding:0 25px;
}
section .course .course-ul li .box .text-p{
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    padding-left: 25px;
}
section .course .course-ul li.af .box {
    width:560px;
    left:-97%;
}
section .course .course-ul li.af .box .time{
    position: absolute;
    right:0;
}
section .course .course-ul li.af .box .text-p{
    position: absolute;
    top:35px;
    right: 25px;
    padding-left: 0;
}
section .course .course-ul li.af .box .text-p.duan{
    width:100%;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}
section .course .course-ul li:first-child {
    padding-top: 20px;
}
section .course .course-ul li:first-child .yuan  {
    top:34px;
}
/******************创始人介绍********************/
section .ceo-box .expert{
    margin-top: 70px;
}
section .ceo-box .expert .expert-top .red-line{
    border: solid 1px #ffd8dc;
}
section .ceo-box .expert .expert-top .red-line .expert-name{
    color:#ff9db4
}
section .ceo-box .expert .expert-top .red-line .text p{
    padding-bottom: 25px;
}
section .ceo-box .expert .expert-top .red-line .text p i{
    background-color: #cfff68;
}
/*主要成就*/
section .ceo-box .ach{
    margin:40px 0;
}
section .ceo-box .ach .text{
    width: 535px;
}
section .ceo-box .ach .text h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ff9db4;
}
section .ceo-box .ach .text p{
    font-size: 16px;
    line-height: 25px;
    color: #555555;
    position: relative;
    padding-left: 15px;
}
section .ceo-box .ach .text p i{
    position: absolute;
    left:0;
    top:8px;
    width: 8px;
    height: 8px;
    background-color: #cfff68;
    border-radius: 50%;
}
section .ceo-box .ach .img_box{
    width: 583px;
    height: 310px;
    line-height: 310px;
}
/*至今几百多家媒体都曾为她打造过专辑或专访*/
section .interview .int-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ff9db4;
}
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;
}
/*CMB总裁Chirs先生和Veronique董事致刘纪辉女士信*/
section .letter {
    height: 1223px;
    background: url(../img/img129.jpg) no-repeat;
    background-size: 100% 100%;
    padding:80px 80px 63px;
}
section .letter .letter-box{
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding:50px 20px;
}
section .letter .letter-box .title{
    width: 700px;
    height: 53px;
    font-size: 24px;
    line-height: 53px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    background: url(../img/img130.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 5px;
    position: absolute;
    left:0;
    top:-30px;
}
section .letter .letter-box .english .text-e{
    width:600px;
}
section .letter .letter-box .english .text-e p{
    padding-bottom: 20px;
    text-indent: 25px;
}
section .letter .letter-box .english .img_box{
    width:340px;
    height:510px;
}
section .letter .letter-box .last{
    text-align: right;
}
section .letter .letter-box .c-text{
    margin-top: 20px;
}
section .letter .letter-box .c-text p{
    padding-bottom: 25px;
    line-height: 25px;
    text-indent: 25px;
}
section .letter .letter-box .last{
    text-align: right;
}
section .letter .letter-box .c-text .pen{
    position: absolute;
    right: -120px;
    bottom: 80px;
    width: 238px;
    height: 198px;
}
section .letter .letter-box .c-text .last{
    padding-right: 120px;
}
/*顾问指导客户案例精选*/
section .case-choice .swiper-container{
    background-color: #eeeeee;
    padding:20px 20px 50px;
}
section .case-choice .swiper-container .img_box {
    border:1px solid #dcdcdc;
    width:100% ;
    height:130px;
    line-height: 130px;
    background: #fff;
}
section .case-choice .swiper-container-horizontal>.swiper-pagination-bullets,
section .case-choice .swiper-pagination-custom,
section .case-choice .swiper-pagination-fraction{
    bottom:15px;
}
section .case-choice .swiper-pagination-bullet-active{
    background: #f44336;
}
/******************行业前景****************************/
section .future .name{
    padding-bottom: 40px;
}
section .future-name{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ff9db4;
    text-align: center;
    padding-bottom: 30px;
}
section .future .future-ul .box{
    background-color: #ebf9fb;
    margin-bottom: 45px;
}
section .future .future-ul .box .img_box{
    width: 270px;
    height: 175px;
}
section .future .future-ul .box .img_box img{
    width:100%;
    height:100%;
}
section .future .future-ul .box .text{
    width: 870px;
    margin-left: 40px;
}
section .future .future-ul .box .text .title{
    font-size: 18px;
    font-weight: normal;
    color: #ff9db4;
    padding:20px 0 10px;
}
section .future .future-ul .box .text .text-p{
    font-size: 14px;
    color: #555555;
    text-align: justify;
    line-height: 22px;
}
/*色彩行业发展前景*/
section .h-future {
    padding-top:30px;
}
section .h-future .h-future-ul li{
    float: left;
    width:33.3%;
    padding:0 30px;
    box-sizing: border-box;
}
section .h-future .h-future-ul li .box{
    width:100%;
    height:320px;
    position: relative;
}
section .h-future .h-future-ul li .box .img_box{
    position: absolute;
    left:0;
    top:0;
}
section .h-future .h-future-ul li .box  .title{
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    left: 52px;
    top: 27px;
}
section .h-future .h-future-ul li .box .text-p{
    width: 300px;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    position: absolute;
    left: 36px;
    top: 80px;
}
section .h-future .h-future-ul li .box.he{
   height:150px;
}
/********************祺馨与CMB********************/
section .cmb-name{
    text-align: center;
    height: 56px;
    line-height: 56px;
    background: url(../img/img156.png) center no-repeat;
    font-size: 30px;
    letter-spacing: 1px;
    color: #ff9db4;
    margin:70px 0 40px;
}
/*CMB是谁*/
section .cmb .text p{
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    padding-bottom: 30px;
}
section .cmb  .img_box{
    width:100%;
    height:310px;
}
/*祺馨与CMB渊源*/
section .origin .text{
    width: 813px;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}
section .origin .index{
    padding-bottom: 50px;
}
section .origin .text .padding{
    padding-bottom: 30px;
}
section .origin .img_box{
    width:365px;
    height:240px;
    line-height: 240px;
}
/*荣誉资质*/
section .honor .honor-name{
    width: 430px;
    height: 60px;
    margin:80px auto 60px;
}
section .honor .honor-ul li{
    float: left;
    width: 25%;
    height: 300px;
    padding: 0 25px;
    box-sizing: border-box;
}
section .honor .honor-ul li .img_box{
    width:100%;
    height:260px;
    line-height: 260px;
}
section .honor .honor-ul li .text-p{
    text-align: center;
    padding:5px 0;
    color: #555555;
    line-height: 25px;
}











