@charset "utf-8";

/* CSS reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

p {
    word-wrap: break-word;
}

/*公共*/
.clr {
    zoom: 1;
}

/*不用添加多余标签清除浮动*/
.clr:after {
    display: block;
    content: "\0020";
    height: 0;
    clear: both;
    visibility: hidden;
}

.none {
    display: none !important;
}

.w {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.fb {
    font-weight: bold;
}

.tl {
    text-align: left;
}

.vm {
    vertical-align: middle;
}

.w30 {
    width: 30px;
}

.h30 {
    height: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr5 {
    margin-right: 5px;
}

.ml30 {
    margin-left: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

body,
html {
    background-color: #f8f8f8;
    min-height: 100%;
}

.pc-container {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    zoom: 1;
}

.pc-container a {
    text-decoration: none;
    outline: none;
    color: #333;
}

/*pc头部公共*/
.pc-header {
    width: 100%;
    height: 88px;
    background: #ffffff;
    padding-bottom: 30px;
}

.pc-header .headerBox {
    width: 1200px;
    margin: 0 auto;
}

.pc-header .logo {
    float: left;
    margin-top: 30px;
}

.pc-header .logo img {
    height: 40px;
    vertical-align: top;
}

.pc-header .area {
    float: left;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 36px;
    line-height: 18px;
}

.pc-header .search {
    width: 402px;
    float: left;
    margin-left: 100px;
    margin-top: 30px;
}

.pc-header .searchBox {
    width: 100%;
    height: 34px;
    border: solid 1px #c81f1f;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
}

.pc-header .search input.btn {
    width: 80px;
    height: 100%;
    float: left;
    background: #c81f1f;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border: none;
}

.pc-header .search input.text {
    width: 320px;
    height: 100%;
    float: left;
    padding: 0 5px 0 36px;
    box-sizing: border-box;
    font-size: 16px;
    color: #464646;
    line-height: 42px;
    background: url(../img/search.png) no-repeat;
    background-size: 20px;
    background-position: 8px center;
    border: none;
    outline: none;
}

.pc-header .search ::placeholder {
    color: #c5c5c5;
}

.pc-header .searchHot {
    width: 100%;
    margin-top: 6px;
    font-size: 12px;
}

.pc-header .searchHot li {
    float: left;
    margin-right: 15px;
}

.pc-header .searchHot li:first-child {
    margin-right: 0;
}

.pc-header .searchHot li a:hover {
    color: #c81f1f;
}

.pc-header .phone {
    float: right;
    text-align: right;
    font-size: 20px;
    margin-top: 24px;
}

.pc-header .phone .phoneInfo {
    font-weight: bold;
    font-size: 26px;
}

.pc-header .phone img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.pc-nav {
    width: 100%;
    height: 44px;
    background: #ffffff;
}

.pc-nav.pc-navFix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.pc-nav.pc-navFix~.pc-index-banner {
    margin-top: 44px;
}

.pc-nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.pc-nav ul li {
    float: left;
    height: 44px;
    font-size: 17px;
    line-height: 44px;
    box-sizing: border-box;
}

.pc-nav ul li a {
    color: #333333;
    display: inline-block;
}

.pc-nav ul li.on {
    border-bottom: solid 2px #c71f1e;
    font-weight: bold;
    font-size: 18px;
}

.pc-nav ul li.on a {
    color: #c71f1e;
}

.pc-footer {
    width: 100%;
    background: #fff;
    margin-top: 60px;
    height: 736px;
}

.pc-footer .footerBox {
    width: 1200px;
    margin: 0 auto;
    padding: 55px 0 20px 0;
    box-sizing: border-box;
}


.pc-footer .footerBottom {
    width: 100%;
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}

.pc-footer .footerWebInfo {
    width: 100%;
    text-align: center;

    padding: 40px 0;
    box-sizing: border-box;
    color: #999;
}

.pc-footer .footerWebInfo a {
    color: #999;
}

.pc-content {
    width: 1200px;
    margin: 0 auto;
}

.pc-crumbs {
    width: 100%;
    padding: 18px 0;
    color: #666;
    font-size: 14px;
}

.pc-crumbs a {
    color: #666;
}

.pc-crumbs span:last-child {
    color: #c81f1f;
}

.pc-classify {
    width: 100%;
    padding: 20px 0 30px 0;
    box-sizing: border-box;
    border-top: solid 1px #d2d2d2;
}

.pc-classify .title {
    height: 14px;
    font-size: 14px;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #666;
    line-height: 14px;
}

.pc-classify .list {
    float: left;
    line-height: 14px;
}

.pc-classify .list li {
    float: left;
    color: #333;
    margin-right: 15px;
}

.pc-classify .list li.on a {
    color: #c81f1f;
    text-decoration: underline;
}

/*pc首页*/
.pc-index-banner {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
}

.pc-index-banner .swiper-wrapper .swiper-slide a img {
    height: 100%;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.pc-index-banner .swiper-wrapper .swiper-slide .left {
    z-index: 99;
    position: absolute;
    left: 102px;
    top: 47px;
    width: 174px;
    height: 360px;
}

.pc-index-banner .course-class {
    position: absolute;
    left: 326px;
    z-index: 99;
    width: 200px;
    height: 460px;
    background-color: #fcefef;
}

.pc-index-banner .course-class .course-list {
    padding: 20px 12px 0 19px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pc-index-banner .course-class .title {
    background: url(./img/tabs.png);
    height: 50px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
}

.pc-index-banner .course-class .biaoti {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 4px;
}

.pc-index-banner .course-class a {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.pc-index-banner .course-class a:hover {
    color: #c81f1f;
}

.pc-index-news {
    width: 1200px;
    margin: 60px auto 0 auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.pc-index-news .title {
    width: 100%;
    height: 44px;
    border-bottom: solid 1px #e1e1e1;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-index-news .title .title-top {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 24px;
    color: #333333;
}

.pc-index-news .title .title-top span {
    font-size: 16px;
    color: #666666;
    margin-top: 7px;
}

.pc-index-news .title .more {
    font-size: 16px;
    color: #666666;
}

.pc-index-news .title ul {
    float: right;
    font-size: 18px;
    line-height: 24px;
}

.pc-index-news .title ul li {
    float: left;
    margin-right: 65px;
}

.pc-index-news .title ul li a {
    color: #333;
    display: inline-block;
    padding-bottom: 4px;
}

.pc-index-news .title ul li.on a {
    color: #c81f1f;
    border-bottom: solid 2px #c81f1f;
}

.pc-index-news .left {
    width: 130px;
}

.pc-index-news .left .left-item {
    display: flex;
    width: 130px;
    height: 103px;
    background: #fcf4f4;
    font-size: 20px;
    color: #666666;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}

.pc-index-news .left .left-item:last-child {
    border-bottom: none;
}

.pc-index-news .left .left-item.on {
    font-weight: bold;
    font-size: 20px;
    color: #ff5838;
    background-color: rgba(255, 220, 220, 1);
}

.pc-index-news .main {
    width: 100%;
    display: flex;
    margin-top: 22px;
}

.pc-index-news .main .right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 30px;
}

.pc-index-news .main .right2 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 30px;
}

.pc-index-news .main .right .card-item {
    position: relative;
}

.pc-index-news .main .right .card-item:nth-child(1) {
    width: 306px;
    height: 140px;
    background: url(./img/gjjy6.png);
}

.pc-index-news .main .right .card-item:nth-child(2) {
    width: 306px;
    height: 140px;
    background: url(./img/gjjy1.png);
}

.pc-index-news .main .right .card-item:nth-child(3) {
    width: 306px;
    height: 140px;
    background: url(./img/gjjy2.png);
}

.pc-index-news .main .right .card-item:nth-child(4) {
    width: 306px;
    height: 140px;
    background: url(./img/gjjy3.png);
}

.pc-index-news .main .right .card-item:nth-child(5) {
    width: 306px;
    height: 140px;
    background: url(./img/gjjy4.png);
}

.pc-index-news .main .right .card-item:nth-child(6) {
    width: 306px;
    height: 140px;
    background: url(./img/gjjy5.png);
}

.pc-index-news .main .right .card-item2:nth-child(1) {
    width: 306px;
    height: 140px;
    background: url(./img/tf1.png);
}

.pc-index-news .main .right .card-item2:nth-child(2) {
    width: 306px;
    height: 140px;
    background: url(./img/tf2.png);
}

.pc-index-news .main .right .card-item2:nth-child(3) {
    width: 306px;
    height: 140px;
    background: url(./img/tf3.png);
}

.pc-index-news .main .right .card-item2:nth-child(4) {
    width: 306px;
    height: 140px;
    background: url(./img/tf4.png);
}

.pc-index-news .main .right .card-item .btn {
    border-color: #c81f1f;
    width: 100px;
    height: 28px;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border: solid 1px #ff7e37;
    font-size: 14px;
    color: #ff573c;
    position: absolute;
    bottom: 14px;
    left: 27px;
    cursor: pointer;
}

.pc-index-news .main .right .card-item .btn:hover {
    border-color: #c81f1f;
    width: 100px;
    height: 28px;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border: solid 1px #ff7e37;
    font-size: 14px;
    color: #ffffff;
    background: linear-gradient(0deg, #ff5345, #ff6914);
}

.pc-index-news .main .right .card-item2:nth-child(5) {
    width: 306px;
    height: 140px;
    background: url(./img/tf5.png);
}

.pc-index-news .main .right .card-item2:nth-child(6) {
    width: 306px;
    height: 140px;
    background: url(./img/tf6.png);
}

.pc-index-news .main .right .card-item3:nth-child(1) {
    width: 306px;
    height: 140px;
    background: url(./img/sat.png);
}

.pc-index-news .main .right .card-item3:nth-child(2) {
    width: 306px;
    height: 140px;
    background: url(./img/ssat.png);
}

.pc-index-news .main .right .card-item3:nth-child(3) {
    width: 306px;
    height: 140px;
    background: url(./img/act.png);
}

.pc-index-news .main .right .card-item3:nth-child(4) {
    width: 306px;
    height: 140px;
    background: url(./img/gre.png);
}

.pc-index-news .main .right .card-item3:nth-child(5) {
    width: 306px;
    height: 140px;
    background: url(./img/pte.png);
}

.pc-index-news .main .right .card-item3:nth-child(6) {
    width: 306px;
    height: 140px;
    background: url(./img/dlgdet.png);
}

.pc-index-news .main .img {
    float: left;
    margin-top: 30px;
}

.pc-index-news .main .img img {
    width: 350px;
    vertical-align: top;
}

.pc-index-news .main ul {
    width: 730px;
    float: right;
}

.pc-index-news .main ul li {
    width: 48%;
    float: left;
    padding-left: 10px;
    margin-top: 30px;
    box-sizing: border-box;
    position: relative;
}

.pc-index-news .main ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #c81f1f;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}

.pc-index-news .main ul li:nth-child(2n) {
    float: right;
}

.pc-index-news .main ul li p {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-index-news .main ul li p a:hover {
    color: #c81f1f;
}

.pc-index-news .main ul li .btn {
    width: 100%;
    margin-top: 8px;
}

.pc-index-news .main ul li .btn a {
    width: 64px;
    height: 23px;
    border-radius: 4px;
    border: 1px solid #c81f1f;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    color: #c81f1f;
    margin-right: 40px;
}

.pc-index-news .main ul li .btn a:hover {
    background: #c81f1f;
    color: #fff;
}

.pc-index-special {
    width: 1200px;
    margin: 60px auto 0 auto;
    background: #fff;
    padding: 30px 0 30px 30px;
    box-sizing: border-box;
}

.pc-index-special .title {
    width: 100%;
}

.pc-index-special .title h2 {
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 30px;
}

.pc-index-special .title .more {
    float: right;
    font-weight: bold;
    line-height: 24px;
    margin-right: 30px;
}

.pc-index-special .special {
    width: 100%;
}

.pc-index-special .special .specialBanner {
    width: 570px;
    height: 350px;
    float: left;
}

.pc-index-special .special .specialBanner img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.pc-index-special .special .specialList {
    width: 600px;
    float: left;
}

.pc-index-special .special .specialList li {
    width: 100%;
    height: 70px;
    padding: 0 30px 0 44px;
    box-sizing: border-box;
    position: relative;
}

.pc-index-special .special .specialList li.on {
    background: rgba(200, 31, 31, 0.05);
}

.pc-index-special .special .specialList li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #c81f1f;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 32px;
}

.pc-index-special .special .specialList li .tip {
    width: 74px;
    float: left;
    color: #999;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-index-special .special .specialList li.on .tip {
    color: #c81f1f;
}

.pc-index-special .special .specialList li p {
    width: 380px;
    float: left;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-index-news .left2 .left-item {
    display: flex;
    width: 130px;
    height: 78px;
    background: #f8fbff;
    font-size: 20px;
    color: #666666;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}

.pc-index-news .left2 .left-item.on {
    font-weight: bold;
    font-size: 20px;
    color: #7dabff;
    background-color: rgba(115, 165, 255, 0.3);
}

.pc-index-news .main .right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 30px;
}

.pc-index-news .main .right2 .card-item {
    position: relative;
}

.pc-index-news .main .right2 .card-item:nth-child(1) {
    width: 306px;
    height: 140px;
    background: url(./img/gjkc1.png);
}

.pc-index-news .main .right2 .card-item:nth-child(2) {
    width: 306px;
    height: 140px;
    background: url(./img/gjkc2.png);
}

.pc-index-news .main .right2 .card-item:nth-child(3) {
    width: 306px;
    height: 140px;
    background: url(./img/gjkc3.png);
}

.pc-index-news .main .right2 .card-item:nth-child(4) {
    width: 306px;
    height: 140px;
    background: url(./img/gjkc4.png);
}

.pc-index-news .main .right2 .card-item:nth-child(5) {
    width: 306px;
    height: 140px;
    background: url(./img/gjkc5.png);
}

.pc-index-news .main .right2 .card-item:nth-child(6) {
    width: 306px;
    height: 140px;
    background: url(./img/gjkc6.png);
}

.pc-index-news .main .right2 .card-item2:nth-child(1) {
    width: 306px;
    height: 140px;
    background: url(./img/dse1.png);
}

.pc-index-news .main .right2 .card-item2:nth-child(2) {
    width: 306px;
    height: 140px;
    background: url(./img/dse2.png);
}

.pc-index-news .main .right2 .card-item2:nth-child(3) {
    width: 306px;
    height: 140px;
    background: url(./img/dse3.png);
}

.pc-index-news .main .right2 .card-item2:nth-child(4) {
    width: 306px;
    height: 140px;
    background: url(./img/dse4.png);
}

.pc-index-news .main .right2 .card-item .btn {
    border-color: #c81f1f;
    width: 100px;
    height: 28px;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border: solid 1px #77a7ff;
    font-size: 14px;
    color: #7dabff;
    position: absolute;
    bottom: 14px;
    left: 27px;
    cursor: pointer;
}

.pc-index-news .main .right2 .card-item .btn:hover {
    width: 100px;
    height: 28px;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border: none;
    font-size: 14px;
    color: #ffffff;
    background: linear-gradient(0deg, #73a5ff, #c9e2ff);
}

.pc-index-news .main .right2 .card-item2:nth-child(5) {
    width: 306px;
    height: 140px;
    background: url(./img/dse5.png);
}

.pc-index-news .main .right2 .card-item2:nth-child(6) {
    width: 306px;
    height: 140px;
    background: url(./img/fyym.png);
}

.pc-index-news .main .right2 .card-item3:nth-child(1) {
    width: 306px;
    height: 140px;
    background: url(./img/ossd1.png);
}

.pc-index-news .main .right2 .card-item3:nth-child(2) {
    width: 306px;
    height: 140px;
    background: url(./img/ossd2.png);
}

.pc-index-news .main .right2 .card-item3:nth-child(3) {
    width: 306px;
    height: 140px;
    background: url(./img/ossd3.png);
}

.pc-index-news .main .right2 .card-item4:nth-child(1) {
    width: 306px;
    height: 140px;
    background: url(./img/ibkc.png);
}

.pc-index-news .main .right2 .card-item4:nth-child(2) {
    width: 306px;
    height: 140px;
    background: url(./img/apkc.png);
}

.pc-index-news .main .right2 .card-item4:nth-child(3) {
    width: 306px;
    height: 140px;
    background: url(./img/igcse.png);
}

.pc-index-special .special .specialList li .btn {
    width: 65px;
    height: 23px;
    border-radius: 11px;
    border: 1px solid #999999;
    float: right;
    text-align: center;
    margin-top: 24px;
    line-height: 23px;
    color: #999;
    font-size: 12px;
}

.pc-index-special .special .specialList li .btn:hover {
    background: #c81f1f;
    color: #fff;
    border-color: #c81f1f;
}

.pc-index-about {
    width: 1200px;
    margin: 60px auto 0 auto;
}

.pc-index-about>h2 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.pc-index-about .main {
    width: 100%;
    margin-top: 30px;
}

.pc-index-about .main .ban {
    width: 560px;
    height: 315px;
    float: left;
    overflow: hidden;
}

.pc-index-about .main .ban img {
    width: 100%;
}

.pc-index-about .main .text {
    width: 600px;
    float: right;
    position: relative;
}

.pc-index-about .main .text:before {
    content: "";
    width: 64px;
    height: 5px;
    background: #c81f1f;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.pc-index-about .main .text p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 145%;
}

.pc-index-about .list {
    width: 100%;
    margin-top: 30px;
}

.pc-index-about .list li {
    width: 282px;
    height: 137px;
    background: #fff;
    border-radius: 12px;
    float: left;
    margin-left: 24px;
    padding: 20px 24px 0 26px;
    box-sizing: border-box;
}

.pc-index-about .list li:first-child {
    margin-left: 0;
}

.pc-index-about .list li .leftTxt {
    width: 120px;
    float: left;
}

.pc-index-about .list li .leftTxt h3 {
    font-size: 20px;
}

.pc-index-about .list li .leftTxt p {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.pc-index-about .list li .leftTxt .btn {
    margin-top: 15px;
}

.pc-index-about .list li .leftTxt .btn a {
    width: 69px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #c81f1f;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: #c81f1f;
    font-size: 18px;
}

.pc-index-about .list li .leftTxt .btn a:hover {
    background: #c81f1f;
    color: #fff;
}

.pc-index-about .list li .img {
    float: right;
    width: 100px;
}

.pc-index-about .list li .img img {
    width: 100%;
    vertical-align: top;
}

/*国际学校*/
.pc-content-main {
    width: 100%;
}

.pc-content-main img {
    max-width: 100%;
}

.pc-school-left {
    width: 840px;
    float: left;
    background: #fff;
    padding-bottom: 30px;
}

.pc-school-left .list {
    width: 100%;
    padding-bottom: 30px;
}

.pc-school-left .list li {
    width: 240px;
    height: 302px;
    background: #ffffff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.17);
    border-radius: 18px;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    position: relative;
}

.pc-school-left .list li h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 18px 0;
}

.pc-school-left .list li .img {
    width: 210px;
    height: 115px;
    margin: 0 auto;
    padding-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
}

.pc-school-left .list li .img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.pc-school-left .list li .text {
    width: 100%;
    height: 52px;
    background: #ffffff;
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.17);
    padding-top: 10px;
    font-size: 13px;
}

.pc-school-left .list li .text .tip {
    width: 86px;
    height: 22px;
    line-height: 22px;
    color: #c81f1f;
    text-align: center;
    float: left;
    margin-left: 3px;
}

.pc-school-left .list li .text p {
    float: left;
    line-height: 22px;
}

.pc-school-left .list li .btn {
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

.pc-school-left .list li .btn a {
    width: 140px;
    height: 30px;
    background: #c81f1f;
    border-radius: 15px;
    display: inline-block;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
}

.pc-school-left .list li .top {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}

.pc-school-left .list li .top img {
    width: 100%;
    height: 100%;
}

/*专题讲座*/
.pc-special-left {
    width: 840px;
    float: left;
    padding-bottom: 30px;
}

.pc-special-left .list {
    width: 100%;
    padding-bottom: 30px;
}

.pc-special-left .list li {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 30px;
}

.pc-special-left .list li .img {
    width: 130px;
    float: left;
}

.pc-special-left .list li .img img {
    width: 100%;
    vertical-align: top;
}

.pc-special-left .list li .text {
    float: left;
    width: 475px;
    margin-left: 20px;
}

.pc-special-left .list li .text h3 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-special-left .list li .text h3 a:hover {
    color: #c81f1f;
}

.pc-special-left .list li .text h4 {
    width: 100%;
    font-size: 14px;
    margin-top: 15px;
}

.pc-special-left .list li .text p {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #666;
    margin-top: 15px;
}

.pc-special-left .list li .btn {
    float: right;
    margin-top: 40px;
}

.pc-special-left .list li .btn a {
    width: 100px;
    height: 30px;
    display: inline-block;
    color: #c81f1f;
    border: solid 1px #c81f1f;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    line-height: 30px;
}

.pc-special-left .list li .btn a.gray {
    border-color: #666;
    color: #666;
}

.pc-special-left .list li .btn a:hover {
    background: #c81f1f;
    color: #fff;
    border-color: #c81f1f;
}

.pc-special-left .videoBox {
    width: 100%;
    height: 474px;
}

.pc-special-left .videoBox img {
    width: 100%;
    height: 100%;
}

.pc-special-left .videoText {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pc-special-left .videoText h3 {
    font-size: 22px;
    font-weight: bold;
}

.pc-special-left .videoText .other {
    width: 100%;
    border-top: solid 1px #999;
    margin-top: 50px;
    padding-top: 30px;
}

.pc-special-left .videoText .other span {
    color: #666;
}

.pc-special-left .videoText .other a {
    color: #c81f1f;
}

/*资讯热点*/
.pc-news-left {
    width: 840px;
    float: left;
    padding-bottom: 30px;
}

.pc-news-left .list {
    width: 100%;
    padding-bottom: 30px;
}

.pc-news-left .list li {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 30px;
}

.pc-news-left .list li .title {
    width: 100%;
}

.pc-news-left .list li .title h3 {
    width: 600px;
    line-height: 22px;
    float: left;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-news-left .list li .title h3 a:hover {
    color: #c81f1f;
}

.pc-news-left .list li .title .times {
    float: right;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.pc-news-left .list li p {
    width: 100%;
    margin-top: 20px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
}

.pc-news-left .list li .btn {
    width: 100%;
    margin-top: 15px;
}

.pc-news-left .list li .btn a {
    width: 64px;
    height: 23px;
    border-radius: 4px;
    border: 1px solid #c81f1f;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    color: #c81f1f;
    margin-right: 20px;
}

.pc-news-left .list li .btn a:hover {
    background: #c81f1f;
    color: #fff;
}

.pc-news-left .newsBox {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}

.pc-news-left .newsBox>h3 {
    font-size: 22px;
    font-weight: bold;
}

.pc-news-left .newsBox>.info {
    color: #666;
    margin-top: 15px;
}

.pc-news-left .newsBox>.text {
    font-size: 15px;
    line-height: 160%;
    margin-top: 20px;
}

.pc-news-left .newsBox>.text p {
    margin: 20px 0;
}

.pc-news-left .newsBox>.text img {
    max-width: 100%;
    vertical-align: middle;
}

.pc-news-left .newsBox .other {
    width: 100%;
    border-top: solid 1px #999;
    margin-top: 50px;
    padding-top: 30px;
}

.pc-news-left .newsBox .other span {
    color: #666;
}

.pc-news-left .newsBox .other a {
    color: #c81f1f;
}

.pc-content-order {
    width: 100%;
    height: 140px;
    background: url(../img/contentTable-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.pc-content-order h3 {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    color: #c81f1f;
    overflow: hidden;
}

.pc-content-order .inline-block {
    display: inline-block;
    vertical-align: middle;
}

.pc-content-order .inline-block .inputText {
    width: 200px;
    background: #fff;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    outline: none;
}

.pc-content-order .inline-block .btn {
    width: 138px;
    height: 40px;
    background: linear-gradient(0deg, #ffffff, #fbdd97);
    border-radius: 20px;
    font-size: 16px;
    color: #c81f1f;
    text-align: center;
    border: none;
}

/*国际内容*/
.pc-int-left {
    width: 840px;
    float: left;
    padding-bottom: 30px;
    background: #fff;
}

.pc-int-left ul.intList {
    width: 100%;
    padding-top: 8px;
}

.pc-int-left ul.intList li {
    width: 385px;
    height: 191px;
    float: left;
    margin-top: 20px;
    margin-left: 26px;
    padding: 40px 0 0 35px;
    box-sizing: border-box;
}

.pc-int-left ul.intList li:nth-child(2n) {
    margin-left: 18px;
}

.pc-int-left ul.intList li h3 {
    font-size: 24px;
    line-height: 24px;
}

.pc-int-left ul.intList li p {
    margin-top: 10px;
}

.pc-int-left ul.intList li .btn {
    width: 100%;
    margin-top: 35px;
}

.pc-int-left ul.intList li .btn a {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border: solid 1px #999;
}

.pc-int-left ul.education li h3 {
    color: #c81f1f;
}

.pc-int-left ul.education li .btn a {
    color: #c81f1f;
    border-color: #c81f1f;
}

.pc-int-left ul.education li .btn a:hover {
    color: #fff;
    background: #c81f1f;
}

.pc-int-left ul.education li:nth-child(1) {
    background: url(../img/class1-img1.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.education li:nth-child(2) {
    background: url(../img/class1-img2.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.education li:nth-child(3) {
    background: url(../img/class1-img3.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.education li:nth-child(4) {
    background: url(../img/class1-img4.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li h3 {
    color: #4f89fe;
}

.pc-int-left ul.course li .btn a {
    color: #4f89fe;
    border-color: #4f89fe;
}

.pc-int-left ul.course li .btn a:hover {
    color: #fff;
    background: #4f89fe;
}

.pc-int-left ul.course li:nth-child(1) {
    background: url(../img/class2-img6.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(2) {
    background: url(../img/class2-img7.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(3) {
    background: url(../img/class2-img8.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(4) {
    background: url(../img/class2-img9.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(5) {
    background: url(../img/class2-img10.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(6) {
    background: url(../img/class2-img11.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(7) {
    background: url(../img/class2-img12.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(8) {
    background: url(../img/class2-img13.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(9) {
    background: url(../img/class2-img14.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(10) {
    background: url(../img/class2-img15.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(11) {
    background: url(../img/class2-img16.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.course li:nth-child(12) {
    background: url(../img/class2-img17.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.train li h3 {
    color: #7f7efd;
}

.pc-int-left ul.train li .btn a {
    color: #7f7efd;
    border-color: #7f7efd;
}

.pc-int-left ul.train li .btn a:hover {
    color: #fff;
    background: #7f7efd;
}

.pc-int-left ul.train li:nth-child(1) {
    background: url(../img/class3-img1.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.train li:nth-child(2) {
    background: url(../img/class3-img2.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.train li:nth-child(3) {
    background: url(../img/class3-img3.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.train li:nth-child(4) {
    background: url(../img/class3-img4.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.train li:nth-child(5) {
    background: url(../img/class3-img5.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.train li:nth-child(6) {
    background: url(../img/class3-img6.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.language li h3 {
    color: #ff8315;
}

.pc-int-left ul.language li .btn a {
    color: #ff8315;
    border-color: #ff8315;
}

.pc-int-left ul.language li .btn a:hover {
    color: #fff;
    background: #ff8315;
}

.pc-int-left ul.language li:nth-child(1) {
    background: url(../img/class4-img1.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.language li:nth-child(2) {
    background: url(../img/class4-img2.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.language li:nth-child(3) {
    background: url(../img/class4-img3.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.language li:nth-child(4) {
    background: url(../img/class4-img4.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.language li:nth-child(5) {
    background: url(../img/class4-img5.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.language li:nth-child(6) {
    background: url(../img/class4-img6.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.language li:nth-child(7) {
    background: url(../img/class4-img7.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.language li:nth-child(8) {
    background: url(../img/class4-img8.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.language li:nth-child(9) {
    background: url(../img/class4-img9.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.study li h3 {
    color: #69cfa2;
}

.pc-int-left ul.study li .btn a {
    color: #69cfa2;
    border-color: #69cfa2;
}

.pc-int-left ul.study li .btn a:hover {
    color: #fff;
    background: #69cfa2;
}

.pc-int-left ul.study li:nth-child(1) {
    background: url(../img/class5-img1.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.study li:nth-child(2) {
    background: url(../img/class5-img2.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.study li:nth-child(3) {
    background: url(../img/class5-img3.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.study li:nth-child(4) {
    background: url(../img/class5-img4.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.study li:nth-child(5) {
    background: url(../img/class5-img5.png) no-repeat;
    background-size: 100% 100%;
}

.pc-int-left ul.study li:nth-child(6) {
    background: url(../img/class5-img6.png) no-repeat;
    background-size: 100% 100%;
}

/*关于威学在线*/
.pc-about-left {
    width: 250px;
    float: left;
}

.pc-about-left.pc-about-leftFixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 999;
}

.pc-about-left .menu {
    width: 100%;
}

.pc-about-left .menu li {
    width: 100%;
    height: 60px;
    padding-left: 24px;
    box-sizing: border-box;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    position: relative;
}

.pc-about-left .menu li:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 64px;
}

.pc-about-left .menu li:nth-child(1):before {
    background: url(../img/about-menuIcon.png) no-repeat;
    background-position: left top;
}

.pc-about-left .menu li.on:nth-child(1):before {
    background: url(../img/about-menuIcon.png) no-repeat;
    background-position: left -22px;
}

.pc-about-left .menu li:nth-child(2):before {
    background: url(../img/about-menuIcon.png) no-repeat;
    background-position: -22px top;
}

.pc-about-left .menu li.on:nth-child(2):before {
    background: url(../img/about-menuIcon.png) no-repeat;
    background-position: -22px -22px;
}

.pc-about-left .menu li:nth-child(3):before {
    background: url(../img/about-menuIcon.png) no-repeat;
    background-position: -44px top;
}

.pc-about-left .menu li.on:nth-child(3):before {
    background: url(../img/about-menuIcon.png) no-repeat;
    background-position: -44px -22px;
}

.pc-about-left .menu li:nth-child(4):before {
    background: url(../img/about-menuIcon.png) no-repeat;
    background-position: -66px top;
}

.pc-about-left .menu li.on:nth-child(4):before {
    background: url(../img/about-menuIcon.png) no-repeat;
    background-position: -66px -22px;
}

.pc-about-left .menu li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333;
}

.pc-about-left .menu li.on {
    background: #c81f1f;
}

.pc-about-left .menu li.on a {
    color: #fff;
}

.pc-about-main {
    width: 950px;
    float: right;
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}

.pc-about-main>.title {
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 18px;
}

.pc-about-main .founder {
    width: 100%;
}

.pc-about-main .founder li {
    width: 436px;
    height: 182px;
    float: left;
    margin-top: 47px;
    box-sizing: border-box;
    border: solid 1px #c81f1f;
    border-radius: 12px;
}

.pc-about-main .founder li:nth-child(2n) {
    float: right;
}

.pc-about-main .founder li .img {
    width: 142px;
    float: left;
    margin-left: 15px;
    margin-top: -17px;
}

.pc-about-main .founder li .img img {
    width: 100%;
    vertical-align: top;
}

.pc-about-main .founder li .text {
    width: 250px;
    float: left;
    margin-left: 15px;
    padding-top: 20px;
}

.pc-about-main .founder li .text h3,
.pc-about-main .founder li .text h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.pc-about-main .founder li .text p {
    font-size: 12px;
    color: #666;
    padding-top: 3px;
}

.pc-about-main .introduce {
    width: 100%;
    padding-top: 10px;
}

.pc-about-main .introduce li {
    width: 208px;
    height: 130px;
    float: left;
    margin-top: 20px;
    margin-left: 19px;
    border-radius: 10px;
    padding: 20px 9px 9px 20px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #e60013, #ec000e);
    position: relative;
}

.pc-about-main .introduce li:nth-child(4n + 1) {
    margin-left: 0;
}

.pc-about-main .introduce li h3 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
}

.pc-about-main .introduce li p {
    width: 110px;
    font-size: 12px;
    color: #fff;
    margin-top: 12px;
}

.pc-about-main .introduce li .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #ca0010;
    position: absolute;
    right: 9px;
    bottom: 9px;
    text-align: center;
}

.pc-about-main .introduce li .icon img {
    max-width: 100%;
    vertical-align: top;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.pc-about-main .introduce li:nth-child(2) {
    background: linear-gradient(-90deg, #ee5b27 0%, #f45920 100%);
}

.pc-about-main .introduce li:nth-child(2) .icon {
    border-color: #dd3a00;
}

.pc-about-main .introduce li:nth-child(3) {
    background: linear-gradient(-90deg, #94c52e 0%, #94c72e 100%);
}

.pc-about-main .introduce li:nth-child(3) .icon {
    border-color: #75af00;
}

.pc-about-main .introduce li:nth-child(4) {
    background: linear-gradient(-90deg, #5bbd94 0%, #5bbd94 100%);
}

.pc-about-main .introduce li:nth-child(4) .icon {
    border-color: #2ab37a;
}

.pc-about-main .introduce li:nth-child(5) {
    background: linear-gradient(-90deg, #e74344 0%, #e84442 100%);
}

.pc-about-main .introduce li:nth-child(5) .icon {
    border-color: #d83d3d;
}

.pc-about-main .introduce li:nth-child(6) {
    background: linear-gradient(-90deg, #fffbf9 0%, #ec952c 0%, #ef942b 100%);
}

.pc-about-main .introduce li:nth-child(6) .icon {
    border-color: #d07100;
}

.pc-about-main .introduce li:nth-child(7) {
    background: linear-gradient(-90deg, #167bbf 0%, #167bbf 99%);
}

.pc-about-main .introduce li:nth-child(7) .icon {
    border-color: #006cb4;
}

.pc-about-main .introduce li:nth-child(8) {
    background: linear-gradient(-90deg, #ea7168 0%, #eb7166 100%);
}

.pc-about-main .introduce li:nth-child(8) .icon {
    border-color: #e85e54;
}

.pc-about-main .introduce li:nth-child(9) {
    background: linear-gradient(-90deg, #c183b6 0%, #c183b6 100%);
}

.pc-about-main .introduce li:nth-child(9) .icon {
    border-color: #ad66a3;
}

.pc-about-main .introduce li:nth-child(10) {
    background: linear-gradient(-90deg, #32abe4 0%, #31ace5 100%);
}

.pc-about-main .introduce li:nth-child(10) .icon {
    border-color: #0896d8;
}

.pc-about-main .advantage {
    width: 100%;
    padding-bottom: 20px;
}

.pc-about-main .advantage li {
    width: 100%;
    margin-top: 30px;
    padding-left: 38px;
    box-sizing: border-box;
    position: relative;
}

.pc-about-main .advantage li .num {
    width: 28px;
    height: 28px;
    background: linear-gradient(208deg, #e60012, #ff494a);
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

.pc-about-main .advantage li h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.pc-about-main .advantage li p {
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}

.pc-about-main .newsList {
    width: 100%;
    padding-bottom: 30px;
}

.pc-about-main .newsList li {
    width: 276px;
    height: 220px;
    margin-top: 30px;
    margin-left: 30px;
    float: left;
    background: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(200, 31, 31, 0.09);
    border-radius: 12px;
    box-sizing: border-box;
    padding: 10px;
}

.pc-about-main .newsList li:nth-child(3n + 1) {
    margin-left: 0;
}

.pc-about-main .newsList li .img {
    width: 100%;
    height: 144px;
    overflow: hidden;
    border-radius: 12px;
    background: #ede1d1;
    position: relative;
}

.pc-about-main .newsList li .img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.pc-about-main .newsList li .img i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}

.pc-about-main .newsList li .img a {
    width: 100%;
    height: 100%;
    display: block;
}

.pc-about-main .newsList li h3 {
    width: 100%;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-about-main .newsList li h3 a:hover {
    color: #c81f1f;
}

.pc-about-main .newsList li p {
    color: #666;
    font-size: 12px;
    margin-top: 8px;
}

.pc-about-main .honourList {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pc-about-main .honourList li {
    width: 275px;
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}

.pc-about-main .honourList li:nth-child(3n + 1) {
    margin-left: 0;
}

.pc-about-main .honourList li .img {
    width: 100%;
    height: 200px;
}

.pc-about-main .honourList li .img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.pc-about-main .honourList li h3 {
    width: 100%;
    height: 36px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    font-weight: 500;
}

.pc-about-courseMain {
    width: 950px;
    float: right;
    padding: 30px 0;
    box-sizing: border-box;
    background: none;
}

.pc-about-courseMain>.title {
    width: 890px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: solid 1px #e1e1e1;
    padding-bottom: 18px;
}

.pc-about-courseMain .courseList {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.pc-about-courseMain .courseList li {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
}

.pc-about-courseMain .courseList li:nth-child(9) {
    padding: 15px 0 0 0;
}

.pc-about-courseMain .courseList li .text {
    width: 395px;
    float: left;
    margin-left: 46px;
    position: relative;
}

.pc-about-courseMain .courseList li .text h3 {
    font-size: 24px;
    color: #c81f1f;
}

.pc-about-courseMain .courseList li .text p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 160%;
}

.pc-about-courseMain .courseList li .img {
    width: 336px;
    float: right;
    margin-right: 76px;
    text-align: center;
}

.pc-about-courseMain .courseList li .img img {
    max-width: 100%;
    vertical-align: middle;
}

.pc-about-courseMain .courseList li:nth-child(2n) {
    background: #fff;
}

.pc-about-courseMain .courseList li:nth-child(2n) .text {
    width: 396px;
    float: right;
    margin-right: 12px;
}

.pc-about-courseMain .courseList li:nth-child(2n) .img {
    width: 336px;
    float: left;
    margin-left: 52px;
    text-align: center;
}

.pc-about-courseMain .courseList:before {
    content: "";
    width: 1px;
    height: 2350px;
    display: block;
    background: #c81f1f;
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: 9;
}

.pc-about-courseMain .courseList:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #c81f1f;
    border-top: 0;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -5px;
}

.pc-about-courseMain .courseList li:before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background: url(../img/about-courseY.png) no-repeat;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-left: -8px;
}

/*公共侧边栏*/
.pc-floatingBar {
    width: 84px;
    background: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(225, 38, 46, 0.06);
    border-radius: 8px 0px 0px 8px;
    position: fixed;
    right: 0;
    bottom: 50%;
    margin-bottom: -160px;
    z-index: 999;
}

.pc-floatingBar .btn {
    width: 84px;
    height: 84px;
    position: relative;
    padding-top: 55px;
    box-sizing: border-box;
    color: #c81f1f;
}

.pc-floatingBar .btn:hover {
    background: #c81f1f;
    color: #fff;
}

.pc-floatingBar .btn:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 27px;
}

.pc-floatingBar .btn:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #d5d5d5;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 7px;
}

.pc-floatingBar .btn:last-child:after {
    display: none;
}

.pc-floatingBar .btn h3 {
    font-size: 12px;
    text-align: center;
}

.pc-floatingBar .zxkf {
    border-radius: 8px 0 0 0;
}

.pc-floatingBar .top {
    border-radius: 0 0 0 8px;
}

.pc-floatingBar .zxkf:before {
    background: url(./img/sidebar-icon.png) no-repeat;
    background-position: left top;
}

.pc-floatingBar .zxkf:hover:before {
    background-position: left -30px;
}

.pc-floatingBar .dhkf:before {
    background: url(./img/sidebar-icon.png) no-repeat;
    background-position: -30px top;
}

.pc-floatingBar .dhkf:hover:before {
    background-position: -30px -30px;
}

.pc-floatingBar .mflq:before {
    background: url(./img/sidebar-icon.png) no-repeat;
    background-position: -60px top;
}

.pc-floatingBar .mflq:hover:before {
    background-position: -60px -30px;
}

.pc-floatingBar .top:before {
    background: url(./img/sidebar-icon.png) no-repeat;
    background-position: -90px top;
}

.pc-floatingBar .top:hover:before {
    background-position: -90px -30px;
}

.pc-floatingBar .top {
    cursor: pointer;
}

.pc-floatingBar .btn .showBox {
    width: 230px;
    background: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(225, 38, 46, 0.06);
    border-radius: 8px;
    position: absolute;
    right: 94px;
    top: 0;
    z-index: 999;
    display: none;
}

.pc-floatingBar .btn .showBox:before {
    content: "";
    width: 10px;
    height: 84px;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 999;
}

.pc-floatingBar .btn .showBox .line {
    width: 100%;
    padding: 8px 18px 8px 18px;
    box-sizing: border-box;
}

.pc-floatingBar .btn .showBox .line li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #dedede;
}

.pc-floatingBar .btn .showBox .line li:first-child {
    border: none;
}

.pc-floatingBar .btn .showBox .line li h4 {
    color: #333;
    font-size: 14px;
}

.pc-floatingBar .btn .showBox .line li .text {
    color: #666;
    font-size: 12px;
    margin-top: 8px;
    position: relative;
}

.pc-floatingBar .btn .showBox .line li .text:hover {
    background: #fff7f7;
}

.pc-floatingBar .btn .showBox .line li .text:after {
    content: ">";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    color: #666;
}

.pc-floatingBar .btn .showBox .line li .text a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #666;
}

.pc-floatingBar .btn .showBox .line li .text:hover a {
    color: #c81f1f;
}

.pc-floatingBar .btn .showBox .phone {
    width: 100%;
    padding: 16px 0 16px 25px;
    box-sizing: border-box;
}

.pc-floatingBar .btn .showBox .phone h4 {
    font-size: 12px;
    color: #999;
}

.pc-floatingBar .btn .showBox .phone p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    font-family: initial;
}

.pc-floatingBar .btn .showBox .course {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.pc-floatingBar .btn .showBox .course h4 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 22px;
    text-align: center;
}

.pc-floatingBar .btn .showBox .course h5 {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: 16px;
    text-align: center;
    margin-top: 5px;
}

.pc-floatingBar .btn .showBox .course .inputBox span {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    margin-right: 6px;
}

.pc-floatingBar .btn .showBox .course .inputBox span i {
    color: #c81f1f;
}

.pc-floatingBar .btn .showBox .course .inputBox .inputText {
    width: 140px;
    height: 30px;
    border-radius: 8px;
    border: solid 1px #999;
    padding: 0 8px;
    box-sizing: border-box;
    vertical-align: middle;
}

.pc-floatingBar .btn .showBox .course .inputBox .btnSub {
    width: 100%;
    height: 30px;
    background: #c81f1f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    border: none;
    outline: none;
    display: block;
    margin-top: 15px;
}

.pc-floatingBar .btn:hover .showBox {
    display: block;
}

/*底部栏目*/
.pc-bottom {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 116px;
    left: 0;
    z-index: 999;

}

.pc-bottomBox {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pc-bottomBox .img {
    width: 411px;
    float: left;
}

.pc-bottomBox .img img {
    margin-top: -70px;
    vertical-align: top;
}

.pc-bottomBox .text {
    float: left;
    margin-left: 15px;
    padding-top: 16px;
}

.pc-bottomBox .text h3 {
    font-weight: bold;
    line-height: 36px;
    font-size: 36px;
    color: #c81f1f;
    text-stroke: 1px #ffffff;
    -webkit-text-stroke: 1px #ffffff;
}

.pc-bottomBox .text h4 {
    font-size: 23px;
    color: #ffffff;
}

.pc-bottomBox .inputBox {
    width: 760px;
    float: left;
    padding-left: 25px;
    padding-top: 25px;
}

.pc-bottomBox .inputBox .inputText {
    float: left;
    margin-left: 20px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    padding: 0 10px 0 40px;
    box-sizing: border-box;
    outline: none;
}

.pc-bottomBox .inputBox .inputText.form_name {
    background-image: url(../img/bottom-icon1.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.pc-bottomBox .inputBox .inputText.form_phone {
    background-image: url(../img/bottom-icon2.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.pc-bottomBox .inputBox .inputText.form_school {
    background-image: url(../img/bottom-icon3.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.pc-bottomBox .inputBox .inputSelect {
    position: relative;
}

.pc-bottomBox .inputBox .inputSelect .inputShow {
    border-radius: 6px;
}

.pc-bottomBox .inputBox .inputSelect:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    right: 15px;
    top: 18px;
}

.pc-bottomBox .SelectBox {
    width: 180px;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    bottom: 50px;
    left: 20px;
    z-index: 99;
    border-radius: 6px;
    display: none;
}

.pc-bottomBox .SelectBox a {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    color: #464646;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.pc-bottomBox .SelectBox a:hover {
    background: #c81f1f;
    color: #fff;
    border-radius: 6px;
}

.pc-bottomBox .inputBox .btn {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background: #c81f1f;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    border: none;
    margin-left: 14px;
}

.pc-bottomBox .inputBox .btn:hover {
    background: #e42424;
}

.pc-bottomBox .close {
    position: absolute;
    top: -24px;
    right: 5px;
    z-index: 999;
    color: #666;
    font-size: 20px;
}

/*公共侧边栏*/
.pc-conSidebar {
    width: 330px;
    float: right;
}

.pc-conSidebar .news {
    width: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.pc-conSidebar .news h3 {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e1e1e1;
}

.pc-conSidebar .news ul {
    width: 100%;
    padding-top: 10px;
}

.pc-conSidebar .news ul li {
    width: 100%;
    border-bottom: dotted 1px #d2d2d2;
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    position: relative;
}

.pc-conSidebar .news ul li:last-child {
    border-top: none;
}

.pc-conSidebar .news ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #c81f1f;
    position: absolute;
    top: 6px;
    left: 0;
}

.pc-conSidebar .news ul li a {
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-conSidebar .news ul li a:hover {
    color: #c81f1f;
}

.pc-conSidebar .news ul li span {
    float: right;
    width: 30%;
    text-align: right;
    color: #666;
}

.pc-conSidebar .school {
    width: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}

.pc-conSidebar .school h3 {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e1e1e1;
}

.pc-conSidebar .school .img {
    margin-top: 20px;
}

.pc-conSidebar .school ul {
    width: 100%;
    padding-top: 5px;
}

.pc-conSidebar .school ul li {
    width: 50%;
    float: left;
    margin-top: 12px;
    padding-right: 8px;
    box-sizing: border-box;
}

.pc-conSidebar .school ul li span {
    float: left;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: #c2c2c2;
    color: #333;
    border-radius: 2px;
}

.pc-conSidebar .school ul li p {
    width: 110px;
    float: left;
    line-height: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-conSidebar .school ul li p a:hover {
    color: #c81f1f;
}

.pc-conSidebar .school ul li:nth-child(1) span,
.pc-conSidebar .school ul li:nth-child(2) span,
.pc-conSidebar .school ul li:nth-child(3) span {
    background: #c81f1f;
    color: #fff;
}

/*分页*/
.pagingBox {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.paging {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}

.paging li {
    display: inline;
    vertical-align: middle;
    margin: 0 6px;
}

.paging li.page a {
    border: 1px solid #c81f1f;
    cursor: pointer;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #464646;
}

.paging li.page a:hover {
    border: 1px solid #c81f1f;
    background-color: #fff;
    color: #c81f1f;
}

.paging li.page a.currentPage {
    border: 1px solid #c81f1f;
    color: #fff;
    background: #c81f1f;
}

.paging li.page a.currentPage:hover {
    background: #c81f1f;
}

.paging_but a {
    background: #c81f1f;
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.paging_but a:hover {
    background: #c81f1f;
}

.paging_off a {
    background: #ededed;
    color: #696969;
    cursor: default;
}

.paging_off a:hover {
    background: #ededed;
}

.paging_num a {
    color: #c81f1f;
}

.paging_input_but {
    background: #c81f1f;
    padding: 0 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}

.paging_input_but:hover {
    background: #c81f1f;
}

/*手机端*/
.phone-container {
    width: 100%;
    min-height: 100%;
    max-width: 650px;
    min-width: 360px;
    padding-top: 44px;
    padding-bottom: 50px;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    zoom: 1;
}

.phone-container a {
    text-decoration: none;
    outline: none;
    color: #333;
}

/*头部 公共*/

.pc-index-news .main .right3 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 30px;
}

.pc-index-news .main .right3 .card-item {
    position: relative;
}

.pc-index-news .main .right3 .card-item:nth-child(1) {
    width: 273px;
    height: 140px;
    background: url(./img/xyz6.png);
}

.pc-index-news .main .right3 .card-item:nth-child(2) {
    width: 273px;
    height: 140px;
    background: url(./img/xyz1.png);
}

.pc-index-news .main .right3 .card-item:nth-child(3) {
    width: 273px;
    height: 140px;
    background: url(./img/xyz2.png);
}

.pc-index-news .main .right3 .card-item:nth-child(4) {
    width: 273px;
    height: 140px;
    background: url(./img/xyz3.png);
}

.pc-index-news .main .right3 .card-item:nth-child(5) {
    width: 273px;
    height: 140px;
    background: url(./img/xyz4.png);
}

.pc-index-news .main .right3 .card-item:nth-child(6) {
    width: 273px;
    height: 140px;
    background: url(./img/xyz5.png);
}

.pc-index-news .main .right3 .card-item .btn {
    border-color: #c81f1f;
    width: 100px;
    height: 28px;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border: solid 1px #9382ff;
    font-size: 14px;
    color: #9382ff;
    position: absolute;
    bottom: 14px;
    left: 27px;
    cursor: pointer;
}

.pc-index-news .main .right3 .card-item .btn:hover {
    width: 100px;
    height: 28px;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border: none;
    font-size: 14px;
    color: #ffffff;
    background: linear-gradient(0deg, #9180fd, #b6b5fb);
}

.pc-index-news .main .right3 .card-item1:nth-child(1) {
    width: 273px;
    height: 140px;
    background: url(./img/lxsq1.png);
}

.pc-index-news .main .right3 .card-item1:nth-child(2) {
    width: 273px;
    height: 140px;
    background: url(./img/lxsq2.png);
}

.pc-index-news .main .right3 .card-item1:nth-child(3) {
    width: 273px;
    height: 140px;
    background: url(./img/lxsq3.png);
}

.pc-index-news .main .right3 .card-item1:nth-child(4) {
    width: 273px;
    height: 140px;
    background: url(./img/lxsq4.png);
}

.pc-index-news .main .right3 .card-item1:nth-child(5) {
    width: 273px;
    height: 140px;
    background: url(./img/lxsq5.png);
}

.pc-index-news .main .right3 .card-item1:nth-child(6) {
    width: 273px;
    height: 140px;
    background: url(./img/lxsq6.png);
}

.pc-index-news .main .right3 .card-item1 .btn {
    border-color: #c81f1f;
    width: 100px;
    height: 28px;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border: solid 1px #ff9229;
    font-size: 14px;
    color: #ff9229;
    position: absolute;
    bottom: 14px;
    left: 27px;
    cursor: pointer;
}

.pc-index-news .main .right3 .card-item1 .btn:hover {
    width: 100px;
    height: 28px;
    border-radius: 15px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    border: none;
    font-size: 14px;
    color: #ffffff;
    background: linear-gradient(0deg, #ff8917, #ffe0ba);
}

.left4 {
    margin-right: 30px;
}

.right4 {
    display: flex;
    gap: 26px;
}

.right4-item {
    width: 153px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    height: 309px;
}

.right4-item .top {
    position: relative;
}

.right4-item .top img {
    display: block;
}

.right4-item .top .title1 {
    position: absolute;
    background: rgba(221, 0, 0, 0.5);
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    width: 152px;
    height: 40px;
    line-height: 40px;
    top: 45px;
}

.right4-item .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right4-item .bottom p {
    font-size: 14px;
    color: #666666;
    /* padding: 7px 13px 24px 13px; */
    padding: 7px 8px 16px;
    height: 96px;
    text-align: center;
}

.right4-item .bottom .btn {
    width: 113px;
    height: 34px;
    border: 1px solid #D10000;
    border-radius: 17px;
    line-height: 34px;
    font-weight: bold;
    font-size: 14px;
    color: #CE2C2C;
    cursor: pointer;
    text-align: center;
}

.right4-item .bottom .btn:hover {
    background: linear-gradient(0deg, #C81F1F, #FF9797);
    color: #ffffff;
    border: none;
}




.pc-index-news .left5 .left-item {
    display: flex;
    width: 130px;
    height: 78px;
    background: #fdf4f4;
    font-size: 20px;
    color: #666666;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
}


.pc-index-news .left5 .left-item.on {
    font-weight: bold;
    font-size: 20px;
    color: #C81F1F;
    background-color: rgba(206, 44, 44, 0.3);
}

.left5 {

    margin-right: 29px;
}

.right5 {
    display: flex;
    gap: 20px;
}

.right5 .card-item {

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.right5 .card-item .top {
    width: 180px;
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(209, 209, 209, 0.36);
    border-radius: 10px;
    text-align: center;
}

.right5 .card-item .top .title5 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 9px;
}


.right5 .card-item .top p {
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    text-align: left;
    padding: 0 9px 0 9px;
}

.right5 .card-item .top p span {
    font-weight: 400;
}

.right5 .card-item .btn {
    width: 130px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #CE2C2C;
    color: #CE2C2C;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.right5 .card-item .btn:hover {
    background-color: #CE2C2C;
    color: #ffffff;
}

.publishing-books {
    background-color: #fff;
}

.publishing-books .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    border: none;
    justify-content: center;
    margin-bottom: 39px;

}

.publishing-books .image {
    background: url('./img/cbts.png') no-repeat;
    height: 357px;
    background-size: 100%;
    position: relative;
}

.publishing-books .content {
    width: 386px;
    height: 160px;
    position: absolute;
    top: 53px;
    left: 27px;
}

.publishing-books .content .header {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
}

.publishing-books .content p {
    margin: 2em 0;
    font-size: 16px;
    color: #FFFFFF;
}


.winning-awards {
    background: linear-gradient(90deg, #FFF7F5 0%, #FFEBE0 97%);
    height: 671px;
}

.winning-awards .awards {
    background: none;
}

.winning-awards .title {
    font-family: Microsoft YaHei;
    border: none;
    justify-content: center;
    margin-bottom: 39px;


    font-weight: bold;
    font-size: 24px;
    color: #333333;

}

.winning-awards .content {
    display: flex;
    gap: 119px;
}

.winning-awards .content .left {
    width: 296px;
}

.winning-awards .content .left li {
    margin-bottom: 36px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 16px;
}


.about-weixue {
    background-color: #fff;
    height: 545px;
}

.about-weixue .title {
    border-bottom: none;
    justify-content: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;

}


.about-weixue .ban {
    width: 560px;
    height: 315px;
    overflow: hidden;
    border-radius: 18px;
}

.about-weixue .right {
    width: 593px;
}

.about-weixue .right p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin: 1em 0;
    position: relative;
}

.about-weixue .right p::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #C81F1F;
    position: absolute;
    top: 10px;
    left: -13px;
}


.about-weixue .right p span {
    font-weight: bold;
}


.learning-center .title {
    border-bottom: none;
    justify-content: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;

}

.learning-center .title span {
    color: #C81F1F;

}

.learning-center .pc-index-news {
    background: #F8F8F8;
}

.learning-center .title-about {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 41px;
}

.learning-center .content {
    height: 370px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    position: relative;
}

.learning-center .content div:nth-child(1) {
    background: url('./img/xq7.png') no-repeat;
    width: 264px;
    height: 180px;
}

.learning-center .content div:nth-child(2) {
    background: url('./img/xq1.png') no-repeat;
    width: 443px;
    height: 180px;
}

.learning-center .content div:nth-child(3) {
    background: url('./img/xq2.png') no-repeat;
    width: 214px;
    height: 180px;
}

.learning-center .content div:nth-child(4) {
    background: url('./img/xq3.png') no-repeat;
    width: 228px;
    height: 180px;
}

.learning-center .content div:nth-child(5) {
    background: url('./img/xq4.png') no-repeat;
    width: 228px;
    height: 180px;
}

.learning-center .content div:nth-child(6) {
    background: url('./img/xq5.png') no-repeat;
    width: 228px;
    height: 180px;
}

.learning-center .content div:nth-child(7) {
    background: url('./img/xq6.png') no-repeat;
    width: 228px;
    height: 180px;
}

/* .learning-center .content div:nth-child(8){
    background: url('./img/xq8.png') no-repeat;
    width: 255px;
    height: 368px;
} */

.learning-center .content .chang {
    position: absolute;
    background: url('./img/xq8.png') no-repeat;
    width: 255px;
    height: 368px;
    right: -58px;
}


.footerBox-left .left-buttom p {
    font-size: 18px;
    color: #333333;
    margin-top: 53px;
}

.footerBox-left .left-buttom p span {
    font-weight: bold;
    font-size: 24px;
    color: #C81F1F;
    vertical-align: -3px;
}

.footerBox-left .footerLogo {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 21px;
    color: #000000;

    display: flex;
    gap: 10px;
}

.footerBox-right {
    display: flex;
    gap: 34px;
}

.footerBox-right .footerBox-right-item {
    width: 110px;
}

.footerBox-right .footerBox-right-item-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}


.footerBox-right .footerBox-right-item-content div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}





.form-container {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    border-radius: 4px;
    position: absolute;
    bottom: -113px;
    right: 173px;
}

.input-group {
    display: flex;
    align-items: center;
    display: flex;
}

.phone-input {
    height: 44px;
    padding: 0 15px 0 40px;
    border: none;
    border-radius: 22px;
    font-size: 14px;
    background-color: white;
    position: relative;
    width: 228px;
}

.phone-icon {
    position: absolute;
    left: 35px;
    width: 20px;
    height: 20px;
    color: #d9272e;
    z-index: 1;
}

.submit-button {
    margin-left: 10px;
    height: 42px;
    padding: 0 20px;
    background-color: #d9272e;
    color: white;
    border: none;
    border-radius: 22px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    left: 187px;
}

input::placeholder {
    color: #999;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    /* 去除焦点轮廓 */
    box-shadow: none;
    /* 去除焦点阴影 */
}

.title6 {
    width: 150px;
    height: 40px;
    background: linear-gradient(0deg, #8875FF, #C8C7FF);
    border-radius: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FEFEFE;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}


.title7 {
    width: 150px;
    height: 40px;
    background: linear-gradient(0deg, #FF8917, #FFE0BA);
    border-radius: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FEFEFE;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}


.pc-floatingBar-left {
    position: fixed;
    left: 0;
    bottom: 50%;
    z-index: 999;
}

#LRfloater0 {
    left: auto !important;
    /* 清掉 left */
    right: 0 !important;
    /* 设置到右侧 */
}