@charset "UTF-8";

a:hover{
    text-decoration: none;
    color: #3c67f1;
}

input{
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    border-radius: 0
}

/*Í·²¿ start*/
#show_url{
    float: right;
    margin-right: 20px;
    height: 36px;
    line-height: 36px;
}
/*Í·²¿ end*/

.education_main{
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 500px;
    background: #FFFFFF;
    padding: 40px 20px;
}

/*con start*/
#section_a{
    margin-bottom: 30px;
}
#lunbo_a{
    width: 475px;
    height: 320px;
}

#lunbo_a .swiper-slide
{
    width: 475px;
    height: 320px;
    position: relative;
}

#lunbo_a .swiper-slide img
{
    width:475px;
    height: 293px;
}

#lunbo_a .swiper-slide .des{
    position: absolute;
    left: 0;
    bottom: 27px;
    color: #FFFFFF;
    width: 475px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    background: rgba(0,0,0,.3);
}

#lunbo_a .swiper-pagination{
    position: absolute;
}

#r_con{
    width: 460px;
}
#section_a .s_title_con{
    background: #f4f4f4;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    overflow: hidden;
}

.s_title_con .s_title{
    display: inline-block;
    padding:0 40px;
    font-size: 16px;
}

.s_title.active{
    background: #0067ff;
    color: #FFFFFF;
}

#show_2{
    display: none;
}

#section_a .circle{
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background: #000;
    margin-top: 13px;
    margin-right: 5px;
}

#section_a li{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

#section_a ul{
    margin: 20px 0 15px;
}

#section_a li .text{
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#more_1,
#more_2{
    color: #2674ff;
    font-size: 14px;
}

#section_b .btn{
    width: 220px;
    height: 60px;
}

#section_b .btn>a,
#section_b .btn>img{
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

#section_b .btn>a:focus,
#section_b .btn>a:visited,
#section_b .btn>a:focus img,
#section_b .btn>a:visited img{
    outline: none;
    border: none;
}


#btn_2{
    margin: 0 20px;
}

#btn_3{
    margin: 0 20px;
}

/*con end*/