html,
body {
    padding: 0;
    margin: 0;
    line-height: 1.5;
    color: #333;
}

a {
    text-decoration: none;
}

div {
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
}

.banner {
    background-image: url(./2022062401/banner.png);
    height: 768px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.banner .menu {
    position: absolute;
    bottom: 70px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 1200px;
}

.banner .menu .btn {
    padding: 20px 25px;
    background-color: rgb(0, 223, 255);
    font-weight: bold;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 1px 9px 6px -1px rgba(0, 0, 0, 0.41);
    color: #fff;
}

.box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
}

.slider .slider-list .item img {
    width: 100%;
    min-height: 100%;
}

.box1 {
    padding: 8px;
    display: flex;
    background-color: rgb(0, 223, 255);
    align-items: stretch;
}

.box1 .slider-wrap,
.box7 .slider-wrap,
.box9 .slider-wrap {
    position: relative;
    width: 780px;
    height: 500px;
}

.box1 .slider,
.box7 .slider,
.box9 .slider {
    height: 100%;
}

.box1 .slider .slider-list,
.box7 .slider .slider-list,
.box9 .slider .slider-list {
    position: relative;
    height: 100%;
}

.box1 .slider .slider-list .item,
.box7 .slider .slider-list .item,
.box9 .slider .slider-list .item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box1 .slider .slider-list .item.cur,
.box7 .slider .slider-list .item.cur,
.box9 .slider .slider-list .item.cur {
    display: block;
}

.box1 .yuan,
.box7 .yuan,
.box9 .yuan {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.box1 .yuan .yuan-item,
.box7 .yuan .yuan-item,
.box9 .yuan .yuan-item {
    display: block;
    position: relative;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 1px;
    cursor: pointer;
}

.box1 .yuan .yuan-item::after,
.box7 .yuan .yuan-item::after,
.box9 .yuan .yuan-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    box-sizing: border-box;
}

.box1 .yuan .yuan-item.cur::after,
.box7 .yuan .yuan-item.cur::after,
.box9 .yuan .yuan-item.cur::after {
    background: #fff;
}

.box1 .yuan .yuan-item::before,
.box7 .yuan .yuan-item::before,
.box9 .yuan .yuan-item::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
}

.box1 .yuan .yuan-item.cur::before,
.box7 .yuan .yuan-item.cur::before,
.box9 .yuan .yuan-item.cur::before {
    background-color: rgba(255, 255, 255, .2);
}

.box1 .btn-group {
    width: 100%;
}

.box1 .btn-group .btn-left,
.box1 .btn-group .btn-right {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    cursor: pointer;
    font-family: "宋体";
}

.box1 .btn-group .btn-left {
    left: 15px;
    top: 50%;
    margin-top: -25px;
}

.box1 .btn-group .btn-right {
    right: 15px;
    top: 50%;
    margin-top: -25px;
}

.box1 .info {
    background-color: rgb(0, 35, 158);
    height: 500px;
    flex: 1;
    margin-left: 10px;
    padding: 40px 30px 0 30px;
}

.box1 .info .b-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    padding-left: 35px;
    display: block !important;
}

.box1 .info .item {
    color: #fff;
    display: flex;
    align-items: flex-start;
    margin-left: 35px;
    margin-top: 20px;
}

.box1 .info .text-box {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.box1 .info .text1 {
    background-color: rgb(0, 223, 255);
    color: rgb(0, 35, 158);
    padding: 5px 10px;
    font-weight: bold;
    font-size: 20px;
}

.box1 .info .text2 {
    margin-top: 7px;
    font-size: 18px;
}

.box2 .text-box {
    padding-left: 30px;
}

.box2 .text-box .top {
    display: flex;
    margin-top: 40px;
}

.box2 .text-box p {
    text-indent: 2em;
    color: #333;
    line-height: 2;
    margin-top: 0;
}

.box2 .text-box .top img {
    width: 350px;
    margin-left: 20px;
    height: 300px;
}

.box3 .text-box {
    margin: 30px 0 30px 30px;
}

.box3 .item {
    font-size: 16px;
    margin-top: 10px;
}

.box3 .item span {
    color: #fff;
    background-color: rgb(0, 223, 255);
    padding: 2px 6px;
    line-height: 1;
    border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
}

.box4 .inner-box {
    margin: 0 30px;
}

.box4 .first-item {
    margin-top: 30px;
}

.box4 .item {
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.box4 .grid {
    display: flex;
}

.box4 .grid .item1 {
    flex: 1;
}

.box4 .grid .item2 {
    flex: 2;
}

.box4 .grid .item3 {
    flex: 2;

}

.box4 .grid .ttitle {
    font-weight: bold;
    color: rgb(0, 223, 255);
    font-size: 18px;
    position: relative;
    padding-left: 15px;
}

.box4 .grid .ttitle::before {
    content: '';
    width: 7px;
    height: 25px;
    background-color: rgb(0, 223, 255);
    position: absolute;
    left: -0px;
    top: 1px;
}

.box4 .time {
    font-weight: bold;
    color: #000;
    margin-top: 25px;
}

.box5 .tips,
.box6 .tips {
    color: #999;
    font-size: 15px;
    text-align: center;
    margin: 10px 0 30px 0;
}

.box5 .item {
    margin-right: 37.5px;
}

.box5 .info,
.box6 .info {
    width: 210px;
    height: 241px;
    background-image: url(http://www.chinafpd.net/uploadfile/2022-06-13-zhuanti/teacher/bg.jpg);
    text-align: center;
    padding: 0 10px;
}

.box5 .info .name,
.box6 .info .name {
    padding-top: 40px;
    font-weight: bold;
    color: rgb(0, 223, 255);
    font-size: 20px;
}

.box5 .info .text1,
.box6 .info .text1 {
    margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box5 .info .text2,
.box6 .info .text2 {
    font-weight: bold;
    color: rgb(0, 223, 255);
    font-size: 18px;
    padding-top: 8px;
}

.box5 .info .text3 {
    color: #333;
}

.box5 .avatar,
.box6 .avatar {
    display: block;
}

.box5 .t-box,
.box6 .t-box {
    display: flex;
    justify-content: space-between;
}

.box5 .t-box {
    margin-top: 50px;
}

.box6 .info .name {
    padding-top: 80px;
}

.box6 .item {
    margin: 0 18.75px;
}

.box6 .t-box {
    margin-top: 50px;
    justify-content: center;
}

.box7 .slider-wrap {
    flex: 0 0 750px;
    height: 400px;
}

.box7 .news1 {
    background-color: rgb(0, 89, 245);
    padding: 15px;
    margin-top: 30px;
    display: flex;
}

.box7 .news1 .news {
    padding: 20px;
}


.box7 .news1 .news .title {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
}

.box7 .news1 .news .desc {
    margin-top: 20px;
    color: #fff;
}

.box7 .news1 .news .desc .p {
    text-indent: 2em;
}

.box7 .news1 .news .desc .more {
    color: rgb(19, 205, 255);
}

.box8 .item-box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.box8 .item-box:last-child {
    margin-top: 0;
}

.box8 .item-box .item {
    margin-top: 15px;
    margin-right: 13px;
}

.box8 .item-box .item:last-child {
    margin-right: 0;
}

.box8 .item-box .item img {
    display: block;
}

.box7 .slider-wrap {
    flex: 0 0 820px;
    height: 400px;
}

.footer {
    background-color: rgb(0, 89, 245);
    padding: 60px 0;
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.footer .inner {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.footer .inner .contact {
    color: #fff;
    line-height: 2.5;
}


.footer .inner .qr-code {
    display: flex;
}

.footer .inner .qr-code .item {
    margin-left: 35px;
    color: #fff;
    text-align: center;
}

.footer .inner .qr-code .item .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer .inner .qr-code .item .text {
    font-size: 11px;
    margin-top: 5px;
}

.box9 {
    margin-top: 30px;
}

.box9 .slider-wrap {
    flex: 0 0 450px;
    height: 300px;
}

.box9 .news-box {
    display: flex;
    background-color: rgb(0, 89, 245);
    padding: 15px;
    margin-top: 30px;
}

.box9 .news {
    margin-left: 30px;
    color: #fff;

}

.box9 .news .title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 9px;
    margin-top: 20px;

}

.box9 .news .desc {
    margin-top: 20px;
    text-indent: 2em;
}

.box9 .desc .more {
    color: rgb(19, 205, 255);
}

.box9 .qr-code {
    flex: 0 0 350px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-align: center;
    align-items: center;
}

.box9 .qr-code img {
    width: 128px;
    height: 128px;
}

.footer .qr-code img {
    width: 120px;
    height: 120px;
}

.box9 .qr-code .item {
    margin: 0 15px;
}