﻿.header-wrap {
    padding: 15px 0 4px;
}

    .header-wrap .logo-wrap {
        float: left;       
    }

        .header-wrap .logo-wrap a {
            display: inline-block;
            width: 493px;
            height: 100px;
            background: url(../images/logo1.png) no-repeat center center;
        }

    .header-wrap .head-qrcode {
        float: right;
        margin-top: 12px;
    }

        .header-wrap .head-qrcode .item {
            float: left;
            text-align: center;
            cursor: pointer;
            margin-left: 18px;
            position: relative;
        }

            .header-wrap .head-qrcode .item > .imgbox {
                width: 67px;
                height: 67px;
                padding: 5px;
                border: 1px solid #e7e7e7;
                border-radius: 3px;
                margin: 0 auto;
                background-color: #fff;
            }

            .header-wrap .head-qrcode .item p {
                font-size: 12px;
                color: #5e5e5e;
                margin-top: 5px;
            }

            .header-wrap .head-qrcode .item .preview-box {
                display: none;
                position: absolute;
                left: -127px;
                top: 66px;
                width: 198px;
                border: 1px solid #e5e5e5;
                border-radius: 10px;
                overflow: hidden;
                z-index: 15;
            }

                .header-wrap .head-qrcode .item .preview-box .imgbox {
                    background-color: #fff;
                    padding: 15px 20px;
                }

                .header-wrap .head-qrcode .item .preview-box .caption {
                    padding: 15px;
                    background-color: #f5f5f5;
                }

                    .header-wrap .head-qrcode .item .preview-box .caption .txt {
                        font-size: 12px;
                        color: #2e2e2e;
                        line-height: 180%;
                    }

                        .header-wrap .head-qrcode .item .preview-box .caption .txt .name {
                            color: #ff7300;
                        }

                        .header-wrap .head-qrcode .item .preview-box .caption .txt .pl {
                            color: #0b9134;
                        }

    .header-wrap .search-wrap {
        float: left;
        margin-left: 135px;
        margin-top: 15px;
    }

        .header-wrap .search-wrap .srh-case a {
            font-size: 12px;
            color: #4a4a4a;
            display: inline-block;
            padding: 4px 8px;
        }

            .header-wrap .search-wrap .srh-case a.active {
                color: #fff;
                background-color: #ff6700;
            }

            .header-wrap .search-wrap .srh-case a:hover {
                color: #ff6700;
            }

                .header-wrap .search-wrap .srh-case a:hover.active {
                    color: #fff;
                }

        .header-wrap .search-wrap .srh-bar .srh-input {
            float: left;
        }

            .header-wrap .search-wrap .srh-bar .srh-input input {
                width: 380px;
                height: 36px;
                border: 2px solid #ff6700;
                padding: 0 10px 0 30px;
                background: url(../images/search.jpg) #fff no-repeat 10px center;
            }


                .header-wrap .search-wrap .srh-bar .srh-input input::-webkit-input-placeholder {
                    color: #b9b9b9;
                }

                .header-wrap .search-wrap .srh-bar .srh-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
                    color: #b9b9b9;
                }

                .header-wrap .search-wrap .srh-bar .srh-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
                    color: #b9b9b9;
                }

                .header-wrap .search-wrap .srh-bar .srh-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                    color: #b9b9b9;
                }

.header-wrap .search-wrap .srh-bar .srh-btn {
    width: 70px;
    height: 36px;
    background-color: #ff6700;
    border: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
