@charset "UTF-8";
/* CSS Document */


body{
    color: #333;
}



.infor_box{
    width: 62%;
    margin: 0 auto;
    padding-top: 140px;
}
.infor_box h1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 46px;
}
.infor_box h1 span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 12px;
}
.infor_box p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}
.infor_box img{
    width: 100%;
    margin-bottom: 30px;
}
.infor_box h3{
    margin-bottom: 14px;
}
.infor_box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.infor_box ul li{
    width: 32%;
}
.infor_box ul li.two{
    width: 49%;
}
.infor_box ul li p{
    font-size: 12px;
    color: #999;
    line-height: 16px;
    text-align: center;
    padding: 0 10px;
    margin-top: -20px;
}
pre{
    font-size: 12px;
    color: #999;
}
.tips{
    font-size: 12px;
    color: #999;
    line-height: 16px;   
}
.infor_box h3{
    font-size: 18px;
    font-weight: 900;
    margin-top: 30px;
}
strong{
    font-weight: 900;
}
.imgcon p{
    color: #999;
    margin-top: -20px;
    text-align: right;
    font-size: 13px;
}

@media (max-width: 1000px){



    .infor_box{
        width: 90%;
        margin: 0 auto;
        padding-top: 130px;
    }
    .infor_box h1{
        font-size: 2.6rem;
        line-height: 3.6rem;
        font-weight: bold;
        margin-bottom: 1.2rem;
    }
    .infor_box h1 span{
        display: block;
        font-size: 1.4rem;
        font-weight: normal;
        margin-top: 0rem;
    }
    .infor_box p{
        font-size: 1.4rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }
    .infor_box img{
        width: 100%;
        margin-bottom: 2rem;
    }
    .infor_box ul{
        display: block;
    }
    .infor_box ul li{
        width: 100%;
    }
    .infor_box ul li.two{
        width: 100%;
    }
    pre{
        font-size: 1.1rem;
        color: #999;
    }
    .infor_box h3{
        font-size: 1.8rem;
        font-weight: 900;
        line-height: 3rem;
        margin-bottom: 1rem;
    }
    .infor_box ul li p{
        font-size: 1rem;
        line-height: 2rem;
        text-align: center;
        padding: 0 10px;
        margin-top: -20px;
    }
    .imgcon p {
        color: #999;
        margin-top: -2rem;
        text-align: right;
        font-size: 0.9rem;
    }

}




















