﻿.examination {
    margin: 132px auto 0;
    max-width: 1920px;
    min-width: 1180px;
}
.examination .banner{
    background: url('../image/examination_banner.png') no-repeat center/1920px 537px;
    height: 537px;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    line-height: 26px;
}
.examination .banner >div{
    width: 1080px;
    margin-top: 90px;
}
.examination .banner >div > div{
    width: 418px;
}
.examination .banner >div p:first-child{
    font-size: 36px;
}
.examination .banner >div p:nth-child(2){
    margin: 36px 0 26px;
}
.examination .banner >div p:not(first-child) {
    font-weight: 200;
}
.examination >div:nth-child(2){
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}
.examination .wp2 > div{
    width: 540px;
    height: 446px;
    margin: 30px 0 60px;
    border-radius: 10px;
    background: url('../image/examination_arrow.png') no-repeat left 30px bottom 30px /32px 8px;
    cursor: pointer;
}
.examination .wp2 > div:hover{
    border: 1px solid #C2C2C2;
    background: url('../image/examination_arrowH.png') no-repeat left 30px bottom 30px /32px 8px;
}
.examination .wp2 >div > div:first-child{
    margin: 30px;
}
.examination .wp2 >div > div:first-child p:nth-child(2) {
    margin: 24px 0 20px;
}
.examination .wp2 >div > div:nth-child(2){
    height: 100%;
    background: #F4F4F4;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    line-height: 26px;
    font-size: 16px;
}
.examination .wp2 >div > div:nth-child(2) > p:first-child{
    font-size: 18px;
    margin-bottom: 30px;
}
.examination .wp3{
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}
.examination .wp3 > p:first-child, .examination .wp4 p:first-child, .examination .wp5 > p:first-child{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 33px;
    font-size: 24px;
}
.examination .wp3 > p:first-child::after, .examination .wp4 p:first-child::after, .examination .wp5 > p:first-child::after{
    content:'';
    width: 24px;
    height: 6px;
    margin: 8px 0;
}
.examination .wp3 > p:first-child::after, .examination .wp5 > p:first-child::after {
    background: url('../image/examination_wp301.png') no-repeat bottom/24px 6px;
}
.examination .wp3 > div{
    width: 1020px;
    display: flex;
    margin-top: 24px;
    border-radius: 10px;
    color: #666;
    line-height: 22px;
}
.examination .wp3 > div img{
    max-width: 415px;
    vertical-align: bottom;
}
.examination .wp3 .title{
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
}
.examination .wp3 > div:nth-child(2){
    background: #CFECEA;
}
.examination .wp3 > div:nth-child(3){
    background: #FFE9DB;
}
.examination .wp3 .pd{
    padding: 24px 32px 0 24px;
}
.examination .wp4 {
    background: url('../image/examination03.png') no-repeat center/1920px 520px;
    height: 520px;
    max-width: 1920px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.examination .wp4 > div{
    padding: 60px 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.examination .wp4 > div > p:first-child::after{
    background: url('../image/examination_wp401.png') no-repeat bottom/24px 6px;
    margin-bottom: 24px;
}
.examination .wp4 > div > p:nth-child(2), .examination .wp5 > p:nth-child(2){
    font-size: 18px;
}
.examination .wp4 ul {
    display: flex;
    margin: 60px 0;
    color: #666;
    margin-right: -100px;
    font-size: 18px;
}
.examination .wp4 ul li{
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    width: 220px;
    height: 136px;
    margin-right: 100px;
    padding: 50px 0 40px;
}
.examination .wp5 {
    padding: 60px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #525252;
}
.examination .wp5 > p:first-child::after{
    margin-bottom: 24px;
}
.examination .wp5 ul {
    margin: 60px 0;
    display: flex;
    align-items: center;
}
.examination .wp5 ul li img{
    width: 248px;
}