body {
    background-color: #96d0e4;
    background-image: url(../images/back3.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.banner {
    height: 1045px;
    /* background: url(../images/back3.jpg) top no-repeat; */
}

.top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .logo {
    width: 200px;
  	 margin-top:25px;
}

.zx {
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    background: #f6e8a4;
    cursor: pointer;
    color: #333;
}

.buy {
    width: 120px;
    background: rgb(255, 141, 0);
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    color: #fff;
    margin: 10px auto;
}

.buy:hover {
    background: #f9eb42;
    color: #333;
}

.kebiao {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

.kebiao th {
    padding: 10px;
    background: #314c9d;
    color: #FFF;
    font-size: 18px;
}

.kebiao td {
    padding: 15px;
    background: #fff;
    color: #333;
    border: 1px solid #314c9d;
}
.kebiao1 {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

.kebiao1 th {
    padding: 10px;
    background: #314c9d;
    color: #FFF;
    font-size: 18px;
}

.kebiao1 td {
    padding: 15px;
    background: #fff;
    color: #333;
    border: 1px solid #314c9d;
}

#bottom-pc {
    width: 100%;
    height: 793px;
}

.slogan {
    margin: 36px auto;
    display: block;
    width: 900px;
}

.con {
    width: 1200px;
    margin: -100px auto 30px;
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
}

.con1 {
    width: 1108px;
    height: 202px;
    background: url(../images/back2.jpg) center top no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 17px 0 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.con1 p {
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 5px;
}

.con1 td {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 5px;
    margin-right: 20px;
    border: 2px solid white;
    text-align: center;
}

.table-top td {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 5px;
}

.con .zx {
    width: 300px;
    background: #e61b0a;
    color: #FFF;
    margin: 20px auto;
}

.pp {
    width: 94%;
    margin: 30px auto;
    font-size: 16px;
    margin: 10px auto;
    color: #333;
    text-align: left;

}

.hj {
    width: 1200px;
    background: #FFF;
    border-radius: 20px;
    padding: 40px;
    margin: 30px auto;
    text-align: center
}

.b {
    padding: 30px;
    background: url(../images/y1.png) left bottom no-repeat;
    background-size: 100% 100%;
}


.title {
    width: 100%;
    /* margin: 50px auto; */
    text-align: center
}



.qh {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: flex-start;
}

.qh1 {
    width: 300px;
    height: 70px;
    line-height: 70px;
    border-radius: 100px;
    text-align: center;
    background: #FFF;
    color: #333;
    margin-right: 20px;
    font-size: 18px;
    cursor: pointer;
}

.qh1.active {
    color: #ed0009;
    font-weight: bold;
    background-image: linear-gradient(#f5e5dc, #fed199)
}

.dishi {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
}
.dishi1 {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
}

.ds {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    background: #FFF;
    color: #333;
    margin-right: 5px;
    font-size: 18px;
    cursor: pointer;
    background-color: red;
    color: #FFF;
}

.ds.active {
    color: #ffffff;
    font-weight: bold;
    /* background-image: linear-gradient(#fed199, #ed0009) */
    background-color: #f39801;
}
.ds1 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    background: #FFF;
    color: #333;
    margin-right: 5px;
    font-size: 18px;
    cursor: pointer;
    background-color: #314c9d;
    color: #FFF;
}

.ds1.active {
    color: #314c9d;
    font-weight: bold;
    /* background-image: linear-gradient(#fed199, #ed0009) */
    background-color: #f39801;
}

strong {
    font-size: 110%;
    margin-top: 5px;
}

#barChart canvas {
    border-radius: 20px;
}
.RGButtom {
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    background: #f6e8a4;
    cursor: pointer;
    color: #333;
}
.RGButtom {
    width: 300px;
    background: #e61b0a;
    color: #FFF;
    margin: 20px auto;
}

.top-table {
    border-collapse: collapse; 
    width: 90%; 
    height: 100%; 
    border: 2px solid white;
}

.topDiv {
    position: relative;
    /* background-image: url('../images/top1DivBK1.png'); */
    background-color: #FFF;
    padding: 20px;
    /* background-color: transparent; */
    background-size: 100% 100%;
    border:1px solid yellow;
}
.topDiv1 {
    position: relative;
    background-image: url('../images/backDiv.png');
    /* background-color: #FFF; */
    padding: 20px;
    /* background-color: transparent; */
    background-size: 100% 100%;
}

.header-image {
    position: absolute;
    top: -27px;
    left: 37%;
    transform: translateX(-50%);
}

.header-image img {
    width: 100%;
    height: auto;
}

.content {
    padding-left: 30px;
    padding-right: 30px;
}

/* .content p {
    font-size: 20px;
    color: #333;
    text-align: left;
} */

.content-video {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.content-video p {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.slideContent {
    padding-left: 30px;
    padding-right: 30px;
}

.slideContent p {
    font-size: 20px;
    color: #333;
    text-align: left;
    text-indent: 2em;
}
.text {
    text-indent: 2em;
}

.cursorStrength {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.row-line {
    margin-top: 30px;
    border-top: 2px dashed #96d0e4;
    height: 0;
}

.Teachers-Mobile {
    display: none;
}

.mobile-img {
    display: none;
}
