@charset "utf-8";

.white-space {
    white-space: nowrap;
}

.word-wrap {
    word-wrap: break-word;
}

.word-break {
    word-break: break-all;
}

.word-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*..代表溢出文字*/
.bgcolor-white {
    background-color: #fff;
}

.pointer {
    cursor: pointer;
}

.pointer_d {
    cursor: default;
}

.vt {
    vertical-align: top;
}

.resize {
    resize: none;
}

.block {
    display: block;
}

.box-sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.f15 {
    font-size: 15px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.font-y {
    font-family: '微软雅黑', arial, '宋体', sans-serif;
}

.w1180 {
    width: 1180px;
}

.w770 {
    width: 770px;
}

.w380 {
    width: 380px;
}

.pb40 {
    padding-bottom: 40px;
}

.pl40 {
    padding-left: 40px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt130 {
    margin-top: 130px;
}

.pt60 {
    padding-top: 60px;
}

.ml25 {
    margin-left: 25px;
}

.lh18 {
    line-height: 18px;
}

.white {
    color: #fff;
}

.red {
    color: #d51a1b;
}

.gray {
    color: #666;
}

.color1 {
    color: #883d92;
}

.maxImg img {
    max-width: 100%;
    vertical-align: top;
}


body,
html {
    background-color: #fff;
    min-height: 100%;
}

.pc-container {
    width: 100%;
    min-width: 1180px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    color: #333;
    background: #fff;
    font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
    zoom: 1;
}

.pc-container a {
    text-decoration: none;
    outline: none;
}

.pc-banner {
    width: 100%;
    height: 580px;
    background: url(../images/banner.jpg) no-repeat;
    overflow: hidden;
    background-position: center center;
}

.pc-bannerBtn {
    width: 225px;
    height: 50px;
    line-height: 50px;
    background: #ffb93e;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.pc-popBox {
    width: 320px;
    float: right;
    margin-top: 55px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.pc-popBox .title {
    width: 100%;
    height: 68px;
    background: #883d92;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 68px;
    font-weight: bold;
}

.pc-popBox>.main {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}

.pc-loginInputText {
    width: 190px;
    height: 46px;
    line-height: 44px;
    border-radius: 6px;
    border: solid 1px #e4e4e4;
    box-sizing: border-box;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    outline: none;
}

.pc-loginInputText.w {
    width: 100%;
}

.pc-inputSelect {
    position: relative;
}

.pc-inputSelect .inputShow {
    border-radius: 6px 6px 0 0;
}

.pc-inputSelect:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #999999 transparent transparent transparent;
    position: absolute;
    right: 14px;
    top: 19px;
}

.pc-inputSelect .SelectBox {
    width: 100%;
    padding: 5px 5px 10px 5px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 99;
    border: solid 1px #e4e4e4;
    border-radius: 0 0 6px 6px;
    display: none;
}

.pc-inputSelect .SelectBox a {
    min-width: 55px;
    padding: 2px 5px;
    margin-top: 5px;
    display: inline-block;
    color: #464646;
    box-sizing: border-box;
    text-align: center;
}

.pc-inputSelect .SelectBox a:hover {
    background: #883d92;
    color: #fff;
    border-radius: 6px;
}

.pc-loginBtn {
    width: 100%;
    height: 44px;
    line-height: 42px;
    background-color: #ffb93e;
    box-sizing: border-box;
    border: solid 2px #ffb93e;
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
    outline: none;
    color: #fff;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}

.pc-loginBtn:hover {
    background-color: #fff;
    color: #ffb93e;
}

.pc-titleH2 {
    width: 100%;
    color: #883d92;
    padding-bottom: 20px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.pc-titleH2:before {
    content: "";
    width: 140px;
    height: 6px;
    background: #ffb93e;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    bottom: 0;
}

.pc-schoolGrade {
    width: 100%;
    min-height: 1170px;
    background: url(../images/school-bg.jpg) no-repeat;
    overflow: hidden;
    background-position: center top;
}

.pc-schoolGrade-list {
    width: 1180px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

.pc-schoolGrade-list>li {
    width: 100%;
    padding: 55px 0 55px 56px;
    box-sizing: border-box;
    background-color: #fef5e4;
    border: solid 3px #ffb93e;
    margin-top: 30px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.pc-schoolGrade-list>li .pic {
    width: 347px;
    height: 266px;
    border: solid 2px #fff;
    float: left;
}

.pc-schoolGrade-list>li .text {
    float: left;
    width: 650px;
    margin-left: 45px;
}

.pc-schoolGrade-input {
    width: 340px;
    height: 42px;
    float: left;
    box-sizing: border-box;
    line-height: 40px;
    border: solid 1px #883d92;
    border-radius: 40px;
    background: #fff;
    outline: none;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.pc-schoolGrade-btn {
    width: 215px;
    height: 42px;
    float: left;
    margin-left: 20px;
    background: #883d92;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    outline: none;
    border-radius: 42px;
    line-height: 42px;
}

.pc-examBox {
    width: 100%;
    min-height: 608px;
    box-sizing: border-box;
    padding-top: 40px;
    background: url(../images/exam-bg.jpg) no-repeat;
    overflow: hidden;
    background-position: center top;
}

.pc-examBox-left {
    width: 714px;
    float: left;
}

.pc-examBox-leftMain {
    width: 100%;
    border: solid 2px #01a79d;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}

.pc-examBox-leftMain .num {
    width: 14%;
    float: left;
    background: #01a79d;
    padding-bottom: 299px;
    margin-bottom: -299px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.pc-examBox-leftMain .text {
    width: 86%;
    float: left;
    background: #fff;
    font-size: 16px;
    line-height: 180%;
    padding: 20px 34px;
    box-sizing: border-box;
    border-radius: 0 6px 6px 0;
}

.pc-examBox-right {
    width: 420px;
    float: right;
}

.pc-examBox-rightMain {
    width: 100%;
    background: #fff;
    border: solid 2px #01a79d;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
}

.pc-examBox-btn {
    width: 215px;
    height: 42px;
    display: inline-block;
    background: #01a79d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    outline: none;
    border-radius: 42px;
    line-height: 42px;
    transform: scale(1.3);
}

.pc-button {
    width: 240px;
    height: 42px;
    display: inline-block;
    background: #883d92;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    outline: none;
    border-radius: 42px;
    line-height: 42px;
    transform: scale(1.3);

}

.pc-courseList {
    width: 100%;
    padding-top: 10px;
}

.pc-courseList>li {
    width: 376px;
    height: 462px;
    float: left;
    border: solid 1px #f4f4f4;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-left: 23px;
    margin-top: 60px;
}

.pc-courseList>li:nth-child(3n+1) {
    margin-left: 0;
}

.pc-courseList>li .pic,
.pc-courseList>li .pic img {
    width: 100%;
    height: 248px;
    vertical-align: middle;
}

.pc-courseList>li h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
    margin-left: 30px;
}

.pc-courseList>li p {
    width: 100%;
    height: 104px;
    line-height: 180%;
    padding: 15px 20px 0 30px;
    box-sizing: border-box;
    font-size: 16px;
}

.pc-courseList>li .btnBox {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #f8f8f8;
    position: absolute;
    left: 1px;
    bottom: 0;
}

.pc-courseList>li .btnBox .btn {
    width: 250px;
    height: 42px;
    display: inline-block;
    background: #ffba41;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    outline: none;
    border-radius: 42px;
    line-height: 42px;
}

.pc-rankingTab {
    width: 100%;
    padding-top: 30px;
    text-align: center;
}

.pc-rankingTab>li {
    padding: 0 20px;
    height: 40px;
    display: inline-block;
    margin: 0 25px;
    border-radius: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.pc-rankingTab>li:last-child:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #333;
    position: absolute;
    left: -25px;
    top: 10px;
}

.pc-rankingTab>li.on {
    background: #ffbe0e;
    font-weight: bold;
}

.pc-rankingTable-tr {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.pc-rankingTable-tr tr:nth-child(2n) {
    border-radius: 40px;
    background: #fff7f5;
}

.pc-rankingTable-tr td {
    padding: 20px 0;
}

.pc-youshi {
    width: 100%;
    background: #fffaf2;
    padding: 80px 0;
    box-sizing: border-box;
}

.pc-footer {
    background-color: #1b1b1b;
    padding: 40px 0;
    color: #fff;
    text-align: left;
}

.pc-footer .message {
    display: inline-block;
    font-size: 16px;
}

.pc-footer .message .info-l {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 700px;
    font-size: 16px;
    border-right: solid 1px #555555;
}

.pc-footer .message .info-l p {
    width: 600px;
    line-height: 180%;
}

.pc-footer .message .info-r {
    width: 360px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 90px;
}

.pc-footer .message .info-r p {
    font-size: 24px;
    vertical-align: top;
}

.pc-footer .message .info-r p img {
    vertical-align: middle;
    margin-right: 10px;
}

.pc-footer .code {
    margin-top: 34px;
}

.pc-footer img {
    vertical-align: top;
}

.pc-footer .footer-blogroll {
    clear: both;
    font-size: 14px;
    text-align: left;
    padding-left: 30px;
    color: #cbcbcb;
    position: relative;
    margin-top: 32px;
}

.pc-footer .footer-blogroll p {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 6px;
}

.pc-footer .footer-blogroll .footer-blogroll-link {
    display: inline-block;
    padding-left: 76px;
    font-size: 14px;
    margin-top: 4px;
}

.pc-footer .footer-blogroll a {
    padding: 0 6px;
    line-height: 28px;
    color: #ccc;
    margin-bottom: 4px;
}

.pc-footer .footer-blogroll .bottom {
    text-align: center;
    margin-top: 22px;
    color: #6a6a6a;
    font-size: 14px;
}

.slider-6 {
    background-size: 100%;
    padding: 80px 0;
}

.slider-6 .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.slider-6 .wrap .img {
    width: 32%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.slider-6 .wrap .img img {
    width: 25%;
    display: block;
    margin-bottom: 20px;
}

.slider-6 .wrap .img span {
    text-align: center;
    color: #434343;
    font-weight: bold;
    font-size: 20px;
}

.slider-6-2 {
    background-color: #fffaf2;
}

.slider-6-2 .wrap .img {
    width: 25%;
}

.slider-6-2 .wrap .img img {
    width: 70%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.defTitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    padding: 20px 0 30px;
}

.defTitle span:last-child {
    color: #fe6845;
}

.footer {
    padding: 40px 0;
    background-color: #000;
    color: #e0e0e0;
    text-align: center;
}

.footer h3 {
    margin-bottom: 20px;
    font-size: 25px!important;
}

.footer .content {
    display: flex;
}

.footer .content p {
    margin: 5px 0;
}

.footer .content .right {
    margin-left: 100px;
}