/* 搜索框样式 */
.look-ahead {
    background-color: #1466df;
    width: 100%;
    padding: 10px;
}
.search-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 6px;
    height: 40px;
    background-color: #fff;
}
.nav-left input {
    padding-left: 5px;
    width: 100%;
    height: 40px;
    border: 0 none;
    border-radius: 6px;
}
.nav-left, .nav-right {
    flex: 1;
}
.nav-right {
    flex: 0 34px;
}
.nav-right img {
    position: relative;
    left: 0;
    top: 8px;
    width: 22px;
    height: 22px;
}

/* 产品列表样式 */
.prod-cat-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f1f2f3;
    padding: 0px 5px;
}
.prod-cat-wrap .row{
    padding: 20px 0px;
    overflow-x: auto;
}
.prod-cat-wrap .row ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.prod-cat-wrap .row ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 5px 0 5px;
    flex: 1;
}
.prod-cat-wrap .row ul li .img-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 1px solid #e2e3e4;
    box-sizing: border-box;
    cursor: pointer;
}

.prod-cat-wrap .row ul li .img-box:hover {
    border: 1px solid #016c9f
}
.prod-cat-wrap .row ul li img {
    width: 85%;
}

.prod-cat-wrap .row ul li p  {
    width: 100%;
    color: #016c9f;
    text-align: center;
    padding-top: 5px;
    font-size: 13px!important;
    font-weight: 600;
}

/* logo列表样式开始 */
.logo-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background-color: #fff;
}
.logo-container .panel{
    border: 1px solid #d2d2d4;
}
.logo-container .panel-heading {
    height: 50px;
    background-color: #f9f9f9;
    border-color: #d2d2d4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 700;
    color: #000!important;
    padding-left: 20px!important;
    padding: 10px;
    border-bottom: 1px solid #d2d2d4
}
.panel-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px
}
.panel-body .manf-logo {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    flex: 0 0 50%;
    max-width: 50%;
}
/* TOP OF PAGE样式开始 */
.top-of-page {
    text-align: center;
    padding: 8px 5px;
    color: #666;
}
.top-arrow {
    margin: 0 auto 7px;
    width: 7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #666;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.footer-info .contact-us-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 20px;
    color: #1466df;
    font-size: 14px;
    background-color: #fff;
}
.footer-info .contact-us-box a {
    display: block;
    height: 30px;
    width: 50%;
}
.footer-info .contact-us-box a:nth-child(even) {
    width: 30%;
}
.footer-info .wechat-email-box {
    padding: 20px 3px;
}
.footer-info .wechat-email-box div {
    padding: 10px 0px 12px;
    border: 1px solid #515151;
    color: #515151;
    text-align: center;
    font-size: 14px;
}
.email-box {
    margin-top: 20px;
}
.footer-info .wechat-email-box div img {
    position: relative;
    top: 5px;
    left: 0px;
    margin-right: 12px;
}
.net-contact-type {
    padding: 5px 0px;
    text-align: center;
}
.net-contact-type a {
    margin-right: 7px;
}