/* 肥料证件查询3 */
/* 基础布局---开始 */
a {
    color: #ffffff;
}

a:focus,a:hover {
    text-decoration: none;
    color: #ffffff !important;
}

.inquery3-center {
    width: 1200px;
    margin: 45px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-center {
    width: 930px;
    height: 280px;
    position: relative;
    border-bottom: 1px solid #dddddd;
}

.right-center {
    width: 240px;
    height: 280px;
}

ul {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 465px;
    float: left;
}

.float-Clean {
    clear: both;
    width: 929px;
}

.classTitle-style {
    text-align: justify;
    text-align-last: justify;
    width: 115px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    padding: 5px;
    color: #8d8d8d;
    background-color: #f2f2f2;
    margin-top: 40px;
}

.classMessage-style {
    line-height: 25px;
    padding-left: 15px;
    font-size: 16px;
}

.numGreen {
    color: #09a14a;
}


/* 基础布局---结束 */



/* 左侧信息---开始 */
.company-Name {
    text-align: center;
    font-size: 30px;
    color: #000000;
}

.information {
    width: 930px;
    height: 200px;
    margin-top: 45px;
}

.information-title {
    font-size: 20px;
    font-weight: 600;
}

/* 左侧信息---结束 */
.company-Pro {
    text-align: center;
    font-size: 18px;
    color: #000000;
}

.pro-pic {
    width: 240px;
    height: 245px;
    border: 1px solid #cfcfcf;
    margin-top: 17px;
}

.pro-pic p {
    color: #909090;
    font-size: 18px;
    text-align: center;
    padding-top: 83px;
}

.confirm-Pro {
    width: 204px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background-color: #09a04b;
    color: #ffffff;
    margin: auto;
    text-align: center;
    margin-top: 83px;
    border-radius: 10px;
}

/* 右侧信息结束 */



/*下半部详细信息---开始 */
.inquery3-center2 {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 150px;
}

.left-center2 {
    width: 930px;
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 45px;
}

.width-Heavy {
    width: 770px;
}

/* 证件查询2  样式 */
.inquery3-center3 {
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.special-Note {
    width: 1200px;
    margin: auto;
    padding-top: 40px;
    color: #535353;
    font-size: 16px;
    margin-bottom: 150px;
}

.pro-pic2 {
    width: 240px;
    height: 760px;
    border: 1px solid #cfcfcf;
    margin-top: 17px;
}

.person-div {
    width: 204px;
    margin: auto;
    text-align: center;
    padding-top: 25px;
}

.person-div p {
    font-size: 14px;
    color: #000000;
    padding-top: 20px;
}

.qiye {
    padding-top: 18px;
}

.zuanshi {
    padding-top: 5px;
}

.person-div>div>img {
    padding-right: 8px;
}

.zuanshi img {
    width: 21px;
}

.person-div>div>span {
    position: relative;
    bottom: 6px;
}

/* .confirm-Pro2 {
    width: 102px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background-color: #09a04b;
    color: #ffffff;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
} */
.shop, .agent {
    display: block;
    width: 102px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    float: left;
    color: #ffffff;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    border-radius: 10px;
    margin-left: 10px;
}
.shop{
    background-color: #09a04b;

}
.agent{
background-color: #144cc9;
}
.product img{
    width: 185px;
    height: 185px;
}
.product p{
     font-size: 14px;
color: #010101;
margin-top: 10px;
}