body{
    margin: 0;
    padding: 0;
}

#mainav {
    width: 100%;
    color: #fff;
    background-color: #ffffff;
    box-shadow: 0px 20px 50px #EEEEEE;
}

#mainav .navbox {
    height: 200px;
    width: 100%;
}

#mainav .topName {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.topName img {
    width: 567px;
    height: 153px;
    margin-top: 25px;
    float: left;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.head {
    display: flex;
    flex-basis: 200px;
    background-color: #ffffff;
    box-shadow: 0px 20px 50px #EEEEEE;
}

.main {
    display: flex;
    align-self: center;
    flex-direction: column;

    margin: 100px 0;
    padding: 70px 30px;
    border-radius: 3px;
}

.search{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.a_img .s1 {
        display: block;
    width: 40%;
    float: left;
    top: 10px;
    margin-right: 2%;
    border-top: 2px solid #e12323;
}
.a_img img{float: left;margin-right: 2%;margin-top: -9px;}
.a_img .s2 {
   display: block;
    width: 40%;
    float: left;
    top: 10px;
    border-top: 2px solid #e12323;
}
.a_img{width: 750px;
    margin: 0 auto;       padding-top: 30px;
    overflow: hidden;
    text-align: center;}
.el-input__inner{
    border: 1px solid #cccccc;
    padding-left: 20px;
    color: #555555;
    width: 500px;
    font-size: 18px;
    line-height: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.el-input__inner:focus{
    outline: none;
}

.el-input__inner::placeholder{
    color: #cccccc;
}


.search-btn{
    background-image: linear-gradient(to right, #ac0000, #f13500);
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
    outline: none;
    border: 0 none;
    cursor: pointer;


}

.tableBox {
    box-shadow: 0px 0px 10px #CCCCCC;
    border-radius: 3px;
    padding: 0;
    background: #EBF2FD;
    display: flex;
    flex-direction: column;
}

.companyName {

    text-align: center;

    font-size:30px;
    font-weight:700;
}

.companyTitle {
    margin-top: -10px;
    margin-bottom:50px;
    text-align: center;

    font-size:35px;
    font-weight:700;
}

.f_t1{
    border-collapse: collapse;
}
.f_t1 thead th {
    padding: 10px;
    width: 165px;
}

.f_t1 tbody td {
    background: #ffffff;
    padding: 10px;
    width: 265px;
    text-align: center;
}

.f_t1 tbody td a {
    text-decoration: none;
    color: black;
}

.nodata{
    padding: 15px;
    background: #ffffff;
    text-align: center;
}

.result {
}

footer {
    display: flex;
    background-color: #F5F6F7;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    padding: 20px 0;

}

footer span {
    margin-right: 20px;
}

footer p {
    line-height: 20px;
}

footer p a {
    text-decoration: none;
    color: black;
}

.return {
    float: right;
    margin-top: 75px;
}

.return a{
    text-decoration: none;
    color: black;
}
