.focusBox,
.tempWrap,
.focusImg {
    width: 980px !important;
    height: 550px !important;
    display: block;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
}


/* 本例子css */

.focusBox {
    overflow: hidden;
    position: relative;
}

.focusBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.focusBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.focusBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.focusBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.focusBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.focusBox .bd li {
    zoom: 1;
    vertical-align: middle;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.tabSwitch {
    width: 980px;
    min-height: 430px;
    display: block;
    margin: 30px auto;
    background-color: #fff;
    padding: 0 0 10px 0;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.tabTop {
    width: 930px;
    height: 48px;
    margin: 0 auto;
    border-bottom: 2px solid #ddd;
}

.courseTitle {
    float: left;
    font-size: 18px;
    color: #0277ba;
    line-height: 48px;
    font-weight: bolder;
    margin: 0 100px 0 0;
}

.course li p {
    float: left;
    font-size: 20px;
    color: #8eb6d9;
    line-height: 46px;
    width: 90px;
    text-align: center;
}

.on p {
    color: #0277ba !important;
    border-bottom: 4px solid #0277ba;
    font-weight: bolder;
}

.courseList {
    width: 930px;
    height: 150px;
    border-radius: 20px;
    margin: 20px auto 20px auto;
    background-color: #e1f5fe;
}

.courseList_Img {
    float: left;
    width: 250px;
}

.courseList_Img img {
    width: 250px;
    height: 150px;
    border-radius: 20px 0 0 20px;
}

.courseList_text {
    float: left;
    width: 435px;
    margin: 0 30px 0 30px;
}

.courseList_scale {
    float: left;
    width: 180px;
    height: 130px;
    margin: 10px 0 0 0;
}

.courseList_text p {
    font-size: 20px;
    line-height: 70px;
}

.courseList_text p:first-child {
    font-weight: bolder;
}

.achievement {
    width: 980px;
    min-height: 260px;

    margin: 20px auto 20px auto;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.achievementText {
    overflow: hidden;
    width: 930px;
    height: 150px;
    margin: 0 auto;
}

.achievementText div {
    float: left;
}

.achievementText div p {
    font-size: 20px;
    line-height: 70px;
}

.achievementText div p:first-child {
    font-weight: bolder;
}

.achievementImg {
    margin: 20px 50px 0 0;
}

.more {
    text-align: center;
}

.more a {
    line-height: 60px;
    font-size: 20px;
    font-weight: bolder;
    color: #0077b9;
}

.grid-content {
    line-height: 36px;
}

.divImg {
    margin: 20px auto !important;
}