
/** banner瀹瑰? **/
.banner-container{
    padding-top: 70px;
    width: 100%;
    height: 390px;
    overflow: hidden;
    background-color: #f7f9fa;
    position: relative;

}
.banner-container img{
    display: block;
    width: 1920px;
    height: 390px;
    position: absolute;
    top: 70px;
    margin-left: 50%;
    left: -960px;

}
.title{
    width: 100%;
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 1.5em 0;
    border-bottom: 1px solid #d7e3f1;
}
.main-content-position{
    width: 100%;
    box-sizing: border-box;
    padding: 48px 0;
}
/**???哥?浠?**/
.introduction-container{
    width: 1200px;
    /*display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 48px;*/
    margin: 0 auto;
}
.introduction-img{
    width: 100%;
    height: 372px;
    background: url("../img/resources/1.png") no-repeat center center;
    margin-bottom: 36px;
}
.introduction-paragraph{
    color: #333;
}
.introduction-title{
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 20px;
    font-weight: bold;
    color: #024c9f;
    position: relative;
    padding-bottom: 10px;
}
.introduction-title:before{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #024c9f;
    left: 0;
    top: 38px;
    position: absolute;
}
.introduction-content{
    padding-top: 16px;
    text-indent: 32px;
    text-align: justify;
    line-height: 36px;
    letter-spacing: 0.05em;
}
.data-statistics{
    overflow: hidden;
    width: 100%;
    height:435px;
    background:url("../img/resources/2.png") no-repeat center center;
}
.data-statistics-container{
    width: 1200px;
    margin: 0 auto;
}
.data-statistics-title .d-s-t{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 12px;
}
.data-statistics-title .d-s-p{
    color: rgba(255,255,255,1);
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
@font-face {
    /* font-properties */
    font-family: AgencyFB;
    src:url('../font/AgencyFB.woff'),
    url('../font/AgencyFB.ttf'),
    url('../font/AgencyFB.eot'); /* IE9 */
}
.data-statistics-content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.d-s-c-s{
    font-family: "AgencyFB", sans-serif;
    font-size: 70px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}
.d-s-c-s:before{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 18px;
    margin-left: 50%;
    left: -20px;
}
.d-s-c-c{
    color: #ffffff;
    text-align: center
}
.qualification-position{
    width: 1200px;
    height: 356px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, 240px);
    grid-row-gap: 20px;
    grid-template-rows: repeat(auto-fit,168px) ;
}
.q-p-position{

}
.q-p-position p{
    text-align: center;
}
.q-p-bg{
    width: 240px;
    height: 120px;
}
.q-p-bg-1{
    background: url("../img/qualification/1.png") no-repeat center center;
}
.q-p-bg-2{
    background: url("../img/qualification/2.png") no-repeat center center;
}
.q-p-bg-3{
    background: url("../img/qualification/3.png") no-repeat center center;
}
.q-p-bg-4{
    background: url("../img/qualification/4.png") no-repeat center center;
}
.q-p-bg-5{
    background: url("../img/qualification/5.png") no-repeat center center;
}
.q-p-bg-6{
    background: url("../img/qualification/6.png") no-repeat center center;
}
.q-p-bg-7{
    background: url("../img/qualification/7.png") no-repeat center center;
}
.q-p-bg-8{
    background: url("../img/qualification/8.png") no-repeat center center;
}
.q-p-bg-9{
    background: url("../img/qualification/9.png") no-repeat center center;
}
.enterprise-culture{
    width: 100%;
    background-color: #f7f9fa;
}
.enterprise-culture-position{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.e-c-title{
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 32px;
    letter-spacing: 0.05em;
}
.e-c-s-title{
    font-size: 24px;
    padding-bottom: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #024c9f;
}
.e-c-bg{
    width: 700px;
    height: 347px;
    background: url("../img/resources/3.png") no-repeat center center;
    background-size: contain;
}
.development-course-container{
    width: 100%;
}
.development-course-position{
    width: 1200px;
    padding-top: 32px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.development-course-content-container{
    width: 792px;
    height: 642px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.d-c-c-items{
    width: 792px;
    height: 642px;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.d-c-c-items.d-c-c-items-active{
    visibility: visible;
    opacity: 1;
    transition: all .3s;
    z-index: 998;
}
.d-c-c-items ul{
    height: 100%;
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.d-c-c-items li{
    display: flex;
    justify-content: left;
}
.d-c-c-items span{
    padding: 0 15px;
    letter-spacing: 0.05em;
    text-align: justify;

}
.d-c-c-items span:nth-child(1){
    font-style: italic;
    font-weight: bold;
    color: #024c9f;
    min-width: 100px;
}
.development-course-menu-container{
    display: flex;
    align-items: center;
}
.development-course-menu-container ul{
    display: flex;
    height: 540px;
    width: 170px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.development-course-menu-container li{
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    letter-spacing: 0.05em;
    font-weight: bold;
    cursor: pointer;

}
.development-course-menu-container li:nth-child(2){
    top: 96px;
}
.development-course-menu-container li:nth-child(3){
    top: 196px;
}
.development-course-menu-container li:nth-child(4){
    top: 294px;
}
.development-course-menu-container li:nth-child(5){
    top: 393px;
}
.development-course-menu-container li:nth-child(6){
    top: 493px;
}
.d-c-m{
    transition: all .3s;
}
.d-c-m-active{
    color: #FFFFFF;
    background: #024c9f;
    transition: all .3s;
}
.development-course-bg{
    width: 238px;
    height: 642px;
    background: url("../img/resources/4.png") no-repeat;
}