.header_search_div {
    width: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}


/**包裹搜索区域部分**/
.header_search {
    width: 1200px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.header_search_logo {*/
/*    width: 163px;*/
/*    height: 102px;*/
/*}*/

.header_search_logo {
    width: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
}

.header_search_logo_dq {
    width: auto;
    height: 60px;
    display: block;
}

.header_search_logo_dq_row {
    width: auto;
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.header_search_logo_dq_row_img {
    width: 65px;
    height: 60px;
    background: url(../img/logo_img.svg) no-repeat left center;
}

.header_search_logo_dq_row_name_space {
    width: auto;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_search_logo_dq_row_name_space_title {
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.header_search_logo_dq_row_name_space_url {
    width: auto;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-weight: bold;

}

.header_search_logo span {
    font-size: 22px;
    font-weight: 500;
    color: #1C1717;
    line-height: 35px;
}

.header_search_div_right {
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header_search_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 20px;
}

.header_search_title_t {
    /*padding-left: 25px;*/
    line-height: 30px;
}

.header_search_title_phone {
    line-height: 30px;
    background: url(../img/Slice78@2x.png) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 25px;
    display: flex;
    justify-content: flex-start;
}

.header_search_title_phone span {
    font-weight: bold;
    font-family: PingFang SC-Regular, PingFang SC;
}


/**搜索框*/

.header_search_search {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/**搜索框上方tab切换*/
.header_search_search-tab {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.header_search_search-tab-left {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}

/**搜索框上方电话width: 160px;*/
.header_search_tel {
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #666666;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

/**搜索框*/
.header_search_text {
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    border-radius: 4px;
    border: 1px solid #DB4E3E;
    margin-top: 2px;
}

.header_search_text a {
}

.header_search_text a:hover {
    color: #FFFFFF;
}

.header_search_text input {
    flex-grow: 1;
    height: 44px;
    /*width: 471px;*/
    border: 1px solid #DB4E3E;
    outline: none;
    border: 0px;
    border-radius: 4px 0 0 4px;
}

.header_search_text_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 44px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    line-height: 54px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
}

.header_search_text_btn i {
    height: 22px;
    width: 22px;
    display: block;
    background: url(../img/Slice2@2x.png) no-repeat;
    background-size: 22px 22px;
}

.header_search_text_btn:hover {
    background: #BF4234;
}

.header_search_text_btn:active {
    background: #A6392D;
}

.header_search_text_btn_new {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 44px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    line-height: 54px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
}

.header_search_text_btn_new i {
    height: 22px;
    width: 22px;
    display: block;
    background: url(../img/Slice2@2x.png) no-repeat;
    background-size: 22px 22px;
}

.header_search_text_btn_new:hover {
    background: #BF4234;
}

.header_search_text_btn_new:active {
    background: #A6392D;
}

.header_search_text_btn_landingpage3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 102px;
    height: 44px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    line-height: 54px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
}

.header_search_text_btn_landingpage3 i {
    height: 22px;
    width: 22px;
    display: block;
    background: url(../img/Slice2@2x.png) no-repeat;
    background-size: 22px 22px;
}

.header_search_text_btn_landingpage3:hover {
    background: #BF4234;
}

.header_search_text_btn_landingpage3:active {
    background: #A6392D;
}


/**热点关键词**/


.header_search_keyword {
    /*width: 590px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.header_search_keywords {
    flex-grow: 1;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.header_search_keyword_icon {
    width: 14px;
    height: 14px;
}

.header_search_tab_item {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    height: 28px;
    width: 62px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.header_search_pointer {
    color: #FFFFFF;
    background: url(../img/Union.png) no-repeat;
    font-weight: bold;
}

.header_search_nopointer {
}

/**热点关键词 end**/

.header_search_img {
    height: 16px;
    background-image: url(../img/Slice4@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 5px;
    background-size: 19px 14px;
}

.header_search_titles {
    display: inline-block;
    height: 22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    line-height: 5px;
    text-decoration: none;
    padding: 8px;
}

.header_search_title_se {
    color: #ffffff;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
}

.header_search_title_tel {
    margin-left: 80px;
}

.header_search_ewm {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_search_ewm-space {
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: space-between;
}

.header_search_ewm_div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/******/

.header_search_div_left {
    flex-grow: 1;
    margin-left: 20px;
    height: 100%;
    /*width: 590px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header_search_div_left_ztbfile {
    margin-left: 20px;
    width: 700px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header_search_div_left_top {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    background: #F5F7FB;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.header_search_depart {
    width: 263px;
    height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.header_search_depart_div {
    display: flex;
    align-items: center;
}


/*搜索框样式2*/


.header_cxm_div {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.cxm_sjx {
    margin-top: 7px;
    margin-left: 5px;
}

.header_search_input_solid {
    width: 1px;
    height: 13px;
    border-left: 1px solid #ccc;
    margin-right: 16px;
    margin-left: 16px;
}

.header_search_select_show {
    display: none;
}

.header_search_select {
    width: 87px;
    height: 136px;
    background-color: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 46px;
    left: 0;
    z-index: 999;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.1);
}

.header_search_select a {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.header_search_select a:hover {
    background-color: #F5F7FB;
}

.header_search_input_div {
    background: url(../img/Slice83@2x.png) no-repeat left center;
    background-size: 14px 14px;
    flex-grow: 1;
    /*width: 495px;*/
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 4px 0 20px;
}

.header_search_input_div input {
    outline: none;
    border: none;
    height: 100%;
    /*width: 378px;*/
    flex-grow: 1;
    background: #F5F7FB;
}

.header_search_text_btn_2 {
    /*display: none;*/
    width: 88px;
    height: 38px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    background: linear-gradient(180deg, #EB6C5E 0%, #CA4637 100%);
}

.header_search_text_btn_2:hover {
    background: #BF4234;
}

.header_search_text_btn_2:active {
    background: #A6392D;
}

.header_search_div_left_bto {
    width: 100%;
    display: flex;
    align-items: center;
}

.header_search_div_left_bto_end {
    flex-grow: 1;
    display: flex;
    /*width: 487px;*/
    align-content: center;
    justify-content: space-between;
}

.banner_close_div {
    position: absolute;
    display: flex;
    width: 70%;
    top: 4px;
    right: 15%;
}

.banner_close_img {
    cursor: pointer;
    width: 24px;
}

.main-top-img {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-top-img-topFoucs {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80px;
}

.main-top-img-topFoucs-imgs {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 80px;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.main-top-img-topFoucs-imgs img {
    width: 100%;
    height: 80px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.main-top-img-topFoucs-imgs a {
    display: block;
    width: 100%;
    height: 80px;
}

.main-top-img-topFoucs-imgs a img {
    width: 100%;
    height: 80px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.main-top-img-topFoucs-imgs-state {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0
}

.main-top-img-topFoucs-imgs-state a {
    width: 10px;
    height: 10px;
    display: block;
    background: #FFFFFF;
    opacity: 0.3;
    border-radius: 10px;
    margin: 0 5px;
}

.main-top-img-topFoucs-imgs-state a.curimg {
    opacity: 0.7;
}

.header_search_member {
    width: 149px;
    height: 44px;
    background: #F3AE3D;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
}

.header_hot_line {
    height: 14px;
    border: 1px solid #666666;
}

.pttz_div {
    width: 250px;
    height: 28px;
    line-height: 30px;
    overflow: hidden;
    z-index: 10;
    background: transparent !important;
}

.pttz_a {
    display: flex;
    background: transparent !important;
    cursor: pointer;
}