/* header */
.header-container {
    color: #fff;

}

.title a {
    color: #fff;

}
.phone{
    margin-left: 263px;
}

.main .main-left .main-left1{
    display: block;
    width: 483px;
    height: 77px;
}
.main .main-left .main-left2{
    display: block;
    margin-top: 46px;
    margin-bottom: 36px;
    width: 715px;
    height: 42px;
}
.main .main-right{
    top: 30px;
    right: -900px;
}
.main .main-right img {
    width: 864px;
    height: 749px;
}


/* product */

#product {
    height: 0;
    overflow: hidden;
    margin-bottom: 111px;
}
.introduce-product-container {
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.introduce-product-container>:nth-child(n+3) {
    margin-top: 28px;
}
 .introduce-product-item {
    padding: 26px 39px;
    width: 570px;
    height: 153px;
    display: flex;
    cursor: pointer;
    transition: all 0.6s ease;
    box-shadow: 0px 0px 40px 0px rgba(72,72,72,0.04);
    border-radius: 10px;
    background: #FFFFFF;
}

.introduce-product-item:hover {
    transform: scale(1.1);
}
.introduce-product-right {
    margin-left: 27px;
}
.introduce-product-right .text1 {
    margin: 14px 0 20px;
    font-size: 24px;
    color: #333;
    font-weight:bold;
}
.introduce-product-right .text2 {
    font-size: 18px;
    color: #444444;
}


/* function */

#function {
    height: 0;
    overflow: hidden;
    margin-bottom: 110px;
}
.introduce-function-container {
    margin-top: 52px;
}
.introduce-function-main {
    display: flex;
    justify-content: space-around;
    margin-bottom: 55px;
}

.introduce-function-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 480px;
    font-size: 28px;
    color: #333;
    transition: all 0.6s ease;
}
.introduce-function-left:hover {
    transform: scale(1.1);

}
.introduce-function-left .text1 {
    font-size: 130px;
    font-weight: bold;
    color: #EE2226;
    opacity: 0.15;
}
.introduce-function-left .text2 {
    margin: 68px 0 26px;
}
.introduce-function-right {
    transition: all 0.6s ease;
}
.introduce-function-right:hover {
    transform: scale(1.1);

}
.introduce-function-right img {
    width: 475px;
    height: 475px;
}

.introduce-function-middle {
    background: #FFF8F8;
    margin-bottom: 55px;
    padding: 30px 0;
}

.introduce-function-item {
    display: flex;
    justify-content: space-around;
}


/* contact */

.contact {
    height: 191px;
    margin-top: 107px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/recruitExaminee/contact-bj.png) no-repeat center center;
}
.contact img {
    display: block;
    width: 687px;
    height: 36px;
}
.contact .text2 {
    margin-top: 23px;
    width: 230px;
    height: 46px;
    background: #FFFFFF;
    box-shadow: 0px 4px 0px 0px rgba(255,255,255,0.35);
    border-radius: 23px;
    color: #F02B2C;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    user-select:none;
}
/* .contact .text2:hover {
    background-color: #f3eded;
} */
.contact .text2:active {
    background-color: #e2dcdc;
    color:#f62424 ;
}


.number {
    color: #FE5A4D;
}
