a:hover {
    color: #666
}

a:active {
    color: #666
}

a:visited {
    color: #666
}

a:link {
    color: #666
}

.indexForm {
    padding: 20px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    z-index: 3
}

.indexForm>div {
    float: left;
    width: 17.5%;
    margin-right: 1.5%
}

.indexForm>div>p {
    margin-bottom: 10px;
    white-space: nowrap
}

.indexForm .input-wrap {
    padding: 18px 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff
}

.indexForm .input-wrap i {
    font-size: 20px;
    color: #ddd
}

.indexForm .input-wrap input {
    width: 68%;
    font-size: 14px !important;
    outline: none;
    margin-left: 20px;
    padding-left: 5px;
    border: none;
    border-left: 1px solid #ddd
}

.indexForm .input-wrap select {
    width: 75%;
    position: absolute;
    margin-left: 20px;
    padding-left: 5%;
    z-index: 3;
    background: transparent;
    font-size: 14px !important;
    vertical-align: top;
    border: none;
    border-left: 1px solid #ddd;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.indexForm .select-wrap {
    position: relative
}

.indexForm .select-wrap:after {
    content: '';
    height: 0;
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top: 9px solid #0075C1;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.indexForm .index-btn {
    width: 20%;
    margin-left: 2.5%;
    margin-right: 0
}

.indexForm .index-btn button {
    font-size: 24px
}

.indexForm .index-btn .title .theme-text {
    font-weight: bold
}

.main {
    margin-top: 90px
}

.sloganOne {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px
}

.sloganTwo {
    text-align: center;
    color: #666;
    font-size: 18px;
    margin-bottom: 30px
}

.sloganTwo .theme-text {
    font-weight: bold
}

.main-wrap .course-ad {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-wrap .course-ad li {
    float: left;
    cursor: pointer;
    width: 45%;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
    border: 1px solid transparent
}

.main-wrap .course-ad li+li {
    margin-left: 5%
}

.main-wrap .course-ad li img {
    width: 100%
}

.main-wrap .course-ad li div {
    padding: 20px
}

.main-wrap .course-ad li div>p {
    font-size: 14px;
    color: #666
}

.main-wrap .course-ad li .course-slogan {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold
}

.main-wrap .course-ad li:hover {
    border-color: base_color;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 160, 233, 0.25);
    box-shadow: 0 10px 20px 0 rgba(0, 160, 233, 0.25)
}

.main-wrap .course-ad li:hover .course-slogan {
    color: #00a0e9 !important
}

.index-title {
    margin-bottom: 20px !important
}

.withBg {
    width: 100%;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.withBg .title-c,
.withBg .title-e {
    background: transparent;
    color: #fff
}

.withBg>img {
    width: 100%;
    max-width: 1920px
}

.slogan-wrap {
    position: absolute;
    top: 20%;
    left: 24%;
    color: #fff;
    text-align: left
}

.slogan-wrap .index-title {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.slogan-wrap .slogan-adOne {
    font-size: 36px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px
}

.slogan-wrap .slogan-adTwo {
    font-size: 18px;
    line-height: 32px
}

.teacher-wrap {
    height: 220px
}

.teacher-circle {
    height: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 117, 193, 0)), color-stop(10%, #0075C1), color-stop(90%, #0075C1), to(rgba(0, 117, 193, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 117, 193, 0) 0%, #0075C1 10%, #0075C1 90%, rgba(0, 117, 193, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 117, 193, 0) 0%, #0075C1 10%, #0075C1 90%, rgba(0, 117, 193, 0) 100%);
    background-image: linear-gradient(-270deg, rgba(0, 117, 193, 0) 0%, #0075C1 10%, #0075C1 90%, rgba(0, 117, 193, 0) 100%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    top: 50%
}

.teacher-circle .circle-wrap {
    width: 900px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -110px
}

.teacher-circle .circle {
    width: 200px;
    height: 320px;
    float: left
}

.teacher-circle .circle+li {
    margin-left: 150px
}

.teacher-circle .circle>div {
    margin-top: 20px
}

.teacher-circle .circle>div p {
    font-size: 14px;
    color: #666
}

.teacher-circle .circle>div p>span {
    position: relative
}

.teacher-circle .circle>div p>span>span {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #d0021b
}

.teacher-circle .circle .circle-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333
}

.teacher-circle .circle .img-wrap {
    position: relative;
    margin-top: 0
}

.teacher-circle .circle .img-wrap .img-left,
.teacher-circle .circle .img-wrap .img-right {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 103px;
    z-index: 0
}

.teacher-circle .circle .img-wrap .img-left {
    left: -10px
}

.teacher-circle .circle .img-wrap .img-right {
    right: -10px
}

.teacher-circle .circle img {
    width: 100%;
    height: 200px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    z-index: 1
}

.achieve-wrap {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.achieve-wrap>img {
    width: 100%;
    min-width: 1200px
}

.achieve-wrap .index-tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.achieve-wrap .index-tit>p {
    background-color: transparent;
    color: #fff
}

.achieve-wrap .achieve-circle {
    position: absolute;
    top: 234px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.achieve-wrap .achieve-circle li {
    float: left;
    height: 178px
}

.achieve-wrap .achieve-circle li+li {
    margin-left: 9%
}

.achieve-wrap .achieve-circle li img {
    width: 147px;
    height: auto
}

.achieve-wrap .achieve-circle li p {
    padding-top: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 27px
}

.achieve-wrap a {
    text-align: center
}

.achieve-wrap a button {
    margin-left: -110px;
    bottom: 15%;
    position: absolute;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    outline: none;
    border: 1px solid #FFC53D;
    background-color: transparent;
    color: #FFC53D
}

.achieve-wrap a button:hover {
    background-color: #FFC53D;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(255, 197, 61, 0.25);
    box-shadow: 0 10px 20px 0 rgba(255, 197, 61, 0.25)
}

.features {
    width: 800px;
    height: 800px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px
}

.features>img {
    width: 100%
}

.features .fake-circle {
    width: 75%;
    height: 75%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.features .fake-circle>li {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    -webkit-transform-origin: 300px 300px;
    -ms-transform-origin: 300px 300px;
    transform-origin: 300px 300px;
    cursor: pointer;
    visibility: visible
}

.book {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.book-slogan {
    left: 25.6%
}

.m-t-130 {
    margin-top: 130px !important
}

.course-One {
    overflow: hidden;
    margin: 0 auto;
    width: 1120px
}

.course-One .leftBox {
    float: left;
    width: 65%
}

.course-One .leftBox>img {
    width: auto
}

.course-One .rightBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 35%;
    padding: 40px 0 0 40px
}

.course-One .rightBox .course-slogan {
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    font-weight: bold
}

.course-One .rightBox>p {
    margin-top: 10px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    text-align: left
}

.course-One .rightBox>a button {
    margin-top: 142px;
    background: #0075C1;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    width: 220px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    outline: none
}

.course-One .rightBox>a button:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 117, 193, 0.25);
    box-shadow: 0 10px 20px 0 rgba(0, 117, 193, 0.25)
}