﻿.gognsi {
    width: 900px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gogs {
    width: 770px;
    display: flex;
}
/* 弹出层设置圆角需要对三层都设置 */
.xubox_shade {
    border-radius: 3px !important;
}

.xubox_layer {
    border-radius: 3px !important;
}

    .xubox_layer iframe {
        /* border-radius: 3px !important;*/
        border-radius: 10px !important;
    }

.xubox_main {
    /* border-radius: 3px !important;*/
    border-radius: 10px !important;
}
.banner_pt {
    margin-top: -17px;
    background-size: 100%;
}
.gognsi2 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
    margin-left: 35px;
    line-height: normal;
}
/*搜索框*/
.hang01 .searchBox {
    float: right;
    display: flex;
    align-items: center;
} 

.hang01 .searchBox2 {
    position: relative;
}

.hang01 .keywordTxt {
    width: 450px;
    height: 41px;
    color: #666;
    background: #fff;
    box-sizing:border-box;
    padding-left:14px;
}
.hang01 .keywordTxt::placeholder {
    color: #999999
}
.hang01 .keywordTxt:focus {
    outline: none;
}

.hang01 .searchStore, .searchAll {
    width: 115px;
    height: 39px;
    line-height: 39px;
    background: #EC9412;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
}

.hang01 .searchStore {
    position: absolute;
    background: #FF7200;
    right: 1px;
    top: 1px;
}

.hang01 .searchAll {
    margin-left: 10px;
}