.checkimg {
    width: 100%;
    height: 328px;
    background: url("../img/company_name_check/checkBackimg.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3px;
}

.nuclearName {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 64px;
}

.checksmalltitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
}

/*查询的表单*/

.allFrom {
    width: 1162px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}

.allFrom span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

}

.formitem {
    height: 47px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-right: 30px;
}

.formitem_city {
    width: 236px;
    border-radius: 2px;
}

.formitem input {
    width: 100%;
    height: 47px;
    line-height: 47px;
    border: none;
    outline-style: none;
    padding-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.valClose {
    display: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: #c3c3c3;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 17px;
    cursor: pointer;
    transform: translateY(-50%);
    border-radius: 50%;
}

.validation {
    width: 172px;
    height: 47px;
    background: #F77304;
    border-radius: 2px;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

/*---*/
/*城市二级联动*/
._citys {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    display: inline-block;
    padding: 5px 20px 20px 20px;
    border-radius: 4px;
    width: 820px;
    border: 1px solid #eee;
    background: #fff;
    text-align: left;
}

.c_hot {
    padding-top: 8px;
    padding-left: 5px;
    height: 50px;
    line-height: 50px;
}

.c_hot a {
    margin: 0 5px;
}

._citys1 {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    height: 150px;
    line-height: 50px;
}

._citys1 a {
    display: inline-block;
    overflow: hidden;
    margin-left: 6px;
    width: 80px;
    height: 30px;
    background-color: #f5f5f5;
    color: #666;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
}

._citys1 a:hover {
    background-color: #27AE60;
    color: #fff !important;
}

/*城市二级联动end*/

.iconimg {
    width: 635px;
    height: 177px;
    margin-top: 51px;
}

.matters {
    width: 1049px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
}

.matters div {
    width: 236px;
    height: 317px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.matters div img {
    width: 100%;
    height: 172px;
    transition: All 0.3s ease-in-out;
}

.matters div span {
    width: 196px;
}

.matters div span:nth-child(2) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}

.matters div span:nth-child(3) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 15px;
}

.matters div:hover img{
    transform: scale(1.1);
}