/* 头部 */
.page1 {

}

.top {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
}

.top_nei {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

/*首部广告*/
.first-ad {
    width: 1300px;
    margin: 0 auto 15px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #111111;
    /*position: relative;*/
}

nav {
    width: 1300px;
    height: 80px;
    overflow: hidden;
    /*position: relative;*/

}

#img {
    width: 1300px;
    height: auto;
    margin-top: 0;
    padding: 0;
}

#img li {
    /* width: 602px; */
    height: 100%;
    float: left;
    margin-right: 15px;

}

/* 其他广告 */

#index {
    position: absolute;
    left: 320px;
    bottom: 20px;
}

#index li {
    width: 8px;
    height: 8px;
    border: solid 1px gray;
    border-radius: 100%;
    background-color: #eee;
    display: inline-block;
}


#index .on {
    background-color: black;
}

/* 登录 */
.login {
    height: 35px;
    font-size: 12px;
    line-height: 36px;
    color: #898989;
    overflow: hidden;
}

.login_nei {
    margin: 0 16px;
}

.login a {
    color: #898989;
}

.login_left {
    float: left;
}

.login_left a:hover {
    color: #000000;
}

.login_right {
    float: right;
}

.login_right a {
    margin-left: 29px;
}

.login_right a:hover {
    color: #000000;
}

.login_rr {
    float: right;
}

.login_rr a:hover {
    color: #000000;
}

.login_c {
    float: left;
}

.login_rr img {
    margin: 3px 10px;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.dis-nav-mb {
    display: none;
}

.log_span {
    display: none;
}

/* 查询 */
.input {
    height: 145px;
    overflow: hidden;
}

.input_nei {
    margin: 0 16px 12px;
}

.img-pc {
    display: block;
}

.img-mb {
    display: none;
}

.logo {
    width: 230px;
    margin: 10px 20px 0 0;
    float: left;
}

.search {
    width: 600px;
    height: 38px;
    float: left;
    margin-top: 30px;
}

.menu {
    display: inline-block;
    width: 38px;
    height: 38px;
    display: none;
    float: right;
}

.sea_inp {
    width: 500px;
    height: 42px;
    border: solid 2px #ff6000;
    float: left;
}

select {
    border: none;
    color: #535353;
    font-size: 12px;
    /*width: 75px;*/
    padding: 9px 6px 9px 9px;
    float: left;
    margin-right: 8px;
}

select:focus {
    border: 0px;
    outline: none;
}

.button {
    border-radius: 1px;
    width: 80px;
    height: 34px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    float: left;
}

/*.sea_inp div .form-control {*/
/*    border-radius: 0;*/
/*}*/


/* -------------- */
/* custom-select */
/* -------------- */
.custom-select {
    position: relative;
    width: 100px;


}

.custom-select select {
    margin: 0;
    background: none;
    outline: none;
    /* Prefixed box-sizing rules necessary for older browsers */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Remove select styling */
    appearance: none;
    -webkit-appearance: none;
    /* Font size must the 16px or larger to prevent iOS page zoom on focus */
    /* General select styles: change as needed */
    font-family: helvetica, sans-serif;
    color: #444;
    padding: .2em 1.5em .5em .0em;
    line-height: 1.3;


}

.custom-select::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    right: 8px;
    margin-top: -4px;
    border: 8px solid #929497;
    border-width: 8px 5px 8px;
    border-color: #929497 transparent transparent transparent;
    z-index: 2;
    pointer-events: none;
}

/* Focus style */
.custom-select select:focus {
    outline: none;
    background-color: transparent;
    color: #222;
}

/* Set options to normal weight */
.custom-select option {
    font-weight: normal;
}

x:-o-prefocus, .custom-select::after {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-select select::-ms-expand {
        display: none;
    }

    .custom-select select:focus::-ms-value {
        background: transparent;
        color: #222;
    }
}

@-moz-document url-prefix() {
    .custom-select {
        overflow: hidden;
    }
    .custom-select select {
        width: 120%;
        width: -moz-calc(100% + 3em);
        width: calc(100% + em);
    }
}

.custom-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.sea_inp .sea_li {
    margin-top: 5px;
    border-right: 1px solid #a8a8a8;
    width: 0;
    float: left;
    height: 24px;
}

.sea_inp input:focus {
    border: 0px;
    outline: none;
}

.sea_sub {
    width: 100px;
    height: 42px;
    background-color: #ff6000;
    float: left;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.sea_sub2 {
    display: none;
}

.sea_sub:hover {
    background: #ff4700;
}

.sea_r {
    float: right;
}

.sel1 {
    height: 34px;
    width: 240px;
    margin-left: 15px;
    color: #898989;
}

.sea_sub:focus {
    border: 0px;
    outline: none;
}

.contact {
    /*margin: 5px 0 0 33px;*/
    width: 230px;
    height: 80px;
    float: left;
}

.qrcode {
    width: 78px;
    height: 78px;
    float: left;
}

/* 导航 */
.navigation {
    width: 1300px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    right: 0;
    overflow: hidden;
}

.navigation_nei {
    /* margin: 0 14px; */
    display: flex;
    justify-content: space-between;
}

.navigation_nei div {
    display: none;
}

.navigation_nei a {
    text-align: left;
    font-size: 14px;
    color: #000000;
    line-height: 50px;
}

.navigation_nei a:hover {
    color: #0066ff;
}

.img_xiu {
    overflow: hidden;
}

.md_top_ad {
    width: 100%;
    background-color: #dedede;
    padding-top: 10px
}

.top_ad_block {
    width: 1300px;
    margin: 0 auto;
}

.back {
    display: none;
}

.show-img {
    width: 250px;
    height: 80px;
    float: left;
    margin-left: 40px;
    margin-top: 5px;
    padding-right: 20px;
    border-right: 1px solid #D7D7D7
}

.official-img {
    float: left;
    border: 1px solid #D7D7D7;
    margin-left: 20px;
    width: 100px;
    margin-top: 5px
}

.official-img-block {
    width: 78px;
    height: 80px;
    float: left
}


.official-title {
    width: 20px;
    height: 80px;
    float: right;
    font-size: 12px;
    line-height: 12px;
    padding-top: 2px;
    color: #000000
}

.new-supply-main {
    margin: 0 0
}

#header-select-per {
    width: 15%;
    height: 42px
}

#header-select {
    height: 42px;
    font-size: 14px;
}

#header-select-per > .form-control {
    border: 2px solid #0066ff !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;

}

#header-input-per {
    border-bottom: 2px solid #0066ff !important;
    border-top: 2px solid #0066ff !important;
    border-right: 2px solid #0066ff !important;
    width: 52%;
    height: 42px
}

#input-group-append {
    width: 15%;
    /*    border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
}

#header-search {
    padding-left: 24px;
    padding-right: 24px;
    height: 42px;
    background-color: #0066ff;
    color: white;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;

}

.button-append {
    width: 16%;
    height: 42px;
    margin-left: 2%
}

#button-group-append {
    height: 42px;
    background-color: #0066ff;
    color: white
}

@media (max-width: 1024px) {
    .top_ad_block{
        width: 100%;
    }
    .img-pc {
        display: none;
    }

    .img-mb {
        display: block;
    }

    .logo {
        width: 8%;
    }

    #header-search {
        font-size: 12px;
        padding-left: 14px;
        padding-right: 14px
    }

    #button-group-append {
        font-size: 12px;
    }

    .top_nei {
        width: 100%;
    }

    .input {

    }

    .navigation {
        width: 100%;
    }

    .search {
        width: 48%;
    }

    #header-select-per {
        width: 20%;
        height: 42px
    }

    #header-input-per {
        width: 40%;
        height: 42px
    }

    #input-group-append {
        width: 18%;
    }

    .button-append {
        width: 20%;
        height: 42px;
        margin-left: 2%
    }

    .contact {
        width: 100%;
        object-fit: contain;
    }

    .show-img {
        width: 18%;
        height: auto;
        float: left;
        margin-left: 40px;
        margin-top: 5px;
        padding-right: 20px;
        border-right: 1px solid #D7D7D7
    }

    .official-img {
        float: left;
        border: 1px solid #D7D7D7;
        margin-left: 20px;
        width: 14%;
        margin-top: 5px
    }

    .official-img-block {
        width: 70%;
        height: auto;
        max-width: 78px;
    }

    .qrcode {
        width: 100%;
        height: auto;
        float: left;
    }

    .official-title {
        width: 15%;
        max-width: 20px;
        height: 80px;
        float: right;
        font-size: 8px;
        line-height: 12px;
        padding-top: 2px;
        color: #000000;

    }

    /* 广告*/


}

@media (max-width: 800px) {
    #page1 {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;

    }

    .mb-dis-icon {
        display: none;
    }

    /* 头部 */
    .top {
        width: 100%;
        overflow: unset;
    }

    .top_nei {
        width: auto;
        margin: 0 5px;
    }

    nav {
        width: 100%;
    }

    .input {
        height: auto;
        overflow: hidden;
        width: 100%;
        padding-bottom: 10px;
    }

    .input_nei {
        margin: 10px 0;
    }

    .login {
        width: 100%;
        background: #ffffff;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        font-size: 0.6em;
        justify-content: space-between;
        display: none;
    }

    .login_nei {
        margin: 0 2%;
        width: 96%;
    }

    .login_left {
        width: 43%;
        display: flex;
        justify-content: space-between;
    }

    .login_right {
        display: flex;
        justify-content: space-between;
        width: 57%;
        float: left;
    }

    .login_rr {
        width: 100%;
        height: 40px;
        background: #ffffff;
        position: fixed;
        bottom: 30px;
        left: 0;
        display: none;
    }

    .login_c {
        display: none;
    }

    .login_rr_l {
        width: 100%;
        margin: 0 auto;

    }

    .dis-nav-mb {
        display: block;
    }

    .login_c {
        float: none;
        text-align: center;
    }

    .login_right a {
        margin-left: 5px;
        font-size: 1em;
    }

    .login_right .log_tui {
        display: none;
    }

    .back {
        text-align: right;
        font-size: 20px;
        cursor: pointer;
        margin: 10px 10px 0 10px;
        display: block;
        line-height: 30px;
        height: 30px;
    }

    .log_span {
        display: inline;
    }

    .search {
        width: 75%;
        margin-top: 4%;
    }

    .sea_inp {
        height: 38px;
        width: 70%;
    }

    .logo {
        width: 12%;
        margin-right: 1%;
        margin-top: 13px;
        max-width: 80px;
        height: auto;
    }

    .sea_sub {
        height: 38px;
    }

    .sea_sub2 {
        width: 25%;
        display: block;
        float: right;
        font-size: 14px;
    }

    .menu {
        display: block;
    }

    .sea_sub1 {
        display: none;
    }

    .sea_inp select {
        font-size: 0.8em;
        padding: 0 10px 0 9px;
        /*padding-left: 5%;*/
        margin-right: 2%;
        text-align: center;
        height: 34px;
        border-bottom: none;
    }

    #type {
        width: auto;
    }


    .sel1 {

        width: 30%;
        font-size: 14px;
        margin-left: 0;
    }

    .navigation {
        display: none;
        width: 100%;
        height: 100%;
        background: #ffffff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 999;
        overflow: hidden;
    }

    .navigation_nei {
        display: block;
        margin: 0;
        width: 100%;
        height: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .navigation_nei a {
        display: block;
        width: 100%;
        text-align: center;
        color: #1f2024;
        line-height: 3.2em;
    }

    .navigation_nei div {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #1f2024;
    }

    .img_xiu {
        width: 10%;
        float: right;
        margin-top: 4%;
    }

    .contact, .qrcode {
        display: none;
    }

    .md_top_ad {
        width: 100%;
    }

    .top_ad_block {
        width: 100%;
        padding-top: 105px;

    }

    .new-supply-main {
        margin: 10px 10px
    }


    #header-select-per {
        width: 28%;
        height: 38px;


    }

    #header-select {
        height: 38px;
        padding-right: 0;
        padding-left: 0;
        font-size: 12px;
    }

    #header-select-per > .form-control {
        border: 2px solid #0066ff !important;

    }

    #header-input-per {
        border-bottom: 2px solid #0066ff !important;
        border-top: 2px solid #0066ff !important;
        border-right: 2px solid #0066ff !important;
        width: 30%;
        height: 38px;
        font-size: 12px !important;
    }

    #input-group-append {
        width: 20%
    }

    #header-search {
        padding-left: 20%;
        padding-right: 20%;
        height: 38px;
        background-color: #0066ff;
        color: white;
        font-size: 12px;
    }

    .button-append {
        width: 20%;
        height: 38px;
        margin-left: 0;

    }

    #button-group-append {
        height: 38px;
        background-color: #0066ff;
        color: white;
        font-size: 12px;
        padding: 0 20%;

    }

    .info-mb {
        display: none;
    }

    .img-pc {
        display: none;
    }

    .img-mb {
        display: block;
    }

}

.sup_gun .ad_smallpic {
    width: 150px;
    padding: 0 0;
}

.sup_gun .bigpic {
    width: 260px;
}
