/* 轮播图分页样式 */
.slideshow-pagination{
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-bullet-active{
    background: #D91F4A;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 8px;
}
.slideshow-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    margin: 0 6px;
    border: 5px solid transparent;
    cursor: pointer;
}
.slideshow-pagination .swiper-active-switch {
    outline-offset: 2px;
    outline: #FFFFFF solid 2px;
}
/* 九宫格导航 */
.menu-table{
    width: 100%;
}
.menu-table td{
    text-align: center;
    border: 2px solid #E6E6E6;
    padding: 5px 0px;
}
.menu-table td img{
    width: 40%;
    max-width: 50px;
    margin: 0px auto;
}
.menu-name {
    color: #D91F4A;
    margin: 7px auto 0 auto;
    font-size: 1.6rem;
    line-height: 26px;
}
/* 二级标题 */
.sub-title{
    margin: 15px 14px;
    border-left: 4px solid #005bac;
    padding-left: 10px;
    line-height: 1.2em;
}
.sub-title .zh-title{
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.sub-title .en-title{
    font-size: 1.3rem;
    color: #c3c3c3;
}
/* 快速了解精雕学校 */
.learn-soon a{
    position: relative;
}
.slogan{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%,-30%);
    -webkit-transform: translate(-50%,-30%);
    -ms-transform: translate(-50%,-30%);
    width: 270px;
    margin: 0px auto;
    background-color: #FF9500;
    color: #FFFFFF;
    text-align: center;
    font-size: 2rem;
    height: 45px;
    line-height: 42px;
    border-radius: 45px;
    letter-spacing: 0.2em;
}
/* 最新动态 */
.recent-news{
    background-color: #E6E6E6;
    padding-bottom: 12px;
}
.title-line{
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.title-line b{
    background: #005BAC;
    margin-top: 4px;
    display: inline-block;
    width: 30%;
    height: 2px;
    overflow: hidden;
    vertical-align: middle;
}
.title-line span{
    display: inline-block;
    font-size: 1.8rem;
    color: #005BAC;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 0px 15px;
}
.recent-news table{
    width: 98%;
    margin: 0px auto;
    border-collapse: separate;
    border-spacing: 0px;
}
.recent-news table img{
    width: 100%;
}
.recent-news table td{
    width: 50%;
    text-align: center;
    background-color: #DEDDE2;
    border-top: 5px solid #FFFFFF;
    position: relative;
}
.recent-news table tr td:first-child{
    border-left: 5px solid #FFFFFF;
    border-right: 2.5px solid #FFFFFF;
}
.recent-news table tr td:last-child{
    border-left: 2.5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
}
.recent-news table tr:last-child td{
    border-bottom: 5px solid #FFFFFF;
    background-color: #FFFFFF;
}
.recent-news table td p{
    margin: 0px auto;
    padding: 10px 0px;
    background-color: #DEDDE2;
    font-size: 1.2rem;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    text-align: center;
}
.recent-news table a,
.recent-news table a:hover,
.recent-news table a:visited,
.recent-news table a:focus{
    text-decoration: none;
    color: #333333;
}
.recent-new{
    position: relative;
}
.recent-new img{
    width: 100%;
}
.recent-new p{
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #73AFB9;
    color: #ffffff;
    margin: 0px;
    padding: 0px 14px;
    line-height: 30px;
    font-size: 1.4rem;
}
.new-more,
.new-more:hover,
.new-more:visited,
.new-more:focus{
    display: block;
    width: 64px;
    height: 64px;
    margin: 20px auto;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 64px;
    color: #005bac !important;
    border: 1px dotted #005bac;
    border-radius: 32px;
}
@media only screen and (max-width: 415px){
    .slogan{
        width: 200px;
        font-size: 1.6rem;
        height: 35px;
        line-height: 35px;
    }
}
@media only screen and (min-width: 359px){
    .recent-news table td p{
        width: 160px;
    }
}
@media only screen and (min-width: 374px){
    .recent-news table td p{
        width: 170px;
    }
}
@media only screen and (min-width: 413px){
    .recent-news table td p{
        width: 190px;
    }
}
