.anlixqcon{
    width: 1170px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 100px;
}
.anlixqcontop{
    height: auto;
    width: 100%;

}
.imgbox{
    width: 195px;
    height: 195px;
    overflow: hidden;
    float: left;
}
.introduce{
    margin-left: 220px;
    width: 910px;
}
.introduce a{
    color: inherit;
}
.introduce h3{
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}
.introduce h1{
    line-height: 30px;
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}
.introduce p{
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}
.introduce img {
    object-fit: contain;
}
.anliconcon{
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.anliconcon p{
    color: #5D5D5D;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
}


@media screen and (max-width: 1024px){
    .anlixqcon{
        width: 100%;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .anlixqcontop{
        width: 100%;
        height: auto;


    }
    .imgbox{
        width: 50%;
        height: auto;
        overflow: hidden;
        float: none;
        margin: 0 auto;

    }
    .introduce{
        margin-top: 10px;
        margin-left: 0px;
        width: 95%;
        padding: 0 2.5%;
    }
    .introduce h3{
        height: 30px;
        line-height: 30px;
        color: #333333;
        margin-bottom: 15px;
    }
    .introduce h1{
        line-height: 30px;
        color: #333333;
        margin-bottom: 15px;
    }
    .introduce p{
        color: #666666;
        font-size: 14px;
        line-height: 25px;
        text-align: left;
        max-width: 100%;
    }
    


}
@media screen and (max-width: 980px){
    .introduce img{
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
        text-align: center;
        display: inherit;
    }

}
@media screen and (max-width: 480px){
    .introduce img{
        width: 100%;
        text-align: center;
    }
}

.time_tip{
    color:#969696 !important;
    padding-bottom: 26px;
}
.introduce_box>p>img{
    max-width: 910px;
}