#main .hd img {
    width: 100%;
}

#main .hd .text {
    position: relative;
    z-index: 2;
    padding: 33px 0 38px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #3ca0dd, #005ead);
}

#main .hd .text .l1 {
    letter-spacing: 4px;
    margin-bottom: 16px;
}

#main .hd .text .l2 {
    font-size: 37px;
}

#main .bd {
    padding-top: 4.95%;
    background: #f1f1f1;
}

#main .bd .inner {
    background: #fff;
}

#main .bd .side {
    width: 27%;
}

#main .bd .side .shd {
    padding-left: 14.74%;
    font-size: 16px;
    line-height: 4.375;
    color: #fff;
    background: #005ead;
    margin-bottom: 8.16%;
    display: flex;
    align-items: center;
}

#main .bd .side .shd svg {
    display: block;
    width: 24px;
    height: 20px;
    fill: #3ca0dd;
    margin-right: 16px;
}

#main .bd .side .sbd li {
    margin-right: 15.79%;
    border-bottom: 1px solid #dadada;
}



#main .bd .side li .level1 {
    position: relative;
    display: block;
    line-height: 4;
    padding-left: 17.5%;
    font-size: 15px;
    font-weight: bold;
    transition: color .3s ease-out;
}

#main .bd .side li .level1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3ca0dd;
    opacity: 0;
    transition: opacity .3s ease;
}

#main .bd .side li:hover .level1,
#main .bd .side li.on .level1 {
    color: #005ead;
}

#main .bd .side li:hover .level1:after,
#main .bd .side li.on .level1:after {
    opacity: 1;
}


#main .bd .side .twonav{
    padding-left: 18%;
    padding-bottom: 7%;
    display: none;
}
#main .bd .side .twonav .level2{
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 14px;
    color: #626366;
    position: relative;
    padding-left: 12%;
}
#main .bd .side .twonav .level2:hover{color: #005ead;}
#main .bd .side .twonav .level2:before:hover{ background: #005ead; }
#main .bd .side .twonav .level2:before{
    content: '';
    display: block;
    height: 1px;
    width: 8px;
    background: #626366;
    position: absolute;
    left: 0;
}





#main .bd .side .sub {
    margin-top: -2.2%;
    padding-left: 17.5%;
    padding-bottom: 8.75%;
}

#main .bd .side .sub a {
    position: relative;
    display: block;
    line-height: 1.71;
    color: #595959;
    padding-left: 12.83%;
    transition: color .3s ease;
}

#main .bd .side .sub a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 1px;
    background: #595959;
    transition: width .3s ease;
}

#main .bd .side .sub a.current,
#main .bd .side .sub a:hover {
    color: #005ead;
}

#main .bd .side .sub a.current:after,
#main .bd .side .sub a:hover:after {
    width: 12px;
    background: #005ead;
}

#main .bd .main {
    margin-right: 27%;
    border-right: 1px solid #dadada;
}

#main .bd .banner {
    position: relative;
}

#main .bd .banner .clipBox {
    padding-bottom: 41.1%;
}

#main .bd .banner img {
    width: 100%;
}

#main .bd .banner .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-70%);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#main .bd .banner .text .l1 {
    margin-bottom: 30px;
    letter-spacing: 2px;
}

#main .bd .banner .text .l2 {
    font-size: 30px;
    letter-spacing: 2px;
}

#main .bd .banner.wave {
    position: relative;
    padding-bottom: 41.1%;
    background: #e9ebeb;
    overflow: hidden;
}

#main .develop .fzswiper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

#main .bd .banner canvas {
    position: absolute;
    left: 0;
    bottom: -41%;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.8;
}



#main .bd .banner.wave .text {
    top: auto;
    bottom: 40%;
    transform: none;
    font-size: 37px;
}

.banner.wave .balls span {
    position: absolute;
    border-radius: 50%;
    background: #1950a5;
    overflow: hidden;
    z-index: 3;
}

.banner.wave .balls span:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.banner.wave .balls span:nth-child(1) {
    left: 6.46%;
    top: 55.37%;
    width: 3.13%;
    background: #19a6e7;
    animation: ballAnim 2.9s ease-out infinite;
}

.banner.wave .balls span:nth-child(2) {
    left: 22.53%;
    top: 6%;
    width: 1.96%;
    background: #19a6e7;
    animation: ballAnim 4.5s ease-out infinite;
}

.banner.wave .balls span:nth-child(3) {
    left: 27.82%;
    top: 69.21%;
    width: 2.94%;
    animation: ballAnim 6.5s ease-out infinite;
}

.banner.wave .balls span:nth-child(4) {
    left: 39.57%;
    top: 12.89%;
    width: 4.9%;
    animation: ballAnim 4.7s ease-out infinite;
}

.banner.wave .balls span:nth-child(5) {
    left: 62.58%;
    top: 58.8%;
    width: 1.96%;
    animation: ballAnim 4.6s ease-out infinite;
}

.banner.wave .balls span:nth-child(6) {
    left: 79.21%;
    top: 45.25%;
    width: 2.94%;
    background: #19a6e7;
    animation: ballAnim 4.9s ease-out infinite;
}

.banner.wave .balls span:nth-child(7) {
    left: 88.15%;
    top: 69.21%;
    width: 1.96%;
    animation: ballAnim 5.2s ease-out infinite;
}

.banner.wave .balls span:nth-child(8) {
    left: 92%;
    top: 26.73%;
    width: 2.55%;
    animation: ballAnim 4.2s ease-out infinite;
}

@keyframes ballAnim {
    0% { transform: translateY(0px) }
    20% { transform: translateY(-20px) }
    40% { transform: translateY(-0px) }
    60% { transform: translateY(-15px) }
    80% { transform: translateY(-10px) }
    100% { transform: translateY(0px) }
}

#main .bd .detail {
    padding: 8.3% 18.5% 22.4%;
}

#main .bd .cont .chd {
    font-size: 23px;
    line-height: 1.6;
    margin-bottom: 5.07%;
}

#main .bd .detail .cbd {
    color: #595959;
    line-height: 1.64;
}

#main .bd .history {
    padding: 8.3% 17.5% 0;
}

#main .bd .history .chd {
    margin-bottom: 5.26%;
}

#main .bd .history .list {
    position: relative;
    padding-bottom: 25%;
}

#main .bd .history .list:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #005ead;
}

#main .bd .history .item {
    position: relative;
    font-size: 16px;
    line-height: 1.875;
    color: #005ead;
    margin-top: -100px;
}

#main .bd .history .item:first-child {
    margin-top: 0;
}

#main .bd .history .item:nth-child(4) {
    margin-top: -70px;
}

#main .bd .history .item:nth-child(5) {
    margin-top: -60px;
}

#main .bd .history .item:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(25, 166, 231, .32);
    transform: translateX(-31px);
    opacity: 0;
    transition: opacity .8s ease;
}

#main .bd .history .item:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 25px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #005ead;
    transform: translateX(-21px);
}

#main .bd .history .item:nth-child(odd) {
    width: 50%;
}

#main .bd .history .item:nth-child(even) {
    margin-left: 50%;
    padding-left: 12.57%;
}

#main .bd .history .item:nth-child(even):before {
    left: 0;
    transform: translateX(-8px);
}

#main .bd .history .item:nth-child(even):after {
    left: 0;
    transform: translateX(2px);
}

#main .bd .history .item:hover:before {
    opacity: 1;
}

#main .bd .history .item .name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
}

#main .bd .history .item .year {
    font-size: 43px;
    line-height: 1;
    margin-bottom: 15px;
}

#main .bd .history .item ul {
    padding-top: 7px;
    width: 280px;
}

#main .bd .history .item:nth-child(2) ul,
#main .bd .history .item:nth-child(3) ul {
    white-space: nowrap;
}

#main .bd .history .item li {
    position: relative;
    font-size: 14px;
    line-height: 1.43;
    color: #595959;
    padding: 5px 0;
}

#main .bd .history .item li:after {
    content: '';
    position: absolute;
    left: -16px;
    top: 13px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #005ead;
}

#main .bd .history .more {
    display: block;
    margin: 0 auto;
    width: 52px;
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(24, 81, 169, .3);
    transition: transform .5s ease;
}

#main .bd .history .more img {
    width: 100%;
}

#main .bd .history .more:hover {
    transform: translateY(5px);
}

#main .bd .culture {
    padding: 4.87% 15% 5%;
}

#main .bd .culture .chd {
    line-height: 2.78;
}

#main .bd .culture .chd svg {
    width: 50px;
    height: 50px;
    margin-right: 25px;
    vertical-align: middle;
    fill: #005ead;
}

#main .bd .culture .cbd:nth-child(2) {
    margin-bottom: 50px;
}

#main .bd .culture .cbd li {
    float: left;
    width: 340px;
    margin-bottom: 35px;
}

#main .bd .culture .cbd li:nth-child(odd) {
    padding-right: 30px;
}

#main .bd .culture li .num {
    float: left;
    font-size: 40px;
    color: #005ead;
    line-height: .7;
}

#main .bd .culture li .text {
    margin-left: 60px;
}

#main .bd .culture li .title {
    font-size: 18px;
    color: #005ead;
    margin-bottom: 7px;
}

#main .bd .culture li .content {
    color: #595959;
    line-height: 2.14;
}

#main .bd .system {
    padding-bottom: 17%;
}

#main .bd .system .cbd p {
    position: relative;
    font-size: 16px;
    line-height: 3.75;
    color: #595959;
    padding-left: 30px;
}

#main .bd .system .cbd p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 2px;
    background: #1950a6;
}

#main .bd .school .cbd {
    line-height: 2.57;
}

#main .bd .honor {
    padding: 4.87% 15% 8%;
}

#main .bd .honor li {
    float: left;
    width: 288px;
    margin-right: 137px;
    margin-bottom: 5.7%;
}

#main .bd .honor li:nth-child(even) {
    margin-right: 0;
}

#main .bd .honor li img {
    width: 100%;
    transition: transform .6s ease;
}

#main .bd .honor li:hover img {
    transform: scale(1.05);
}

#main .bd .honor li span {
    display: block;
    text-align: center;
    line-height: 3.86;
    color: #737477;
    display: none;
}
#main .bd .honor .honor_bref{ margin-bottom: 2.5vw; line-height: 1.7; }
#main .bd .honor_other{
    padding: 4.87% 15% 8%;
}
#main .bd .honor_other .border_bottom{ border-bottom: 1px solid #dadada;}
#main .bd .honor_other .chd{ padding-bottom: 6.5%; margin-bottom: 0;}
#main .bd .honor_other ul li{font-size: 14px; color: #595959; line-height: 1.7; border-bottom: 1px solid #dadada; padding: 6.4% 0 7.6%; }
#main .bd .honor_other ul li:last-child{border-bottom: none;}
#main .bd .honor_other ul li p{margin-bottom: 10px;}
#main .bd .honor_other ul li p:last-child{margin-bottom: 0;}
#main .bd .honor_other ul li img{max-width: 100%;}

#main .bd .honor_other .zlbox{display: flex; justify-content: space-between; flex-wrap: wrap;}
#main .bd .honor_other .zlbox .li{width: 50%; margin-bottom: 65px;}
#main .bd .honor_other .zlbox .li:nth-child(3),
#main .bd .honor_other .zlbox .li:nth-child(4){
    margin-bottom:0;
}
#main .bd .honor_other .zlbox .li .p1{margin-bottom: 10px;}
#main .bd .honor_other .zlbox .li .p2{color: #1950a6;}
#main .bd .honor_other .zlbox .li .p2 span{font-size: 54px !important;}



@media all and (max-width: 1480px) {
    #main .hd .text {
        padding: 20px 0 30px;
    }

    #main .hd .text .l1 {
        font-size: 12px;
        margin-bottom: 12px;
    }

    #main .hd .text .l2 {
        font-size: 28px;
    }

    #main .bd .detail {
        padding: 8.3% 15% 22.4%;
    }

    #main .bd .side .shd {
        font-size: 14px;
    }

    #main .bd .side li .level1 {
        font-size: 13px;
    }

    #main .bd .side .sub a {
        font-size: 12px;
    }

    #main .bd .cont .chd {
        font-size: 18px;
    }

    #main .bd .detail .cbd {
        font-size: 12px;
    }

    #main .bd .history {
        padding: 8.3% 10% 5.85%;
    }

    #main .bd .banner.wave .text {
        font-size: 28px;
    }

    #main .bd .history .item {
        font-size: 14px;
    }

    #main .bd .history .item .year {
        font-size: 33px;
        margin-bottom: 8px;
    }

    #main .bd .history .item ul {
        width: 250px;
    }

    #main .bd .history .item li {
        font-size: 12px;
    }

    #main .bd .history .item li:after {
        top: 12px;
    }

    #main .bd .culture {
        padding-left: 9%;
        padding-right: 9%;
    }

    #main .bd .culture .chd svg {
        width: 46px;
        height: 46px;
    }

    #main .bd .culture .cbd li {
        width: 310px;
    }

    #main .bd .culture .cbd li:nth-child(odd) {
        padding-right: 12px;
    }

    #main .bd .culture li .num {
        font-size: 30px;
    }

    #main .bd .culture li .text {
        margin-left: 45px;
    }

    #main .bd .culture .cbd p {
        font-size: 13px;
    }

    #main .bd .honor {
        padding-left: 13.7%;
        padding-right: 13.7%;
    }

    #main .bd .honor li {
        width: 240px;
        margin-right: 80px;
    }

    #main .bd .honor li:nth-child(even) {
        margin-right: 0;
    }

    #main .bd .honor li span {
        font-size: 12px;
    }

    #main .bd .banner .text .l1 {
        font-size: 12px;
        margin-bottom: 23px;
    }

    #main .bd .banner .text .l2 {
        font-size: 23px;
    }
}

@media all and (max-width: 767px) {
    #main .hd .pic,
    #main .bd .side {
        display: none;
    }

    #main .hd {
        position: relative;
    }

    #main .hd .text {
        position: absolute;
        left: 7.47vw;
        top: 12.93vw;
        background: none;
        text-align: left;
    }

    #main .hd .text .l1 {
        font-size: 4vw;
        color: #808080;
        margin-bottom: 3.33vw;
    }

    #main .hd .text .l2 {
        font-size: 7.33vw;
        color: #010101;
    }

    #main .bd {
        padding-top: 0;
        background: #fff;
    }

    #main .bd .main {
        margin-right: 0;
        border: none;
    }

    #main .bd .detail {
        padding: 8.3% 5.8% 22.4%;
    }

    #main .bd .banner .clipBox {
        padding-bottom: 0;
    }

    #main .bd .banner .clipBox img {
        position: static;
        height: auto;
    }

    #main .bd .banner .text {
        display: none;
    }

    #main .bd .banner.wave {
        padding-bottom: 106.67%;
    }

    #main .bd .banner.wave .text {
        bottom: 20vw;
        font-size: 16px;
    }

    .banner.wave .balls span:nth-child(1) {
        display: none;
    }

    .banner.wave .balls span:nth-child(2) {
        left: 16vw;
        top: 44.27vw;
        width: 2.4vw;
    }

    .banner.wave .balls span:nth-child(3) {
        top: 62.4vw;
        width: 3.47vw;
    }

    .banner.wave .balls span:nth-child(4) {
        top: 40vw;
        width: 5.73vw;
    }

    .banner.wave .balls span:nth-child(5) {
        width: 2.67vw;
    }

    .banner.wave .balls span:nth-child(6) {
        top: 22.67vw;
        width: 3.33vw;
    }

    .banner.wave .balls span:nth-child(7) {
        top: 53.33vw;
        width: 2.13vw;
    }

    .banner.wave .balls span:nth-child(8) {
        width: 2.93vw;
    }

    #main .bd .cont .chd {
        font-size: 5.33vw;
        line-height: 1.75;
        color: #727272;
        margin-bottom: 10vw;
    }

    #main .bd .detail .cbd {
        font-size: 3.7vw;
        line-height: 1.87;
        color: #636363;
    }

    #main .bd .history {
        padding: 11.47% 7.5% 12%;
    }

    #main .bd .history .item:nth-child(odd),
    #main .bd .history .item:nth-child(even) {
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }

    #main .bd .history .chd {
        font-size: 6.13vw;
        text-align: center;
        font-weight: bold;
        color: #010101;
        line-height: 1;
        margin-bottom: 15.47vw;
    }

    #main .bd .history .list {
        padding-bottom: 0;
    }

    #main .bd .history .list:after,
    #main .bd .history .item:after,
    #main .bd .history .item:before {
        display: none;
    }

    #main .bd .history .item,
    #main .bd .history .item:nth-child(even) {
        padding-left: 5.33vw;
    }

    #main .bd .history .item {
        font-size: 3.73vw;
        line-height: 1.71;
        margin-top: 0;
        margin-bottom: 13.87vw;
    }

    #main .bd .history .item .name {
        position: relative;
        font-size: 6.4vw;
        margin-bottom: 2.67vw;
    }

    #main .bd .history .item .name:after {
        content: '';
        position: absolute;
        left: -5.73vw;
        top: 50%;
        transform: translateY(-50%);
        width: 2.93vw;
        height: .53vw;
        background: #1950a6;
    }

    #main .bd .history .item .year {
        font-size: 6.93vw;
        margin-bottom: 1.73vw;
    }

    #main .bd .history .item ul {
        padding-top: 4.27vw;
        width: auto;
    }

    #main .bd .history .item li {
        line-height: 1.71;
        padding-left: 2.53vw;
        color: #666;
    }

    #main .bd .history .item li:after {
        left: 0;
        top: 3.3vw;
        width: .7vw;
        height: .7vw;
        background: #666;
    }

    .culture #main .hd .text {
        display: none;
    }

    #main .bd .culture {
        padding: 15.73% 4.27% 13.33%;
    }

    #main .bd .culture .chd {
        font-size: 6.13vw;
        color: #010101;
        line-height: 10vw;
        margin-bottom: 13.33vw;
    }

    #main .bd .culture .chd svg {
        width: 10vw;
        height: 10vw;
        margin-right: 4vw;
    }

    #main .bd .culture li {
        position: relative;
        padding-left: 5.33vw;
    }

    #main .bd .culture li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 2.07vw;
        width: 1.73vw;
        height: .53vw;
        background: #2458aa;
    }

    #main .bd .culture li .num {
        display: none;
    }

    #main .bd .culture li .text {
        margin-left: 0;
    }

    #main .bd .culture .cbd .title {
        font-size: 4.67vw;
        margin-bottom: 1.33vw;
    }

    #main .bd .culture .cbd .content,#main .bd .culture .cbd .content p {
        font-size: 4vw;
        line-height: 1.7;
    }

    #main .hd .text.white .l1,
    #main .hd .text.white .l2 {
        color: #fff;
    }

    #main .bd .honor {
        padding: 8% 6.13% 5%;
        background: #e6e8ec;
    }

    #main .bd .honor li {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10vw;
        text-align: center;
    }
    #main .bd .honor .honor_bref{ margin-bottom: 10vw;font-size: 3.7vw;}
    #main .bd .honor li:hover img {
        transform: none;
    }

    #main .bd .honor li span {
        font-size: 4vw;
        line-height: 3.73;
    }

    #main .bd .school .cbd {
        line-height: 1.67;
    }

    #main .bd .system .cbd p {
        margin-bottom: 8vw;
        line-height: 1.67;
    }

    #main .bd .system .cbd p:after {
        top: 2.5vw;
        transform: none;
    }

    #main .bd .honor_other{
        padding: 8% 6.13% 5%;
    }
    #main .bd .honor_other .chd{
        margin-bottom: 0;
    }
    #main .bd .honor_other ul li p {  margin-bottom: 5vw;  }
    #main .bd .honor_other ul li{font-size: 3.7vw;}
    #main .bd .honor_other ul li img{ width: 100% !important; }
    #main .bd .honor_other ul li:last-child{border-bottom: 0;}
    #main .bd .honor_other .zlbox .li {  margin-bottom: 10vw;  width: 40%;}
    #main .bd .honor_other .zlbox .li .p2 {  line-height: 1;  }
    #main .bd .honor_other .zlbox .li .p2 span { font-size: 9vw !important;  }
    #main .bd .cont .spsonmenu{display: flex;justify-content: space-between;  align-items: flex-end; font-size: 4vw;}
    #main .bd .cont .spsonmenu a{  color:#7d7d7d;  }
    #main .bd .cont .spsonmenu a.on{ font-size: 4.33vw; color:#0496df;  }


}
