* {
    margin: 0;
    padding: 0
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    color: #333;
    font-size: 14px;
    background-color: #fff
}

input,
button,
select {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif
}

li {
    list-style: none
}

button {
    border: none;
    outline: none
}

a {
    text-decoration: none
}

.hide {
    visibility: hidden
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    content: ".";
    visibility: hidden
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right !important
}

.clearfix {
    zoom: 1
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

img {
    vertical-align: middle;
    border: none
}

.theme-bg {
    background-color: #0075C1 !important;
    color: #fff !important
}

.theme-text {
    color: #0075C1 !important
}

.assist-bg {
    background-color: #00a0e9
}

.assist-text {
    color: #00a0e9
}

.bg-fafafa {
    background-color: #fafafa !important
}

.bg-f1f1f1 {
    background-color: #f1f1f1
}

.bg-f2f2f2 {
    background-color: #f2f2f2
}

.bg-f6f6f6 {
    background-color: #f6f6f6
}

.bg-ecf4ff {
    background-color: #ecf4ff
}

.bg-fff {
    background-color: #fff
}

.text-999 {
    color: #999 !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-10 {
    margin-top: 10px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px
}

.m-t-40 {
    margin-top: 40px
}

.m-t-50 {
    margin-top: 50px
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-b-150 {
    margin-bottom: 150px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-37 {
    margin-left: 37px
}

.m-l-40 {
    margin-left: 40px
}

.m-r-70 {
    margin-right: 70px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-r-20 {
    padding-right: 20px
}

.p-r-40 {
    padding-right: 40px
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-50 {
    padding-top: 50px
}

.p-t-70 {
    padding-top: 70px
}

.p-b-80 {
    padding-bottom: 80px
}

.p-b-0 {
    padding-bottom: 0 !important
}

.header {
    -webkit-box-shadow: 0 1px 0 0 #F3F3F3;
    box-shadow: 0 1px 0 0 #F3F3F3;
    background-color: #fff
}

.header-wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px
}

.header-wrap>img {
    position: absolute;
    height: 60px;
    margin-top: 10px;
    float: left;
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

.header-wrap>.nav {
    float: right;
    margin-right: 0
}

.header-wrap>.nav>ul>li {
    float: left;
    position: relative;
    z-index: 4;
    width: 130px;
    height: 80px;
    line-height: 80px;
    -webkit-transition-property: margin;
    -o-transition-property: margin;
    transition-property: margin;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 2s;
    -o-transition-duration: 2s;
    transition-duration: 2s
}

.header-wrap>.nav>ul>li a {
    text-decoration: none;
    color: #333;
    white-space: nowrap
}

.header-wrap>.nav>ul .nav-points {
    display: block;
    text-align: center;
    padding: 0 20px;
    padding: 0 20px 0;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.header-wrap>.nav>ul>.hasNext {
    padding: 0
}

.header-wrap>.nav>ul>.hasNext>a {
    white-space: nowrap
}

.header-wrap>.nav>ul>.hasNext:after {
    content: '';
    height: 0;
    position: absolute;
    top: 48%;
    right: 11px;
    font-size: 0;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-top: 6px solid #333;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.header-wrap>.nav>ul>.fir-hover {
    padding: 28px 0\0;
    background-color: #1188D8;
    color: #fff
}

.header-wrap>.nav>ul>.fir-hover>a {
    color: #fff
}

.header-wrap>.nav>ul>.fir-hover:after {
    top: 41%;
    border-top: 6px solid transparent !important;
    border-bottom: 6px solid #fff
}

.header-wrap>.nav>ul>.fir-hover .sec-nav {
    display: block
}

.header-wrap>.nav>ul .nav-active {
    background-color: #0075C1;
    color: #fff
}

.header-wrap>.nav>ul .nav-active>a {
    color: #fff
}

.header-wrap>.nav>ul .nav-active>i {
    color: #fff
}

.header-wrap>.nav>ul .nav-active:after {
    border-top-color: #fff
}

.header-wrap .sec-nav {
    width: 150px;
    position: absolute;
    z-index: 2;
    top: 80px;
    left: 0;
    font-size: 16px;
    text-align: left;
    display: none
}

.header-wrap .sec-nav>li {
    color: #333;
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.header-wrap .sec-nav>li>a {
    padding: 15px 35px;
    color: #151515
}

.header-wrap .sec-nav>.sec-hover {
    background-color: #21b6fa
}

.header-wrap .sec-nav>.sec-hover>a {
    color: #fff
}

.header-wrap .sec-nav>.sec-hover .third-nav {
    display: block
}

.header-wrap .third-nav {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 50px;
    left: 174px;
    top: 0;
    color: #151515 !important;
    display: none
}

.header-wrap .third-nav>li {
    width: 100%;
    background-color: #fff;
    padding-left: 19px
}

.header-wrap .third-nav>.third-hover>a {
    color: #00a6ea
}

.header-wrap .header-tel {
    float: right;
    height: 80px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header-wrap .header-tel img {
    width: 40px;
    margin-right: 10px;
    float: left;
    margin-top: 5px
}

.header-wrap .header-tel>div {
    float: left
}

.header-wrap .header-tel p {
    font-size: 14px
}

.header-wrap .header-tel p+p {
    margin-top: 9px
}

.header-wrap .header-tel p span {
    font-size: 16px;
    font-weight: bold;
    color: #0075C1
}

.hasLine {
    border-top: 1px solid #d5d5d5
}

.links {
    background-color: #333;
    -webkit-box-shadow: inset 0 -1px 0 0 #2A2A2A;
    box-shadow: inset 0 -1px 0 0 #2A2A2A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px;
    overflow: hidden
}

.links>.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.links p {
    color: #bbb;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px
}

.links ul {
    float: left;
    width: 16%
}

.links ul+ul {
    margin-left: .8%
}

.links ul>li {
    margin-bottom: 10px
}

.links ul a {
    color: #bbb;
    font-size: 12px
}

.footer-wrap {
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden;
    height: 240px;
    background-color: #333
}

.footer-wrap>.container {
    padding-left: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.footer-wrap .footer-logo {
    float: left;
    width: 295px;
    height: 50px;
    margin-top: 65px
}

.footer-wrap .footer-logo img {
    width: auto;
    height: 55px
}

.footer-wrap .footer-content {
    float: right;
    margin-top: 38px;
    color: #fff;
    font-size: 12px;
    margin-right: 40px;
    overflow: hidden
}

.footer-wrap .footer-content>.code {
    color: #fff;
    width: 100px;
    text-align: center;
    margin-right: 20px;
    float: left
}

.footer-wrap .footer-content>.code>img {
    width: 100%
}

.footer-wrap .footer-content>.code>p {
    margin-top: 5px
}

.footer-wrap .footer-content>.contact {
    float: left;
    margin-top: 20px
}

.footer-wrap .footer-content>.contact p {
    margin-bottom: 10px;
    line-height: 20px
}

.footer-wrap .footer-content>.contact span {
    font-size: 24px;
    font-weight: bold
}

.footer-wrap .copy-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 40px;
    padding-top: 12px;
    background-color: #2B2B2B;
    color: #fff;
    font-size: 12px
}

.footer-wrap .copy-right .content-left {
    float: left;
    margin-left: 40px
}

.footer-wrap .copy-right .content-right {
    float: right;
    margin-right: 40px
}

.footer-wrap .copy-right .content-right a {
    color: #fff
}

.index-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #525157
}

.index-footer>.container {
    width: 1168px
}

.index-footer-body {
    position: relative;
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.index-footer-body>.slogan {
    display: inline-block;
    vertical-align: middle;
    width: 259px;
    margin-left: 25px
}

.index-footer-body img {
    width: 163px;
    margin-top: -9px
}

.index-footer-body h3 {
    font-size: 26px;
    color: #fff
}

.index-footer-body p {
    max-width: 350px;
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

.index-footer-body input:-moz-placeholder {
    color: #bdbdbd;
    opacity: 1
}

.index-footer-body input::-moz-placeholder {
    color: #bdbdbd;
    opacity: 1
}

.index-footer-body input::-webkit-input-placeholder {
    color: #bdbdbd
}

.index-footer-body input:-ms-input-placeholder {
    color: #bdbdbd
}

.form-group {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px
}

.form-group .selectWrap {
    display: inline-block
}

.form-group .selectWrap:after {
    right: 22px
}

.form-group .selectWrap .form-control {
    width: 180px !important;
    margin-bottom: 10px;
    background-color: #f2f2f2
}

.form-group button {
    width: 180px;
    background-color: #ffd407;
    color: #333;
    margin-right: 20px;
    cursor: pointer
}

.close-wrap {
    float: right;
    width: 14px;
    width: 11px\0;
    height: 100%
}

.close {
    display: inline-block;
    margin-top: .16px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url(//cdn.xuansiwei.com/weiwe2580/images/templates/close.png) no-repeat center center
}

.sider-wrap {
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 10
}

.sider-wrap .sider-menu {
    width: 100px;
    height: 400px;
    background-color: #0075C1;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 160, 233, 0.25);
    box-shadow: 0 8px 16px 0 rgba(0, 160, 233, 0.25);
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden
}

.sider-wrap .sider-menu li {
    text-align: center;
    height: 100px;
    padding-top: 20px;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer
}

.sider-wrap .sider-menu li i {
    font-size: 40px
}

.sider-wrap .sider-menu li+li {
    border-top: 1px solid #1188D8
}

.sider-wrap .sider-menu li:hover {
    background-color: #1188D8
}

.sider-wrap .tel,
.sider-wrap .online,
.sider-wrap .official {
    position: absolute;
    right: 100px;
    margin-right: 10px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #0075C1;
    -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);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    display: none
}

.sider-wrap .tel {
    top: 10px
}

.sider-wrap .tel p {
    white-space: nowrap
}

.sider-wrap .tel span {
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle
}

.sider-wrap .online {
    top: -60px;
    text-align: center;
    color: #fff
}

.sider-wrap .online div {
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #1188D8
}

.sider-wrap .online div:hover {
    background-color: #0075C1;
    cursor: pointer
}

.sider-wrap .online p {
    margin-bottom: 10px
}

.sider-wrap .online img {
    width: 50px
}

.sider-wrap .online li+li {
    margin-top: 20px
}

.sider-wrap .order-modal {
    display: none;
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 160, 233, 0.24);
    box-shadow: 0 10px 20px 0 rgba(0, 160, 233, 0.24);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    padding: 20px;
    right: 110px;
    top: -20px
}

.sider-wrap .order-modal .modal-title {
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px
}

.sider-wrap .order-modal .input-wrap {
    margin-top: 10px;
    color: #ddd
}

.sider-wrap .order-modal .input-wrap>label {
    display: inline-block;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 18px;
    width: 260px;
    position: relative
}

.sider-wrap .order-modal .input-wrap>label>i {
    font-size: 18px;
    margin-right: 16px
}

.sider-wrap .order-modal .input-wrap>label>input {
    padding-left: 16px;
    border: none;
    border-left: 1px solid #ddd;
    outline: none
}

.sider-wrap .order-modal .input-wrap>label>input::-webkit-input-placeholder {
    color: #bbb;
    font-size: 16px
}

.sider-wrap .order-modal .input-wrap>label>input::-moz-input-placeholder {
    color: #bbb;
    font-size: 16px
}

.sider-wrap .order-modal .input-wrap>label>input::-ms-input-placeholder {
    color: #bbb;
    font-size: 16px
}

.sider-wrap .order-modal .input-wrap>label select {
    padding-left: 16px;
    border: none;
    border-left: 1px solid #ddd;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    width: 85%
}

.sider-wrap .order-modal .select-wrap {
    position: relative
}

.sider-wrap .order-modal .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
}

.sider-wrap .order-modal .error {
    display: none;
    margin-top: 5px;
    color: #c41212
}

.sider-wrap .order-modal .btn-style {
    width: 100%;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold
}

.official {
    top: 50px;
    text-align: center
}

.official img {
    width: 150px
}

.official div {
    margin-top: 10px
}

.official li+li {
    margin-top: 20px
}

.banner>img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.twoInput .form-control,
.twoInput .selectWrap {
    width: 220px;
    margin-right: 30px
}

.fourInput .form-control,
.fourInput .selectWrap {
    float: left;
    width: 202px;
    margin-right: 20px
}

.banner-bottom-form button.form-control {
    width: 220px;
    cursor: pointer
}

.teacherTeam-body {
    overflow: hidden
}

.teacherTeam-body .teacherTeam-wrap>div {
    position: relative;
    float: left;
    width: 240px;
    line-height: 20px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.teacherTeam-body .teacherTeam-wrap>div+div {
    margin-left: 60px
}

.teacherTeam-body img {
    width: 100%;
    height: auto;
    display: block
}

.teacherTeam-body .teacherTeam-text {
    height: 100px;
    display: block;
    padding: 10px 19px;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    border: 1px solid #d5d5d5
}

.teacherTeam-body .teacherTeam-text>a {
    text-decoration: none;
    float: right
}

.teacherTeam-body h3 {
    color: #666;
    margin-bottom: 10px;
    font-size: 16px
}

.teacherTeam-body p {
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #999;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left
}

.teacherTeam-body .teacher-info {
    display: none;
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px
}

.teacherTeam-body .hover-modal {
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 240px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.teacherTeam-body .hover-modal .playBtn {
    width: 52px;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer
}

.teacherTeam-body .hover {
    height: auto
}

.teacherTeam-body .hover .hover-modal {
    height: 240px;
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000) \0
}

.teacherTeam-body .hover .hover-modal .playBtn {
    filter: alpha(opacity=100)
}

.teacherTeam-body .hover .teacher-info {
    display: block
}

.height620 {
    height: 620px;
    overflow: hidden
}

.height620 img {
    max-height: 620px
}

.modal-video {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8)
}

.modal-video .modal-video-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -290px
}

.modal-video h3 {
    margin: 0 auto;
    padding-left: 15px;
    width: 1000px;
    font-size: 16px;
    text-align: left;
    color: #333;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modal-video .close {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 530px;
    width: 60px;
    height: 60px;
    cursor: pointer
}

.modal-video video {
    display: block;
    margin: 0 auto;
    width: 1000px;
    height: 580px;
    background-color: #000
}

.caseList>li {
    overflow: hidden;
    margin-bottom: 50px
}

.caseList>li>img {
    float: left;
    width: 280px;
    height: 280px
}

.caseList .case-content {
    position: relative;
    float: left;
    width: 826px;
    min-height: 280px;
    padding: 25px 16px 45px 16px;
    border: 1px solid #d5d5d5;
    border-top: 3px solid #666;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.caseList .case-content h3 {
    position: relative;
    margin-bottom: 8px;
    padding-left: 45px;
    font-size: 20px;
    line-height: 30px
}

.caseList .case-content h3>span {
    padding-right: 8px
}

.caseList .case-content h3 .star {
    position: absolute;
    left: 0;
    top: 6px;
    margin-right: 10px;
    width: 26px;
    height: 22px
}

.caseList .case-content h3 .star .iconfont {
    position: absolute;
    top: -3px;
    left: 3px;
    font-size: 20px;
    color: #fff
}

.caseList .case-content h3 .star span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    font-size: 0;
    border-bottom: 5px solid #fff;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent
}

.caseList .case-content p {
    padding-left: 45px;
    line-height: 22px;
    font-size: 16px;
    color: #666
}

.caseList .case-content .last-p {
    font-size: 14px;
    color: #999;
    margin-top: 11px
}

.caseList>li:last-child {
    margin-bottom: 0
}

.caseList .ml34 {
    margin-left: 34px
}

.index-hotCourse {
    padding-bottom: 132px
}

.index-hotCourse .language-bg {
    padding-top: 24px
}

.index-hotCourse .language-wrap>div {
    float: left;
    width: 270px;
    height: 428px;
    margin-bottom: 50px
}

.index-hotCourse .language-wrap>div>a {
    text-decoration: none
}

.index-hotCourse .language-wrap>div+div {
    margin-left: 20px
}

.index-hotCourse .language-wrap .language-head {
    padding: 18px 0 18px 0;
    text-align: center;
    color: #fff
}

.index-hotCourse .language-wrap .language-head h3 {
    font-size: 16px;
    font-weight: 500
}

.index-hotCourse .language-wrap .language-head p {
    margin-top: 9px;
    font-size: 14px;
    line-height: 20px
}

.index-hotCourse .language-wrap .language-body {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
    color: #333
}

.index-hotCourse .language-wrap .language-body img {
    width: 100%;
    height: auto
}

.index-hotCourse .language-wrap .language-body h3 {
    padding-top: 6px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    font-weight: 500;
    text-align: left
}

.index-hotCourse .language-wrap .language-body p {
    margin-bottom: 12px;
    font-size: 18px;
    color: #333;
    line-height: 20px
}

.index-hotCourse .language-wrap .language-body button {
    padding: 10px 30px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    border: none
}

.index-hotCourse .language-wrap .language-footer {
    padding-top: 9px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    border-top: none
}

.index-hotCourse .language-wrap .language-footer p {
    margin-top: 9px;
    line-height: 22px;
    font-size: 16px;
    color: #333
}

.filter-name {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 26px
}

.modelPage-title {
    font-size: 30px;
    padding-top: 44px;
    padding-bottom: 40px
}

.filter-head {
    margin-bottom: 50px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1)
}

.filter-head>div {
    padding-bottom: 10px
}

.filter-head>div>p {
    float: left;
    margin-right: 11px;
    margin-top: 19px;
    width: auto
}

.filter-head-body {
    float: left;
    width: 1020px
}

.filter-head-body>li {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 20px;
    line-height: normal;
    margin-top: 10px
}

.filter-head-body>li:hover>a {
    color: #0075C1
}

.filter-head-body>li.active {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #0075C1
}

.filter-head-body>li.active>a {
    color: #fff
}

.course-list li {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d5d5
}

.course-list img {
    float: left;
    height: 180px;
    width: 29%
}

.course-list .content {
    height: 180px;
    position: relative;
    float: left;
    width: 71%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px
}

.course-list .content h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 7px;
    color: #333
}

.course-list .content>p {
    font-size: 14px;
    line-height: 20px;
    width: 760px;
    color: #666
}

.course-list .content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.course-list .content h4 span {
    padding-left: 10px;
    font-weight: 400;
    color: #151515
}

.course-list .content-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 30px;
    width: 100%
}

.course-list .content-footer>strong {
    display: block;
    font-size: 14px
}

.course-list .content-footer>strong>span {
    font-size: 22px !important
}

.course-list .content-footer button {
    position: absolute;
    right: 30px;
    bottom: 0;
    padding: 7px 30px;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fff
}

.course-list .content-footer p {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 22px;
    font-size: 16px;
    color: #333
}

.vip-detail-left {
    width: 800px;
    float: left
}

.detail-content-teachers>li>div {
    float: left
}

.detail-content-teachers>li .teacher-avatar {
    width: 180px
}

.detail-content-teachers>li .teacher-avatar img {
    width: 100%
}

.detail-content-teachers>li .teacher-avatar a {
    display: block;
    text-decoration: none
}

.detail-content-teachers>li .teacher-intro {
    width: 500px
}

.detail-content-teachers>li .teacher-intro strong {
    font-size: 16px
}

.detail-content-teachers>li .teacher-intro p {
    color: #666;
    margin-top: 6px
}

.vip-detail-right {
    float: left;
    padding-top: 50px;
    margin-left: 39px
}

.vip-detail-right>.hot-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 9px;
    font-weight: 600
}

.vip-detail-right>ul {
    overflow: hidden
}

.vip-detail-right>ul li {
    border-bottom: 1px dashed #d5d5d5;
    margin-top: 16px;
    padding-bottom: 8px;
    font-size: 14px
}

.vip-detail-right>ul li>a {
    color: #666;
    text-decoration: none
}

.vip-detail-right>ul li>a>span+span {
    margin-left: 151px
}

.vip-detail-right>ul li:hover a {
    color: #ffb700;
    cursor: pointer
}

.single-course-detail {
    padding-top: 40px
}

.single-course-detail>h3 {
    font-size: 24px;
    line-height: 26px
}

.single-course-detail .detail-body {
    overflow: hidden;
    padding-bottom: 30px
}

.single-course-detail .detail-body .body-left {
    float: left;
    width: 282px
}

.single-course-detail .detail-body .body-left img {
    width: 100%
}

.single-course-detail .detail-body .body-right {
    padding-left: 43px;
    float: left;
    width: 62%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.single-course-detail .detail-body .body-right h3 {
    font-size: 20px
}

.single-course-detail .detail-body .body-right>div {
    padding: 10px 0 27px 0
}

.single-course-detail .detail-body .body-right>div h3 {
    margin-bottom: 30px;
    font-weight: 500
}

.single-course-detail .detail-body .body-right>div h3 small {
    padding-right: 8px;
    font-size: 24px
}

.single-course-detail .detail-body .body-right>div p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #808080
}

.single-course-detail .detail-body .body-right>div p:last-child {
    margin-bottom: 0
}

.single-course-detail .detail-body .body-right>div p>span {
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    width: 7px;
    color: #a0a0a0
}

.single-course-detail .detail-body .body-right>P {
    color: #808080;
    line-height: 40px;
    font-size: 14px
}

.single-course-detail .detail-body .body-right>P>span {
    float: left
}

.single-course-detail .detail-body .body-right>P>button {
    padding: 7px 23px;
    line-height: 20px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    margin-left: 67px;
    cursor: pointer
}

.detail-special {
    overflow: auto
}

.detail-special>p {
    float: left
}

.detail-special>.detail-special-content {
    width: 320px
}

.detail-infoTitle {
    width: 120px;
    height: 40px;
    float: left;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer
}

.detail-infoTitle.active {
    background-color: #0075C1;
    color: #fff
}

.introduction {
    display: none
}

.introduction h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500
}

.introduction img {
    width: 380px;
    margin-bottom: 27px
}

.introduction p {
    font-size: 14px;
    color: #666;
    line-height: 24px
}

.page_div {
    margin-top: 40px;
    margin-bottom: 70px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #a0a0a0;
    margin-right: 10px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.page_div a {
    min-width: 30px;
    height: 28px;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    background-color: transparent;
    color: #a0a0a0;
    font-size: 14px;
    display: inline-block
}

#page a:hover {
    background: #2C9CE0;
    border-color: #2C9CE0;
    color: #fff
}

#page a:hover .icon-zuofanye,
#page a:hover .icon-fanye {
    color: #fff
}

#prePage,
#nextPage {
    width: 80px;
    background-color: transparent;
    color: #a0a0a0;
    border: 1px solid #d5d5d5 !important
}

.icon-zuofanye,
.icon-fanye {
    font-size: 10px !important;
    color: #d8d8d8
}

.icon-zuofanye {
    margin-right: 3px
}

.icon-fanye {
    margin-left: 3px
}

.page_div .current {
    background: #0075C1;
    border-color: #0075C1;
    color: #fff
}

.totalPages {
    margin: 0 10px
}

.video-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 20
}

.video-wrap>i {
    position: absolute;
    right: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 40px;
    top: 10px;
    cursor: pointer
}

.video-wrap>video {
    width: 720px;
    height: 540px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 580px;
    position: relative
}

.wrapper>.arrow-wrap {
    position: absolute;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%
}

.wrapper>.arrow-wrap i {
    position: absolute;
    color: #fff;
    opacity: .5;
    font-size: 50px;
    z-index: 10;
    cursor: pointer
}

.wrapper>.arrow-wrap i:hover {
    opacity: 1
}

.icon-zuoqiehuanjiantou {
    left: 10%
}

.icon-youqiehuanjiantou {
    right: 10%
}

.focus-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform-origin: 50% 50% 0px;
    -ms-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    opacity: 0;
    z-index: 1;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    text-align: center;
    cursor: pointer
}

.focus-wrap .btn-style {
    width: 220px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22%;
    margin: auto
}

.focus-wrap i {
    vertical-align: middle;
    font-size: 40px;
    margin-right: 10px
}

.focus-wrap .is-focus {
    opacity: 1;
    z-index: 3
}

.caption2 {
    position: absolute;
    left: 0;
    bottom: 14%;
    width: 100%;
    text-align: center;
    z-index: 6
}

.caption2 li {
    display: inline-block;
    width: 20px;
    height: 6px;
    opacity: .49;
    margin-left: 10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.caption2 .is-li {
    width: 80px;
    opacity: 1
}

.index-title {
    width: 500px;
    height: 32px;
    margin: auto;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0 0 4px #0075C1 inset;
    box-shadow: 0 0 0 4px #0075C1 inset;
    white-space: nowrap
}

.index-title>img {
    width: 200px
}

.index-tit {
    width: 500px;
    height: 32px;
    margin: auto;
    text-align: center;
    position: relative
}

.index-tit>hr {
    width: 50px;
    height: 5px;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0075C1;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none
}

.index-tit .tit-yellow {
    color: #FFC53D !important
}

.index-tit .white-hr {
    background-color: #fff !important
}

.index-tit .opcity-bg {
    background-color: transparent !important
}

.tit-left {
    position: relative;
    margin-left: 0
}

.tit-left .title-c {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0 !important;
    left: 0
}

.tit-left hr {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0
}

.title-c,
.title-e {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    padding: 0 8px;
    background-color: #fff
}

.title-c {
    top: -10px;
    font-size: 18px;
    color: #333;
    font-weight: bold
}

.title-e {
    top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #999
}

.btn-style {
    cursor: pointer;
    width: 220px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    background: none;
    background-color: #0075C1;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    outline: none
}

.btn-style: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)
}

.btn-style-nb {
    background: none;
    border: 1px solid #0075C1;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    outline: none
}

.btn-style-nb:hover {
    background-color: #0075C1;
    color: #0075C1;
    -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)
}

.modal-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 47px;
    text-align: center;
    position: fixed;
    top: 50%;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 360px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modal-wrap>.modal-title {
    font-size: 24px;
    color: #333
}

.modal-wrap>.modal-content {
    margin: 20px 0;
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.pagination>li {
    display: inline-block
}

.pagination>li>a {
    text-decoration: none
}

.pagination>li.active>span {
    min-width: 30px;
    height: 28px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    background: #0075C1;
    border-color: #0075C1;
    color: #fff
}

.filter-head-body>li.active>a {
    color: #fff
}

#count {
    width: 80px;
    height: 15px;
    margin-top: 45px
}

.main-wrap {
    padding: 60px 0;
    max-width: 1920px;
    margin: auto;
    text-align: center
}

.main-wrap .slogan {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 20px;
    line-height: 30px
}

.top-name {
    width: 20%;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    color: #D0021B;
    font-weight: bold;
    margin: 0 auto;
    background-image: url("//cdn.xuansiwei.com/weiwe2580/images/templates/topbg.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    text-align: center
}

.tab-box {
    padding-bottom: 60px
}

.table-wrap .table-head {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.table-wrap .table-content {
    width: 83%;
    overflow: hidden;
    margin: 0 auto
}

.table-wrap .table-content>div {
    max-height: 560px;
    overflow-y: auto;
    overflow-x: hidden
}

.table-wrap .table-content table {
    width: 100%;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0
}

.table-wrap table {
    width: 83%;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border-collapse: collapse;
    overflow: hidden
}

.table-wrap table th {
    width: auto;
    height: 54px;
    background-color: #F5A623;
    border: 1px solid #F5A623;
    border-right-color: #fff
}

.table-wrap table th:last-of-type {
    width: 21.5%
}

.table-wrap table td {
    border: 1px solid #e8e8e8;
    height: 54px
}

.activity-wrap {
    overflow: hidden
}

.activity-wrap nav {
    padding: 20px 0;
    font-size: 14px;
    color: #666
}

.activity-wrap nav a {
    color: #666
}

.activity-wrap nav a:last-of-type {
    color: #151515
}

.activity-wrap .activity-left,
.activity-wrap .activity-right {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px
}

.activity-wrap .activity-left li,
.activity-wrap .activity-right li {
    float: none !important;
    margin-left: 0 !important
}

.activity-wrap .activity-left .title,
.activity-wrap .activity-right .title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.activity-wrap .activity-left {
    width: 62%;
    float: left;
    margin-right: 1%
}

.activity-wrap .activity-right {
    width: 28%;
    float: right
}

.activity-wrap .activity-right li {
    padding-left: 16px;
    padding-right: 0
}

.activity-wrap .activity-right li:before {
    left: 0
}

.activity-wrap .activity-right li:nth-of-type(even) {
    background-color: #fff
}

.activity-wrap .activity-right li p {
    width: 100%
}

.activity-wrap ul>li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding-left: 42px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.activity-wrap ul>li:nth-of-type(even) {
    background-color: #f8f8f8
}

.activity-wrap ul>li:before {
    left: 26px
}

.activity-list {
    overflow: hidden
}

.activity-list li {
    float: left;
    width: 46%;
    margin-right: 3%;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px
}

.activity-list li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #0075C1;
    left: -16px;
    top: 0;
    bottom: 0;
    margin: auto
}

.activity-list li:hover p {
    color: #0075C1;
    text-decoration: underline
}

.activity-list li p {
    display: inline-block;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom;
    color: #333
}

.activity-list li span {
    float: right;
    color: #999
}

.activity-list li:nth-of-type(even) {
    margin-left: 3%;
    margin-right: 0;
    float: right
}

.activity-list li:nth-of-type(even) span {
    float: right
}

#activity-detail .activity-left img {
    max-width: 100% !important
}

#activity-detail .activity-left>div:first-of-type {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px
}

#activity-detail .activity-left>div:first-of-type span {
    font-size: 14px;
    color: #666;
    margin-top: 14px
}

#activity-detail .activity-left .title {
    border: none;
    padding-bottom: 14px
}

.hiddenMore {
    position: relative
}

.hiddenMore:after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0
}

@media (min-width: 1152px) and (max-width: 1440px) {
    .slider-wrap .slider-text p {
        -webkit-line-clamp: 3
    }
}

@media screen and (max-width: 1366px) {

    .container,
    .header-wrap {
        width: 1050px !important
    }

    .header-wrap>.nav>ul>li {
        width: auto !important
    }

    .swiper-container {
        width: 900px !important
    }

    .header-wrap>img {
        width: auto
    }

    .header-wrap>.nav {
        margin-right: 0
    }

    .filter-head-body {
        width: 860px
    }

    .personList>li {
        margin-left: 0 !important
    }

    .personList>li:not(:nth-of-type(3n+1)) {
        margin-left: 40px !important
    }

    .indexForm .input-wrap input {
        width: 60% !important
    }

    .achieve-wrap .btn-style-nb {
        bottom: 10px
    }

    .slogan-wrap {
        left: 20%
    }

    #schoolList>#envi>#loop>.btn {
        top: 20%
    }

    #schoolList>#envi>#loop>.btn#prev {
        left: -2%
    }

    #schoolList>#envi>#loop>.btn#next {
        right: -2%
    }

    #personDetail>div>.baseInfo>ul .info>span {
        max-width: 490px
    }

    .teacher-show>section {
        padding: 0 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .slider-wrap {
        width: 100%
    }

    .teacher-show>section>.icon-zuoqiehuanjiantou {
        left: -15px
    }

    .teacher-show>section>.icon-youqiehuanjiantou {
        right: -15px
    }

    .classTagWrap {
        width: 70% !important
    }
}

@media (min-width: 1024px) and (max-width: 1152px) {
    .slider-wrap .slider-text p {
        -webkit-line-clamp: 2
    }

    .course-text p {
        line-height: 30px
    }

    .personList>li>div>div:first-child>span+div {
        line-height: 23px
    }
}

@media screen and (max-width: 1024px) {
    .header-wrap .header-tel p+p {
        margin-top: 0
    }

    .index-title {
        width: 300px
    }

    .index-title>img {
        width: 300px
    }

    .footer-wrap .footer-content>.contact p {
        line-height: 26px
    }

    .footer-wrap .footer-content>.code {
        width: 120px
    }

    .slider-wrap .slider-text p {
        -webkit-line-clamp: 2
    }

    .title-c {
        top: -15px
    }

    .title-e {
        top: 15px
    }

    .personList>li>div>div:first-child>span {
        margin-bottom: 0
    }

    .personList>li>div>div:first-child>span+div {
        line-height: 25px
    }

    #about .title>div {
        padding: 0 4px;
        bottom: -16px
    }

    #about .otherInfo {
        line-height: 30px
    }

    #about .otherInfo .title {
        height: 26px;
        line-height: 26px
    }

    .tel,
    .online,
    .official {
        right: 140px !important
    }

    .course-text p {
        line-height: 30px
    }
}

.m-b-60 .main-content {
    padding-top: 54px
}