.header_rt2 li:nth-child(7) a {
    font-size: 16px;
    color: #1448E0;
}
.wsyybm,
.foot_dt {
    display: none;
}

.footer1 {
    margin-top: 0;
}

.pop-box {
    display: none !important;
}
/* end */
.yybm_box{
    width: 100%;
    background: #F4F4F4;
}
.yybm_banner{
    display: block;
    width: 100%;
}
.yybm_lc{
    width: 1240px;
    height: 300px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 60px;
}
.yybm_title{
    font-size: 24px;
    font-weight: 500;
    color: #36343A;
    padding:39px 0 0 30px;
}
.list{
    text-align: center;
    margin-top: 40px;
}
.list li{
    display: inline-block;
    width: 160px;
    position: relative;
}
.list li p{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    padding-top: 9px;
}
.list li div i{
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #5043F2;
    font-size: 50px;
    text-align: center;
    line-height: 106px;
    color: #5043F2;
}
.list li div i:hover{
    background: #5043F2;
    color: #FFFFFF;
}
.list li::after {
    content: '';
    position: absolute;
    top: 50px;
    right: -15px;
    width: 22px;
    height: 23px;
    background: url("/yybm/img/arrow-enroll.png") no-repeat center center;
}
.list li:last-child::after{
    background:none;
}
.bm{
    width: 100%;
    height: 481px;
    background: url("/yybm/img/bj.jpg") no-repeat center;
    background-size: cover;
    margin-top: 40px;
    position: relative;
}
.bm .swiper-container{
    height: 100%;
}
.swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.swiper-slide span{
    display:block;
    width: 343px;
    height: 35px;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 35px;
    margin-top: 68px;
}
.swiper-slide span b{
    color: #5043F2;
}
.bm .swiper-slide span:nth-child(2),.bm .swiper-slide span:nth-child(4){
    position: relative;
    left: -100px;
}
.tjbm{
    width: 473px;
    height: 374px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}
.bmck{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #5043F2;
    padding-top: 34px;
}
.iptBoxfoot input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 16px;
    font-weight: 400;
    color: #5043F2;
}
.iptBoxfoot input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    font-weight: 400;
    color: #5043F2;
}
.iptBoxfoot input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
    font-weight: 400;
    color: #5043F2;
}
.iptBoxfoot input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
    font-weight: 400;
    color: #5043F2;
}
.zhuanye select{
    color: #5043F2; 
    font-weight: 300;
}
#submitfoot{
    background: linear-gradient(0deg, #C74129 0%, #EE764B 100%);
}
.tjbm h3{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding-top: 30px;
}
.tjbm h3 i{
    display: inline-block;
    width: 15px;
    height: 17px;
    background: url("/yybm/img/d.png") no-repeat center;
    background-size: cover;
    position: relative;
    top: 3.1px;
    left: -3px;
}