﻿.main{
    background: #f8f8f8!important;
}
/*轮播图开始*/
.yaowenright{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yaowenright .hd {
    position: absolute;
    bottom:10%;
    left:50%;
    z-index: 8;
    transform: translateX(-50%);
    overflow: hidden;
}

.yaowenright .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.yaowenright .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 6px;
    background: #fff;
}

.yaowenright .hd ul li.on {
    background: #124191;
}

.yaowenright .bd ul {
    width: 100%;
    overflow: hidden;
}

.yaowenright .bd ul li {
    width: 100%;
    display: block;
}

.yaowenright .bd ul li a{
    width: 100%;
    display: block;
}

.yaowenright .bd ul li a img{
    width: 100%;
    vertical-align: middle;
}

.yaowenright h1{
    padding: 80px 0 10px;
    font-size: 30px;
    color:#fff;
}
.yaowenright .banp{
    font-size: 16px;
    color:#fff;
}

/*培训服务*/
.trainptle{
    background: #fff;
}
.trainph4{
    font-size: 24px;
    color:#474747;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trainph4 span{
    width: 30px;
    height: 1px;
    background: #474747;
    margin: 0 40px;
}
.traina{
    padding: 30px 0;
    text-align: center;
}
.traina>a{
    margin: 0 12px;
    padding: 8px 12px;
    font-size: 14px;
    color:#333;
    background: #f8f8f8;
    border:1px solid #dedede;
    border-radius: 6px;
}
.traina>a.active{
    color:#fff;
    border: 1px solid #124191;
    background: #0A51A0;
}
.trainpul{
    width: 100%;
    margin-top: 40px;
}
.trainpul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 16px;
    overflow: hidden;
}
.trainpul li a{
    width: 100%;
}
.trainpul li:nth-child(3n){
    margin-right: 0;
}
.trainpul li .pro2img{
    width: 100%;
    overflow: hidden;
}
.trainpul li .pro2img img{
    width: 100%;
    vertical-align: middle;
    transition: transform .3s;
    max-height:180px;
}
.trainpul li:hover .pro2img img{
    transform: scale(1.1);
}
.trainpul li .procont{
    padding: 0 5%;
    width: 100%;
    height: 140px;
    background: #fff;
    margin-top: 1px;
}
.trainpul li .procont>h6{
    padding: 18px 0 16px;
    font-size: 14px;
    color:#333;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.trainpul li .pronum>span{
    padding-left: 14px;
    font-size: 12px;
    color:#757575;
    background: url("../images/small-add.png") no-repeat left center;
    margin-right: 10px;
}

.pronum>b{
    padding-left: 18px;
    font-size: 12px;
    color:#757575;
    background: url("../images/time.png") no-repeat left center;
    margin-top: 5px;
}
.pro2btn{
    padding-bottom: 50px;
    margin-top: 14px;
    text-align: center;
}
.pro2btn>a{
    padding: 14px 54px;
    font-size: 14px;
    color:#60606c;
}
.procont>p{
    margin-top: 16px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    border-radius: 3px;
}
/*讲师集合*/
.lecturer{
    background: #fff;
}
.lecturerul{
    width: 100%;
    margin: 0.2rem;
}
.lecturerul li{
    float: left;
    position: relative;
    width: 14.5%;
    margin-right: 2%;
    margin-bottom: 16px;
    overflow: hidden;
}
.lecturerul li img{
    width: 100%;
    vertical-align: middle;
}
.lectpa{
    position: absolute;
    bottom:-100%;
    left:0;
    padding-top:60px;
    width: 100%;
    height: 100%;
    background: rgba(18,65,145,.5);
    text-align: center;
}
.lectpa>span{
    display: block;
    font-size: 12px;
    color:#fff;
}
.lectpa>a{
    margin: 10px 0;
    padding: 4px 12px;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    color:#124191;
}
.lectpa>p{
    font-size: 12px;
    color:#fff;
}
.bd-de{
    border:1px solid #dedede;
}
.trainsubcont{
    padding: 80px 0;
}
.trainpimg{
    float: left;
    width: 120px;
    margin-right:10px;
    margin-bottom:10px;
}
.trainpimg img{
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 60px;
}
.trainsubt{
    float: right;
    width: 85%;
}
.trainsubt h6{
    padding-bottom: 20px;
    font-size: 18px;
}
.trainsubt h6 span{
    font-size: 14px;
    margin-left: 20px;
}
.trainsubt>p{
    line-height: 22px;
    font-size: 14px;
    color:#757575;
}
/*培训服务--详情页-详情页*/
.servicewrap{
    margin-top: 30px;
}
.sersubsl{
     float: left;
     width: 75%;
}
.sersubstle{
    padding: 20px 0 20px 3%;
    background: #fff;
    border:1px solid #dedede;
}
.sersubimg{
    float: left;
    width: 43%;
}
.sersubimg img{
    width: 100%;
    vertical-align: middle;
}
.sersubscont{
    float: left;
    width: 55%;
    margin-left:2%;
    padding-right:20px
}
.sersubscont h6{
    padding: 12px 3% 22px;
    font-size: 18px;
    color:#474747;
    font-weight: 400;
}
.ser1tle{
    padding: 16px 2%;
    /*background: #f8f8f8;*/
}
.ser1tle>span{
    font-size: 24px;
}
.ser1tle>span b{
    font-size: 14px;
}
.ser1tle>div{
    display: inline-block;
    margin-left: 2%;
}
.ser1tle>div em{
    font-size: 14px;
    color:#999;
}
.ser1tle>div p{
    font-size: 14px;
    color:#00c9ff;
}
.peixjj{
    padding: 10px 3%;
    line-height: 22px;
    font-size: 14px;
    color:#747474;
}
.lijibtn{
    padding: 10px 3% 0;
    width: 100%;
}
.lijibtn .liji1{
    float: left;
    padding: 6px 30px;
    font-size: 14px;
    color:#fff;
    border-radius: 6px;
}
.liji2{
    float: right;
    font-size: 14px;
    color:#757575;
    text-decoration: underline;
    padding-left: 20px;
    background: url("../images/yellowmen.png") no-repeat left center;
}
.sersub2cont{
    width: 100%;
    margin-top: 30px;
    border:1px solid #dedede;
    background: #fff;
}
.sersub2ul{
    width: 100%;
}

.sersub2ul li{
    float: left;
    padding: 12px 22px;
    font-size: 16px;
    color:#757575;
    border-right:1px solid #dedede;
    border-bottom:1px solid #dedede;
}

.sergjbig{
    padding: 0 2%;
}
.serh6{
    padding: 0px 0 10px;
    font-size: 20px;
    font-weight: 500;
}
.seracont>p{
    padding-bottom: 10px;
    line-height: 22px;
    font-size: 12px;
    color:#474747;
}
/*明星讲师*/
.serbcont{
    width: 100%;
}
.serbcont img{
    width: 100%;
}
.serc>p{
    padding: 10px 0 20px;
    font-size: 16px;
    color:#333;
}

.serc>p>b{
    font-size: 12px;
    color:#474747;
}
.serh6>b{
    font-size: 12px;
    margin-left: 20px;
}

.serccont{
    padding-bottom: 30px;
    margin-top: 20px;
}

.sersubsr{
     float: right;
     width: 22.5%;
}
.sersubtop{
    width: 100%;
}
.sersubtoptle{
    padding: 10px 0 20px;
    border-bottom: 1px solid #dedede;
}
.sersubtoptle h6{
    float: left;
    font-size: 18px;
    color:#474747;
}
.sersubtoptle>a{
    float: right;
    font-size: 12px;
    color:#474747
}
.sersubtopul{
    width: 100%;
}
.sersubtopul li{
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
}
.serkuai{
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    overflow: hidden;
}
.serkuai>span{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color:#fff;
    text-align: center;
}
.serkuai>p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:#474747;
    text-align: center;
    background: #f0f0f0;
}
.sertopcpnt{
    float: right;
    width: 70%;
}
.sertopcpnt>h6{
    height: 56px;
    font-size: 14px;
    color:#474747;
    font-weight: 400;
}
.sertopcpnt>p{
    font-size: 12px;
    color:#9f9f9f;
}
.newrightdown{
    margin-top: 20px;
}
.newrightdown>h6{
    padding: 20px 8%;
    font-size: 18px;
    color:#474747;
    font-weight: 400;
    border-bottom: 1px solid #e8e7e8;
}
.newrightdown>p{
    padding: 10px 8%;
    line-height: 22px;
    font-size: 14px;
    color:#474747;
    border-bottom: 1px dashed #e8e7e8;
    background: #f3f3f3;
}
.newicon{
    padding: 10px 8%;
    background: #f3f3f3;
}
.newicon span{
    display: block;
    padding: 4px 0 4px 20px;
    font-size: 12px;
    color:#7a7a7a;
}
.q1{
    background: url("../images/q1.png") no-repeat left center;
}
.q2{
    background: url("../images/q2.png") no-repeat left center;
}
.q3{
    background: url("../images/q3.png") no-repeat left center;
}
.q4{
    background: url("../images/q4.png") no-repeat left center;
}





























