@charset "utf-8";
.section1 {
    background: url(../images/section1-bg.jpg) no-repeat center center;
    background-size: cover;
}

.section2 {
    background: url(../images/section2-bg.jpg) no-repeat center center;
    background-size: cover;
}

.section3 {
    background: url(../images/section3-bg.jpg) no-repeat center center;
    background-size: cover;
}

.section4 {
    background: url(../images/section4-bg.jpg) no-repeat center center;
    background-size: cover;
}

.section5 {
    background: url(../images/section5-bg.jpg) no-repeat center center;
    background-size: cover;
}

#menu {
    position: fixed;
    right: 44px;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
}

#menu li {
    position: relative;
    margin-top: 25px;
    color: #820a09;
}

#menu li:first-child {
    margin-top: 0;
}

#menu li a {
    display: block;
    color: #820a09;
}

#menu li em {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .6);
}

#menu li.active em {
    background: rgba(255, 255, 255, .6);
}

#menu.on li em {
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
}

#menu.on li.active em {
    background: #cdcdcd;
}

#menu li span {
    position: absolute;
    display: block;
    width: 110px;
    right: 10px;
    top: -6px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    display: none;
}

#menu li:nth-child(2).active em,
#menu li:nth-child(4).active em {
    background-image: linear-gradient(to right, #346fd5, #5253cf);
    background-image: -webkit-linear-gradient(to right, #346fd5, #5253cf);
    background-image: #4361d2;
}

#menu li div {
    width: 1px;
    background: rgba(255, 255, 255, .6);
    height: 0;
    margin: 0 auto;
    margin-top: 12px;
    transition: all 0.5s;
}

#menu li:nth-child(2).active div,
#menu li:nth-child(4).active div {
    background: #b4bfce;
}

#menu li.active span {
    display: block;
}

#menu li.active div {
    height: 48px;
}

.down-page {
    position: absolute;
    left: 50%;
    bottom: -80px;
    width: 160px;
    height: 160px;
    transform: translateX(-50%);
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
}

.down-page::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, .3);
    animation: move 15s linear 0s infinite;
}

.down-page span {
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
    width: 22px;
    height: 28px;
    background: url(../images/down.png) no-repeat center center;
    animation: down 3s linear 0s infinite;
}

@keyframes move {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes down {
    50% {
        top: 45px;
    }
    0%,
    100% {
        top: 35px;
    }
}

.section2 .down-page::after,
.section4 .down-page::after {
    border: 1px dashed #6a8dce;
}

.section2 .down-page span,
.section4 .down-page span {
    background: url(../images/down-other.png) no-repeat center center;
}

.section5 .down-page {
    bottom: 60px;
    border-radius: 100px 100px 0 0;
    height: 80px;
}

.section5 .down-page::after {
    border-radius: 100px 100px 0 0;
    animation: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.section5 .down-page span {
    background: url(../images/s5-down.png) no-repeat center center;
}

.section2 {
    position: relative;
}

.section2::before {
    content: "";
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/xiaohui.png) no-repeat center center;
    width: 185px;
    height: 185px;
}

.section2::after {
    content: "";
    position: absolute;
    left: -460px;
    bottom: -135px;
    width: 1166px;
    height: 1166px;
    background: url(../images/zqq.png) no-repeat center center;
    z-index: 9;
    animation: move1 50s linear 0s infinite;
}

@keyframes move1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.sect2 {
    position: relative;
    z-index: 99;
}

.edu {
    width: 82%;
    margin-left: auto;
    margin-right: auto;
}

.edu .hd {
    float: left;
    width: 50%;
    padding-left: 70px;
}

.edu .hd li {
    padding: 40px 0;
    transition: all .3s;
}

.edu .hd li:nth-child(2) {
    margin-left: 40px;
}

.edu .hd li:nth-child(3) {
    margin-left: 10px;
}

.edu .hd li a {
    display: block;
}

.edu .hd li a .icon {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #d1eaff;
    background-image: linear-gradient(to right, #d6f0ff, #e6e5ff);
    background-image: -webkit-linear-gradient(to right, #d6f0ff, #e6e5ff);
    vertical-align: middle;
    transition: all .3s;
}

.edu .hd li a p {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #666666;
    padding-left: 30px;
}

.edu .hd li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.edu .hd li a .icon img.jy-icon-other {
    z-index: -1;
}

.edu .hd li.on a .icon img.jy-icon-other {
    z-index: 6;
}

.edu .hd li.on a .icon {
    background: #5154cf;
    background-image: linear-gradient(to right, #2d75d6, #5b4bcd);
    background-image: -webkit-linear-gradient(to right, #2d75d6, #5b4bcd);
}

.edu .hd li.on p svg stop[offset="0%"] {
    stop-color: #6541cc;
}

.edu .hd li.on p svg stop[offset="100%"] {
    stop-color: #237ed8;
}

.edu .hd li.on p svg text {
    font-weight: 600;
}

.edu .bd {
    position: relative;
    float: right;
    width: 50%;
}

.edu .bd ul {
    position: relative;
}

.edu .bd ul::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 65px;
    bottom: 70px;
    width: 1px;
    background: #c3d4ee;
}

.edu .bd ul li {
    position: relative;
    padding-left: 70px;
    background: url(../images/ed-list.png) no-repeat 10px center;
    margin-top: 45px;
    z-index: 9;
    transition: all .3s;
}

.edu .bd ul li:first-child {
    margin-top: 0;
}

.edu .bd ul li a {
    position: relative;
    display: block;
    padding: 25px 40px;
    background: url(../images/sect2-r-bg.png) no-repeat right top;
    background-size: 100% 100%;
    border-radius: 5px;
    border-top-right-radius: 30px;
    border: 1px solid transparent;
}

.edu .bd ul li a::after {
    content: "";
    position: absolute;
    left: -13px;
    background: url(../images/sj-other.png) no-repeat center center;
    width: 13px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.edu .bd ul li:hover a::after {
    display: block;
}

.edu .bd ul li span {
    display: block;
    padding-left: 30px;
    background: url(../images/time.png) no-repeat left center;
    font-size: 18px;
    color: #4063d2;
    margin-bottom: 20px;
}

.edu .bd ul li p {
    border-top: 1px solid #c3ccd9;
    padding-top: 20px;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;                   
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.edu .bd ul li:hover a {
    background: rgba(255, 255, 255, .4) url(../images/sect2-r-bg-other.png) no-repeat right top;
    border: 1px solid transparent;
    box-shadow: 0px 0px 40px 0px rgba(35, 98, 176, 0.35);
    background-size: auto auto;
}

.edu .bd ul li:hover {
    background: url(../images/ed-list-other.png) no-repeat left center;
}

@font-face {
    font-family: "prw";
    src: url(../style/Paralines-Regular.woff);
    font-weight: normal;
    font-style: normal;
}

.sect3 .hd {
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}

.sect3 .slideBox {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
}

.sect3 .hd ul li {
    display: inline-block;
    font-size: 22px;
    height: 45px;
    line-height: 28px;
    padding-bottom: 15px;
    margin: 0 40px;
    cursor: pointer;
    background-position: right bottom;
    transition: all .3s;
}

.sect3 .hd ul li.on {
    font-size: 28px;
    background: url(../images/s3-xx.png) no-repeat right bottom;
}

.sect3 .bd ul {
    overflow: hidden;
}

.sect3 .bd ul li {
    margin-top: 55px;
    float: left;
    width: 48%;
    margin-left: 4%;
    overflow: hidden;
    transition: all .3s;
}

.sect3 .bd ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sect3 .bd ul li a {
    position: relative;
    display: block;
    transition: all .3s;
}

.sect3 .bd ul li:nth-child(2n-1) a {
    padding: 30px 180px 30px 30px;
}

.sect3 .bd ul li:nth-child(2n) a {
    padding: 30px 30px 30px 180px;
}

.sect3 .bd ul li a p {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.sect3 .bd ul li a span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 140px;
    text-align: center;
    background: #fff;
    background-image: linear-gradient(to bottom, #d6f2ff, #e7e5ff);
    background-image: -webkit-linear-gradient(to bottom, #d6f2ff, #e7e5ff);
    font-family: "prw";
}

.sect3 .bd ul li:nth-child(1) a span,
.sect3 .bd ul li:nth-child(4) a span {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.sect3 .bd ul li:nth-child(2) a span,
.sect3 .bd ul li:nth-child(3) a span {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.sect3 .bd ul li:nth-child(2n-1) a span {
    right: 0;
}

.sect3 .bd ul li:nth-child(2n) a span {
    left: 0;
}

.sect3 .bd ul li:nth-child(1) a,
.sect3 .bd ul li:nth-child(4) a {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.sect3 .bd ul li:nth-child(2) a,
.sect3 .bd ul li:nth-child(3) a {
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.sect3 .bd ul li a {
    background: rgba(36, 88, 161, .4);
}

.sect3 .bd ul li:hover a {
    background: #fff;
}

.sect3 .bd ul li:hover a p {
    color: #666666;
}

.sect3 .bd ul li:hover a span {
    background: #5ea0f8;
    background-image: linear-gradient(to bottom, #8976ec, #53abfb);
    background-image: -webkit-linear-gradient(to bottom, #8976ec, #53abfb);
}

.sect3 .bd ul li:hover a stop {
    stop-color: #ffffff;
}

.sect3 .more {
    padding-top: 65px;
}

.sect3 .more a {
    position: relative;
    display: block;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    display: block;
    font-size: 15px;
    color: #fff;
    width: 150px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.sect3 .more a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background: url(../images/more-top.png) no-repeat center center;
}

.sect3 .more a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(../images/more-down.png) no-repeat center center;
}

.sect4-l {
    float: left;
    width: 55%;
    overflow: hidden;
}

.sect4-r {
    float: right;
    width: 45%;
    overflow: hidden;
}

.sect4 .tit-icon {
    float: left;
    width: 190px;
    margin-top: 15px;
}

.sect4 .tit-icon .icon {
    position: relative;
    width: 190px;
    height: 190px;
    background: url(../images/s4-icon.png) no-repeat center center;
}

.sect4 .tit-icon .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sect4 .direct {
    overflow: hidden;
    padding-left: 60px;
}

.sect4 .tit-icon .text {
    margin-top: 30px;
    text-align: center;
}

.sect4 .tit-icon .text p {
    display: inline-block;
    font-size: 28px;
    color: #333333;
    padding-bottom: 15px;
    background: url(../images/s4-xx.png) no-repeat bottom right;
}

.direct ul li {
    position: relative;
    padding-left: 30px;
    background: url(../images/s4-list.png) no-repeat left center;
    line-height: 50px;
    left: 0;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.direct ul li:hover {
    left: 5px;
}

.direct ul li a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.direct ul li:hover a {
    color: #237ed8;
}

.sect2 .more{
    float:right;
}

.sect4 .more a, .sect2 .more a {
    position: relative;
    display: block;
    margin-top: 60px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    display: block;
    font-size: 15px;
    color: #fff;
    width: 150px;
    height: 45px;
    border: 1px solid;
    background-image: #d2e6f7;
    border-image: linear-gradient(to right, #d2e6f7, #e1d9f5) 4;
    top: 0;
    transition: all .3s;
}

.sect4 .more a:hover，.sect2 .more a:hover {
    top: -3px;
}

.sect4 .more a::before, .sect2 .more a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background: url(../images/s4-more-top.png) no-repeat center center;
}

.sect4 .more a::after, .sect2 .more a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(../images/s4-more-down.png) no-repeat center center;
}
.section5 {
    position: relative;
}

.section5 .sect5 {
    overflow: hidden;
}

.section5 .sect5 .sect5-l {
    float: left;
    width: 410px;
}

.section5 .sect5 .sect5-l h2 {
    display: inline-block;
    margin-top: 60px;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 15px;
    background: url(../images/sect5-xx.png) no-repeat right bottom;
}

.section5 .sect5 .sect5-l p {
    margin-top: 45px;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    opacity: .6;
}

.section5 .sect5 .sect5-l .more {
    position: relative;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    display: block;
    font-size: 15px;
    color: #fff;
    width: 150px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-top: 70px;
    top: 0;
    transition: all .3s;
}

.section5 .sect5 .sect5-l .more:hover {
    top: -3px;
}

.section5 .sect5 .sect5-l .more a {
    font-size: 15px;
    color: #fff;
}

.section5 .sect5 .sect5-l .more a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background: url(../images/more-top.png) no-repeat center center;
}

.section5 .sect5 .sect5-l .more a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(../images/more-down.png) no-repeat center center;
}

.section5 .sect5 .sect5-r {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 680px);
    margin-top: 15px;
    background: url(../images/s5-bg.png) no-repeat center top;
    background-size: auto 93%;
}

.section5 .sect5 .sect5-r .member {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-56%, -50%);
    width: 595px;
    height: 595px;
}

.section5 .sect5 .sect5-r .member .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.section5 .sect5 .sect5-r .member .leader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
}

.section5 .sect5 .sect5-r .member .leader>div:nth-child(1) {
    position: absolute;
    left: -45px;
    right: -45px;
    top: -45px;
    bottom: -45px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    animation: circles 5s 1.5s infinite linear;
}

.section5 .sect5 .sect5-r .member .leader>div:nth-child(2) {
    position: absolute;
    left: -80px;
    right: -80px;
    top: -80px;
    bottom: -80px;
    background: rgba(255, 255, 255, .03);
    border-radius: 50%;
    animation: circles 5s 1.5s infinite linear;
}

@keyframes circles {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
    99% {
        opacity: 0;
        transform: scale(2);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

.section5 .sect5 .sect5-r .member ul li {
    position: absolute;
    width: 105px;
    height: 105px;
    padding: 5px;
    background: transparent;
    border-radius: 50%;
    transition: all .3s;
}

.section5 .sect5 .sect5-r .member ul li:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section5 .sect5 .sect5-r .member ul li:nth-child(2) {
    left: 0;
    top: 20%;
}

.section5 .sect5 .sect5-r .member ul li:nth-child(3) {
    right: 0;
    top: 20%;
}

.section5 .sect5 .sect5-r .member ul li:nth-child(4) {
    left: 0;
    bottom: 20%;
}

.section5 .sect5 .sect5-r .member ul li:nth-child(5) {
    right: 0;
    bottom: 20%;
}

.section5 .sect5 .sect5-r .member ul li:nth-child(6) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section5 .sect5 .sect5-r .member ul li:hover {
    background: #fff;
}

.section5 .sect5 .sect5-r .member ul li .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/num-tc.png) no-repeat center center;
    background-size: cover;
    opacity: 0;
    transition: all .3s;
}

.section5 .sect5 .sect5-r .member ul li:hover .pic::after {
    opacity: 1;
}

.section5 .sect5 .sect5-r .member ul li a {
    position: relative;
    display: block;
}

.section5 .sect5 .sect5-r .member ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
    display: none;
    z-index: 99;
}

.section5 .sect5 .sect5-r .member ul li:hover a p {
    display: block;
}

@media screen and (max-height:850px) {
    .edu .bd ul li a {
        padding: 15px 30px;
    }
    .edu .bd ul li {
        margin-top: 20px;
    }
    .edu .hd li {
        padding: 20px 0;
    }
    .sect3 .bd ul li {
        margin-top: 20px;
    }
    .section5 .sect5 .sect5-r .member {
        width: 500px;
        height: 500px;
    }
    .section5 .sect5 .sect5-r {
        padding-right: 190px;
    }
    .sect3 .more {
        padding-top: 30px;
    }
}

@media screen and (max-height:800px) {
    .sect4 .more a {
        margin-top: 25px;
    }
}

@media screen and (max-width:1200px) {
    .section5 .sect5 .sect5-r {
        padding-right: 40px;
        width: calc(100% - 500px);
    }
}

@media screen and (max-width:1024px) {
    .down-page {
        display: none;
    }
    #menu {
        display: none;
    }
    .edu {
        width: 100%;
    }
    .edu .hd {
        padding-left: 0
    }
    .section2::before {
        display: none;
    }
    .section2::after {
        display: none;
    }
    .sect3 .slideBox {
        width: 100%;
    }
    .sect4 .tit-icon .icon img {
        height: 80px;
    }
    .sect4 .tit-icon .icon {
        width: 120px;
        height: 120px;
        background-size: 100% 100%;
    }
    .sect4 .tit-icon {
        width: 120px;
    }
    .sect4 .tit-icon .text p {
        font-size: 20px;
    }
    .section5.section {
        padding-bottom: 0;
    }
    .section5 .sect5 .sect5-r .member {
        width: 425px;
        height: 425px;
    }
}

@media screen and (max-width:1000px) {
    .sect3 .bd ul li:nth-child(2n-1) a {
        padding: 15px 80px 15px 15px;
    }
    .sect3 .bd ul li a span {
        width: 100px;
    }
    .sect3 .bd ul li a span svg {
        height: 120px;
    }
    .sect3 .bd ul li a span svg text {
        transform: translate(-5px, -15px);
    }
    .sect3 .bd ul li:nth-child(2n) a {
        padding: 15px 15px 15px 115px;
    }
    .edu .hd li:nth-child(2) {
        margin-left: 0;
    }
    .edu .hd li {
        padding: 10px 0;
    }
    .edu .hd li:nth-child(3) {
        margin-left: 0;
    }
    .edu .hd {
        width: 35%;
    }
    .edu .bd {
        width: 64%;
    }
    .sect4 .direct {
        padding-left: 15px
    }
    .section5 .sect5 .sect5-l {
        float: none;
        width: 100%;
    }
    .section5 .sect5 .sect5-l p {
        margin-top: 15px;
    }
    .section5 .sect5 .sect5-l .more {
        margin-top: 15px;
    }
    .section5 .sect5 .sect5-r {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
    }
    .section5 .sect5 .sect5-r .member {
        margin-left: auto;
        margin-right: auto;
    }
    .section5 .sect5 .sect5-r {
        position: static;
        width: 100%;
    }
    .section5 .sect5 .sect5-r .member {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
}

@media screen and (max-width:750px) {
    .edu .hd {
        float: none;
        width: 100%;
        text-align: center;
    }
    .edu .hd li {
        display: inline-block;
    }
    .edu .hd li a .icon {
        width: 50px;
        height: 50px;
    }
    .edu .hd li a .icon img {
        height: 25px;
    }
    .edu .hd li a p {
        padding-left: 5px;
    }
    .edu .hd li a p svg {
        width: 80px;
    }
    .edu .hd li p svg text {
        font-size: 16px;
    }
    .edu .bd {
        float: none;
        width: 100%;
    }
    .edu .bd ul li {
        padding-left: 25px;
    }
    .edu .bd ul li p {
        padding-top: 10px;
        font-size: 16px;
    }
    .edu .bd ul li span {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .edu .bd ul li a {
        border-top-right-radius: 20px;
    }
    .sect3 .hd ul li {
        font-size: 16px;
        height: 40px;
        margin: 0 10px;
    }
    .sect3 .hd ul li.on {
        font-size: 22px;
    }
    .sect3 .bd ul li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .sect3 .bd ul li a p {
        font-size: 16px;
        line-height: 20px;
        height: 60px;
    }
    .sect3 .bd ul li a span {
        width: 75px;
    }
    .sect3 .bd ul li a span text {
        font-size: 40px;
    }
    .sect3 .bd ul li a span svg text {
        transform: translate(-5px, -35px);
    }
    .sect3 .bd ul li a span svg {
        height: 90px;
        width: 90px;
    }
    .sect3 .bd ul li:nth-child(2) a span,
    .sect3 .bd ul li:nth-child(3) a span {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .sect3 .bd ul li:nth-child(1) a span,
    .sect3 .bd ul li:nth-child(4) a span {
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .sect3 .bd ul li:nth-child(2n) a {
        padding: 15px 15px 15px 85px;
    }
    .sect4-l {
        float: none;
        width: 100%;
    }
    .sect4-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .direct ul li {
        padding-left: 15px;
        line-height: 35px;
    }
    .direct ul li a {
        font-size: 16px;
    }
    .sect4 .tit-icon .text {
        margin-top: 15px;
    }
    .sect4 .tit-icon .text p {
        font-size: 16px;
    }
    .sect4 .more a {
        width: 110px;
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
    }
    .sect4 .more a text {
        transform: translateY(-6px);
    }
    .sect4 .tit-icon .icon {
        width: 90px;
        height: 90px;
    }
    .sect4 .tit-icon .icon img {
        height: 65px;
    }
    .sect4 .tit-icon {
        width: 90px;
    }
    .section5 .sect5 .sect5-l h2 {
        margin-top: 0;
        font-size: 22px;
    }
    .section5 .sect5 .sect5-l .more {
        width: 110px;
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
    }
    .section5 .sect5 .sect5-r .member {
        width: 320px;
        height: 320px;
    }
    .section5 .sect5 .sect5-r .member .leader {
        width: 130px;
        height: 130px;
    }
    .section5 .sect5 .sect5-r .member ul li {
        width: 80px;
        height: 80px;
    }
    .edu .bd ul::after {
        top: 40px;
        bottom: 40px;
    }
}