﻿.page-wrap{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.column{
    padding: 40px 0 24px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}
.column-blue{
    background-color: #F5F9FF;
}
.column-blue .ind-box .hd .name::after{
    background-color: #F4F8FD;
}

.ind-box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background:  url(../img/hgzsjz/ind-box-bg.png) center top no-repeat;
    background-size: 50% auto;
}
.ind-box .hd{
    position: relative;
    z-index: 1;
    padding: 59px 0 0;
    text-align: center;
    margin: 0 auto;
}
.ind-box .line{
    position: absolute;
    z-index: -1;
    height: 1px;
    float: left;
    overflow: hidden;
    background-color: #B1CCF1;
}
.ind-box .line-1{
    top: 81px;
    left: 0;
    right: 0;
}
.ind-box .line-2{
    top: 91px;
    left: 25px;
    right: 25px;
}
.ind-box .line-3{
    top: 101px;
    left: 50px;
    right: 50px;
}
.ind-box .hd .tip{
    height: 24px;
    font-size: 16px;
    font-family: "arial";
    color: #a8c2e6;
    text-transform: uppercase;
}
.ind-box .hd .name{
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 auto 10px;
    padding: 0 50px;
    height: 57px;
}
.ind-box .hd .name::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: white;
    border-radius: 0 0 450px 450px;
    overflow: hidden;
}
.ind-box .hd .name>a{
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    color: white;
    border-radius: 25px;
}
.ind-box .hd .name>a::before,
.ind-box .hd .name>a::after{
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    top: 0;
    height: 57px;
    background-color: #D7E5F8;
    border-radius: 25px;
}
.ind-box .hd .name>a::after{
    z-index: -1;
    height: 50px;
    background-color: #044AAA;
}


/* 国际升学项目 */
.program-list{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0;
}
.program-list li{
    margin: 15px 0;
    box-sizing: border-box;
    width: 370px;
    padding: 30px 23px 18px;
    background: linear-gradient(81.55deg, #f8f9fd, #f3f5ff);
    border-radius: 12px;
}
.program-list li .title{
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.program-list li .group{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.program-list li .group .intro{
    padding-right: 22px;
    font-size: 14px;
    line-height: 28px;
    color: #888;
}
.program-list li .group .icon img{
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.program-list li:hover{
    background: linear-gradient(81.55deg, #f8f9fd, #e5e8f9);
}
.program-list li:hover .title{
    color:#044AAA;
}
.program-list li:hover .group .icon img{
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* 图标效果 */
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* 项目背景 */
.about-info{
    padding: 30px 0;
    overflow: hidden;
    font-size: 20px;
    line-height: 48px;
    color: #333;
}
.about-info p{
    text-indent: 2em;
}

/* 专业介绍 */
.bd-about{
    padding-top: 20px;
}
.table-box{
    margin-bottom: 30px;
}
.about-table{
    width: 100%;
    border-collapse: collapse;
}
.about-table td{
    padding: 10px 15px;
    line-height: 36px;
    font-size: 18px;
    border: 1px solid #ddd;
}
.about-table thead td{
    font-weight: bold;
    color: white;
    background-color: #C28C02;
}

.about-table-blue td{
    text-align: center;
}
.about-table-blue thead td{
    background-color: #80AFEF;
    padding: 5px 15px;
}

/* 招生及报名 */
.box-admission{
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.admission-about{
    position: relative;
    width: 500px;
    box-sizing: border-box;
    padding: 46px 20px 101px 50px;
    font-size: 24px;
    line-height: 48px;
    color: white;
    border-radius: 20px 80px 20px 80px;
    background: linear-gradient(240.74deg, #358aff, #044aaa);
    overflow: hidden;
}
.admission-about::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:  url(../img/hgzsjz/admission-bg.png) left top no-repeat;
    background-size: cover;
    opacity: 0.4;
}
.admission-about:hover::after{
    opacity: 0.6;
}
.admission-about .title{
    display: block;
    margin-bottom: 30px;
}

.admission-step-intro{
    position: relative;
    z-index: 1;
    width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.admission-step-intro::after{
    content: "";
    position: absolute;
    z-index: -2;
    left: 29px;
    top: 0;
    width: 1px;
    height: 100%;
    float: left;
    overflow: hidden;
    background-color: #ddd;
}
.admission-step-intro li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
}
.admission-step-intro li .step{
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #785809;
}
.admission-step-intro li .step::after{
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 0;
    background: linear-gradient(90deg, #fff1cf, #fbd269);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform-origin: 0 0;
}
.admission-step-intro li .intro{
    flex: 1;
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}
.admission-step-intro li .step,
.admission-step-intro li .intro{
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.admission-step-intro li:hover .step{
    margin-right: 20px;
}
.admission-step-intro li:hover .intro{
    padding-right: 20px;
}

/* 专业证书 */
.zyzs-list{
    padding: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.zyzs-list li{
    width: 274px;
    overflow: hidden;
    cursor: pointer;
}
.zyzs-list li img{
    width: 100%;
    height: auto;
}

/* 乘车指南 */
.guide-box{
    position: relative;
    z-index: 1;
    padding: 73px 0 21px;
    margin-bottom: 30px;
}
.guide-box img{
    width: 100%;
    height: auto;
}
.guide-box .guide-intro{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 46px;
    bottom: 0;
    width: 340px;
    float: left;
    padding: 44px 33px 0 37px;
    font-size: 18px;
    line-height: 48px;
    color: white;
    background: rgba(4, 74, 170, 0.9) url(../img/hgzsjz/guide-bg.png) left top no-repeat;
    background-size: cover;
    border-radius: 100px 0 0 0;
}

/* 招生简章下载 */
.guide-down{
    overflow: hidden;
}
.guide-down .title{
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.guide-down .title a{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 68px 0 86px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
    color: white;
    background: linear-gradient(96.13deg, #fbd269, #c28c02);
    border-radius: 40px;
}
.guide-down .pic{
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -40px;
    border-radius: 12px;
}
.guide-down .pic img{
    display: block;
    width: 100%;
    height: auto;
    cursor:pointer;
}
.guide-down .pic::after{
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition:all 0.9s;
    -moz-transition:all 0.9s;
    -ms-transition:all  0.9s;
    -o-transition:all 0.9s;
    transition:all 0.9s;
}
.guide-down .pic:hover::after{
    bottom: 100%;
}