
.sercid{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_left{
    width: 45%;
    display: flex;
   
    margin-top: 80px;
    position: relative;
}

.content_img img{
    width: 530px;
    height: 500px;
	object-fit: cover;
}
.content_text{
    width: 410px;
    height: 370px;
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.1);
    background-color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 50%;
    right: -30%;
    transform: translate(-50%,-50%);
}
.fw{
    color: #57595B;
    font-size: 30px;
    margin-top: 60px;
}
.qzl{
    color: #C2BFBF;
    font-size: 22px;
    margin-top: 30px;
}
.zl{
    color: #0E5A9E;
    font-size: 24px;
    line-height: 35px;
	width: 65%;
	margin: 40px auto;
}
.xian{
	width: 70px;
	height: 4px;
	background-color: #0E5A9E;
	margin: 15px auto;
}
.content_right{
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left{
    width: 100%;
    height: 700px;
}
.right{
    width: 40%;
    height: auto;
    
}
.body_content{
    float: left;
    width: 46%;
    margin-right: 8%;
    margin-top: 50px;
}
.body_content:nth-child(2n){
    margin-right: 0;
}
.imager{
    height: 60px;
    width: 60px;
}
.titlt{
    color: #575A64;
    font-size: 22px;
	margin: 10px auto;
}
.text{
    color: #C2BFBF;
    font-size: 14px;
    line-height: 25px;
}


@media only screen and (max-width: 768px){
    .content_left{
        display: none;
    }
    .content_right {
        width: 90%;
        margin: 24px auto;
    }
    .left {
        width: 100%;
        height: auto;
    }
    .body_content {
        float: left;
        width: 46%;
        margin-right: 8%;
        margin-top: 50px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}
