/*
/*1行省略*/

.elli1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.elli2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.elli3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.elli4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.elli5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.fw {
    flex-wrap: wrap;
}


/*美化滑动条*/

.scrollbar {
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    border-radius: 100px;
    background-color: rgba(134, 0, 0, 0.9);
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: rgba(134, 0, 0, 0.9);
    /*background-color: rgba(217,217,217,0.3); */
    /*border-radius: 6px; */
}

.scrollbar::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(134,0,0,0.9); */
    /*border-radius: 6px; */
    background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
}


/*banner*/

.banner_WebCenter.WebCenter {
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.banner_form {
    width: 22%;
    min-width: 230px;
    height: 469px;
    padding: 10px 10px 0;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}

.randl {
    width: 100%;
    height: 89px;
    background-image: linear-gradient(90deg, #59A3ED 0%, #DE62C8 100%);
    /*background-color: #00c4a0;*/
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.randl_img {
    width: 59px;
    height: 59px;
    border-radius: 59px;
    background: #fff url(../img/randl_img.png) center no-repeat;
    margin: 16px 0 0 20px;
}

.radl_div {
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 16px;
}

.radl_div_tit {
    color: #fff;
}

.radl_div_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    margin-top: 17px;
}

.radl_div_btn a {
    width: 46px;
    height: 21px;
    line-height: 21px;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: var(--font-main-color);
}

.candp {
    width: 100%;
    height: 242px;
    background-color: #f8f8f8;
    margin-top: 10px;
}

.candp_tit {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: var(--font-main-color);
    text-align: center;
    line-height: 20px;
    padding-top: 18px;
}

.candp_titl {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    letter-spacing: 0px;
    color: #666666;
    margin: 10px 0;
}

.candp_input {
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #ababab;
    line-height: 40px;
    text-indent: 20px;
    margin-bottom: 10px;
    display: block;
    width: 86%;
    margin: 10px auto;
    float: none;
    text-align: left;
}

.candp_btn {
    height: 45px;
    /*background-color: var(--main-color1);*/
    background-image: linear-gradient(90deg,
    var(--main-linear-gradient-color-start)  0%,
    var(--main-linear-gradient-color-end) 100%);
    background-blend-mode: normal,
    normal;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    display: block;
    width: 86%;
    margin: 12px auto;
    border: 0 none;
    outline: 0 none;
}

.banner_infor_tit {
    height: 38px;
    background-color: #ececec;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 38px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.banner_infor_box {
    height: 80px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.banner_infor_ul {
    position: absolute;
    top: 0px;
    left: 5%;
    width: 90%;
}

.banner_infor_ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 5px 0;
    height: 21px;
    overflow: hidden;
}

.banner_infor_ul li span {
    flex: 1;
}

.banner_infor_span2 {
    text-align: center;
    /*color: #ff9000;*/
    color: var(--font-main-color);
}

.banner_infor_span3 {
    text-align: right;
}


/*advertisment*/

.index_ad {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.index_ad0 {
    width: 20%;
    background: #fff;
    padding: 2%;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .05);
}

.index_ad_tit {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: var(--font-main-color);
    /*color: #ff5a00;*/
    padding-bottom: 12px;
}

.index_ad_titl {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    line-height: 22px;
}

.index_ad01 {
    background: #fff url(../img/index-ad01.png) 92% center no-repeat;
    -webkit-background-size: 40%;
    background-size: 40%;
}

.index_ad02 {
    background: #fff url(../img/index-ad02.png) 92% center no-repeat;
    -webkit-background-size: 40%;
    background-size: 40%;
}

.index_ad03 {
    background: #fff url(../img/index-ad03.png) 92% center no-repeat;
    -webkit-background-size: 40%;
    background-size: 40%;
}

.index_ad04 {
    background: #fff url(../img/index-ad04.png) 92% center no-repeat;
    -webkit-background-size: 40%;
    background-size: 40%;
}


/*栏目*/

.colhea {
    width: 100%;
    border-bottom: 1px solid var(--main-linear-gradient-color-start);;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.colhea-flo {
    width: 29px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    /*background-color: #fd6e60;*/
    background-color: var(--font-main-color);
    margin-right: 14px;
}

.colhea-tit {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 28px;
}

.ind-col-box {
    margin-top: 50px;
}

.colhea-etit {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    line-height: 20px;
    margin-top: 11px;
    margin-left: 20px;
}

.colhea-subt {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e2b469;
    line-height: 29px;
}

.colhea-bla {
    flex: 1;
}

.ind-col {
    border-bottom: 1px solid #8f8f8f;
}

.ind-col-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.ind-col-sel {
    margin-right: 3%;
    flex: 1;
    outline: 0 none;
    border-radius: 5px;
    border: solid 1px #333;
    text-indent: 5px;
    font-size: 14px;
    height: 40px;
    line-height: 40;
    position: relative;
}

.ind-col-btn {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    /*background-color: #fd6e60;*/
    background-image: linear-gradient(90deg,
    var(--main-linear-gradient-color-start)  0%,
    var(--main-linear-gradient-color-end) 100%);
    border-radius: 5px;
}

.colhea-more {
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 31px;
    padding-right: 20px;
    background: url(../img/flo-more.png) right center no-repeat;
}

.ind-lon01.WebCenter {
    margin: 30px auto 50px;
    display: block;
}

.ind-lon01 img {
    display: block;
    width: 100%;
}

.hea-tl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.hea-tl-tim {
    position: relative;
    background: url(../img/tl.png) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 24%;
    height: 215px;
}

.hea-tl-a {
    height: 215px;
    width: 24%;
    position: relative;
    display: block;
    margin-bottom: 1%;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hea-tl-a:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
}

.hea-tl-a a.df {
    width: 100%;
    height: 176px;
    display: block;
}

.hea-tl-a:nth-child(8),
.hea-tl-a:nth-child(9),
.hea-tl-a:nth-child(10) {
    display: none;
}

.hea-tl-img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.hea-tl-txt {
    position: absolute;
    top: 80%;
    width: 80%;
    left: 10%;
}

.hea-tl-btn,
.hea-tl-see {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    /*color: #ff5000;*/
    color: var(--font-main-color2);
    text-align: center;
    margin-left: 2%;
    height: 26px;
    line-height: 26px;
    padding: 0 5%;
    /*border: 1px solid #ff5000;*/
    border: 1px solid var(--font-main-color2);
    border-radius: 3px;
}

.hea-tl-btn:hover,
.hea-tl-see:hover {
    /*background-image: linear-gradient(90deg, #ff8800 0%, #ff5e00 47%, #ff5000 100%), linear-gradient( #ff5d00, #ff5d00);*/

    background-image: linear-gradient(90deg,
    var(--main-linear-gradient-color-start)  0%,
    var(--main-linear-gradient-color-end) 100%);
    background-blend-mode: normal, normal;
    color: #fff;
}

.hea-tl-pri {
    text-align: left;
    color: #ff5100;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    /*margin-left: 5%;*/
    /* margin-right: 10px; */
    /*width:61%;*/
}

.hea-tl-pri i {
    font-style: normal;
}

.hea-tl-pri span {
    font-size: 14px;
}

.hea-tl-pri a {
    font-size: 20px;
    line-height: 28px;
    /*color: #ff5100;*/
    color: var(--font-main-color);
}


/*.hea-tl-txt a:nth-child(1){float:left;}*/

.hea-tl-txt div {
    float: left;
    /*color: #ff5100;*/
    color: var(--font-main-color2);
    font-size: 20px;
    line-height: 28px;
    height: 28px;
}

.gd .menu_panel {
    display: none;
}

.hea-tl-car {
    position: absolute;
    top: 72%;
    left: 0%;
    width: 100%;
}

.ind-col-goo {
    margin-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    height: 481px;
}

.ind-col-gool {
    width: 21%;
    height: 100%;
    background-image: linear-gradient(180deg, #7490f5 0%, #72aaf9 32%, #6fc4fd 100%, rgba(111, 196, 253, 0.5) 100%, #6fc4fd 100%), linear-gradient( #ffbfbf, #ffbfbf);
    background-blend-mode: normal, normal;
    text-align: center;
}

.tim_txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    /*color: #ff5900;*/
    color: var(--main-color1);
    position: absolute;
    top: 59%;
    width: 100%;
    left: 0%;
    text-align: center;
}

.ind-gool-tit {
    width: 76%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 11px;
    margin: 0 auto;
}

.ind-gool-tite {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 12px;
}

.ind-gool-titi {
    width: 65%;
    margin: 20px auto;
    display: block;
}

.ind-gool-titk {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    letter-spacing: 0.2em;
    background: #70b6fb;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.ind-gool-titk span {
    background: url(../img/ind-gool-titk1.png) center no-repeat;
    width: 9%;
    height: 100%;
    display: inline-block;
    -webkit-background-size: 90%;
    background-size: 90%;
    margin-left: 15%;
    margin-right: 2%;
}

.ind-gool-titk div {
    flex: 1;
    text-align: left;
}

.ind-gool-titb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 76%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.ind-gool-titb span {
    height: 26px;
    line-height: 26px;
    border-radius: 14px;
    font-size: 14px;
    border: solid 2px #ffffff;
    color: #fff;
    width: 40%;
    text-align: center;
    margin: 9px 0;
}

.ind-gool-tita {
    height: 22px;
    line-height: 22px;
    background-color: #ffffff;
    display: block;
    border-radius: 11px;
    width: 80px;
    margin: 10px auto;
    ;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #67bafc;
}

.ind-col-goom {
    width: 53%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.ind-col-goor {
    width: 21%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}

.ind-col-gooma {
    width: 23%;
    padding: 11.5% 0;
}

.ind-col-goor01 {
    width: 100%;
    padding: 61% 0;
}

.ind-col-goor02 {
    width: 100%;
    padding: 40% 0;
    /*margin-top: 8%;*/
}

.ind-col-goo02 .ind-col-gool {
    background-image: linear-gradient(180deg, #fe8c0c 0%, #fea12c 32%, #fdb64b 100%, rgba(253, 182, 75, 0.5) 100%, #fdb64b 100%), linear-gradient( #ffbfbf, #ffbfbf);
    background-blend-mode: normal, normal;
}

.ind-col-goo02 .ind-gool-tita {
    color: #ff951f;
}

.ind-col-goo02 .ind-gool-titk {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    letter-spacing: 0.2em;
    background: #fda836;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.ind-col-goo02 .ind-gool-titk span {
    background: url(../img/ind-gool-titk2.png) center no-repeat;
    width: 9%;
    height: 100%;
    display: inline-block;
    -webkit-background-size: 90%;
    background-size: 90%;
    margin-left: 15%;
    margin-right: 2%;
}

.ind-col-goo03 .ind-col-gool {
    background-image: linear-gradient(180deg, #a261c4 0%, #c587e8 50%, #ce91f1 100%, rgba(206, 145, 241, 0.5) 100%, #ce91f1 100%), linear-gradient( #ffbfbf, #ffbfbf);
    background-blend-mode: normal, normal;
}

.ind-col-goo03 .ind-gool-tita {
    color: #ad6dcf;
}

.ind-col-goo03 .ind-gool-titk {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    letter-spacing: 0.2em;
    background: #c385e6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.ind-col-goo03 .ind-gool-titk span {
    background: url(../img/ind-gool-titk3.png) center no-repeat;
    width: 9%;
    height: 100%;
    display: inline-block;
    -webkit-background-size: 90%;
    background-size: 90%;
    margin-left: 15%;
    margin-right: 2%;
}

.Bra_Con_bto {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 154px;
    background: #fff;
    margin-top: 49px;
}

.Bra_Con_bto0 {
    padding: 0 1%;
}

.Bra_Con_bto0 a {
    display: block;
    width: 100%;
}

.Bra_Con_bto0,
.Bra_Con_bto6 {
    width: 11.1%;
    height: 100%;
    text-align: center;
}

.Bra_Con_bto1 {
    width: 24.25%;
    height: 100%;
    background: url(../img/Bra_Con_bto1.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.Bra_Con_bto2 {
    background: url(../img/Bra_Con_bto2.png) center 30% no-repeat;
    -webkit-background-size: 30%;
    background-size: 30%;
}

.Bra_Con_bto6 {
    background: url(../img/Bra_Con_bto6.png) center 30% no-repeat;
    -webkit-background-size: 30%;
    background-size: 30%;
}

.Bra_Con_bto3 {
    background: url(../img/Bra_Con_bto3.png) center 30% no-repeat;
    -webkit-background-size: 30%;
    background-size: 30%;
}

.Bra_Con_bto4 {
    background: url(../img/Bra_Con_bto4.png) center 30% no-repeat;
    -webkit-background-size: 30%;
    background-size: 30%;
}

.Bra_Con_bto5 {
    background: url(../img/Bra_Con_bto5.png) center 30% no-repeat;
    -webkit-background-size: 30%;
    background-size: 30%;
}

.Bra_Con_bto0 div {
    padding-top: 70%;
}

.Bra_Con_bto7 {
    width: 7.4%;
    background: #404bd8;
    text-align: center;
    line-height: 154px;
    color: #fff;
    flex: 1;
}

.news_tab_box01 {
    margin-top: 20px;
}

.news_tab_box02 {
    width: 68%;
}

.news_tab_box02 .news_tabs01_conm {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.news_tab_box02 .news_tabs01_conm li {
    width: 100%;
}

.news_tabs01 {
    width: 60%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.news_tabs01 div {
    width: 23%;
    height: 42px;
    margin-right: 8px;
    line-height: 42px;
    background-color: #ffffff;
    border-radius: 15px 15px 0px 0px;
    /*border: solid 1px #fd6e60;*/
    border: solid 1px var(--font-main-color2);
    border-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    /*color: #fd6e60;*/
    color: var(--font-main-color2);
    text-align: center;
}

.news_tabs01 div:hover,
.news_tabs01 .tab_cur,
.news_tabs01 .tab02_cur,
.news-tra .news-tra-tab {
    /*background-color: #fd6e60;*/

    background-image: linear-gradient(90deg,
    var(--main-linear-gradient-color-start)  0%,
    var(--main-linear-gradient-color-end) 100%);
    background-blend-mode: normal,
    normal;
    border-radius: 15px 15px 0px 0px;
    color: #fff;
    cursor: pointer;
    /*background: #fd6e60;*/
}

.news_tabs01_cons {
    width: 95%;
    padding: 2.5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    background: #fff;
    display: none;
    position: relative;
}

.news_tabs01_coni {
    padding: 12.5%;
}

.news_tabs01_conm {
    width: 65%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-between;
    align-items: ;
    flex-wrap: wrap;
}

.news_tabs01_conm li {
    width: 45%;
}

.news_tabs01_conm li a:hover {
    /*color: #fd6e60;*/
    color: var(--font-main-color2);
}

.tab_con_cur,
.tab02_con_cur {
    display: flex;
}

.news_tab_big {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.news_tabs01_conm-i {
    position: absolute;
    left: 2.5%;
    top: 10%;
    height: 80%;
    display: none;
    width: 30%;
}

.tab02_con .news_tabs01_conm-i {
    width: 45%;
}

.news_tabs01_conm li:first-child .news_tabs01_conm-i {
    display: block;
}

.news_tabs01_conm li:hover .news_tabs01_conm-i {
    display: block;
}

.news_tab_box02 {
    width: 66%;
    position: relative;
}

.news_tab_box02 .colhea-more {
    position: absolute;
    right: 0;
    top: 8px;
}

.news-tra {
    width: 30%;
}

.news_tabs02 {
    width: 67%;
}

.news_tabs02 div {
    width: 32%;
}

.news_tab_box02 .news_tabs01_conm {
    width: 50%;
    height: 277px;
}

.news_tab_box02 .news_tabs01_coni {
    width: 46%;
    height: 0;
    padding: 19% 0;
}

.news_tab_box02 .news_tabs01 .tab02 {
    width: 32%;
}

.news-tra .news-tra-tab {
    width: 80%;
}

.news-tra {
    margin-top: 20px;
}

div.adv-per-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.adv-per {
    width: 23%;
    height: 440px;
    position: relative;
}

.adv-per-txt {
    cursor: default;
    position: absolute;
    bottom: 0;
    background: #fff;
    text-align: center;
    height: 22.7%;
    width: 100%;
    overflow: hidden;
}

.adv-per:hover .adv-per-txt {
    height: 42%;
}

.adv-per-txt01 {
    font-size: 26px;
    line-height: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 26px 0 13px;
}

.adv-per-txt02 {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 27px;
}

.adv-per-img {
    width: 70%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.adv-per-img a {
    width: 44px;
    border-radius: 100px;
    -webkit-box-shadow: 1px 1px 2px rgba(18, 150, 219, 1);
    box-shadow: 1px 1px 2px rgba(18, 150, 219, 1);
}

.adv-per-img a img {
    width: 100%;
}

.adv-per-img a:nth-child(2) {
    -webkit-box-shadow: 1px 1px 2px rgba(17, 172, 54, 1);
    box-shadow: 1px 1px 2px rgba(17, 172, 54, 1);
}

.boxfix {
    z-index: 50;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.42);
    height: 120px;
}

.boxfix-img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.boxfix—form {
    width: 42%;
    position: absolute;
    bottom: 18%;
    left: 34%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.boxfix .WebCenter {
    position: relative;
    height: 100%;
}

.boxfix-call {
    position: absolute;
    bottom: 18%;
    text-align: center;
    width: 12%;
    left: 88%;
    height: 32px;
    background-image: linear-gradient(90deg,
    var(--main-linear-gradient-color-start)  0%,
    var(--main-linear-gradient-color-end) 100%);
    border-radius: 3px;
    line-height: 32px;
    color: #fff;
    border: 0 none;
    outline: 0 none;
}

.boxfix-call a {
    color: #fff;
    font-size: 16px;
}

.boxfix—form input {
    width: 34%;
    height: 32px;
    background-color: #ffffff;
    min-width: 0;
    border-radius: 3px;
    line-height: 32px;
    border: 0;
    outline: 0;
    text-indent: 10px;
}

.boxfix—form button {
    text-align: center;
    width: 25%;
    height: 32px;
    background-image: linear-gradient(90deg,
    var(--main-linear-gradient-color-start)  0%,
    var(--main-linear-gradient-color-end) 100%);
    border-radius: 3px;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    border: 0 none;
    outline: 0 none;
}

.se-hour,
.se-min,
.se-sec {
    float: left;
    height: 49px;
    margin-right: 5px;
}

.hea-tl-car span {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: var(--font-main-color2);
    /*color: #ff5628;*/
    position: relative;
    text-align: center;
    height: 44px;
    float: left;
    width: 49px;
    height: 46px;
    line-height: 46px;
    background: url(../img/td.png) center no-repeat;
    background: cover;
}

.tempWrap {
    height: 100% !important;
}

.NDeal_tit {
    width: 90%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.NDeal_tit li {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 40px;
}

.NDeal_tit1,
.NDeal_tit3 {
    width: 30%;
}

.NDeal_tit2 {
    width: 40%;
}

.W {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    margin-left: -50px;
    margin-top: -50px;
    display: none;
}

.ind-bot.WebCenter {
    margin-top: 50px;
    padding: 31px 0 47px;
    /*height: 157px;*/
    background-color: #ffffff;
}

.ind-bot01 {
    width: 263px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    border-radius: 10px;
    border: solid 1px var(--main-linear-gradient-color-start);
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: var(--main-linear-gradient-color-start);
    margin: 0 auto;
}

.ind-bot02 {
    margin-top: 51px;
    width: 8%;
    padding: 10px 0 10px 7%;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    background: #fd6e60 url(../img/xuanze.png) no-repeat 20px center;
    -webkit-background-size: 16%;
    background-size: 16%;
}

.ind-bot02:nth-child(2) {
    background: #fd6e60 url(../img/gongzhengfuwu.png) no-repeat 20px center;
    -webkit-background-size: 16%;
    background-size: 16%;
}

.ind-bot02:nth-child(3) {
    background: #fd6e60 url(../img/fukuan.png) no-repeat 20px center;
    -webkit-background-size: 16%;
    background-size: 16%;
}

.ind-bot02:nth-child(4) {
    background: #fd6e60 url(../img/youji_x.png) no-repeat 20px center;
    -webkit-background-size: 16%;
    background-size: 16%;
}

.ind-bot02:nth-child(5) {
    background: #fd6e60 url(../img/shouli.png) no-repeat 20px center;
    -webkit-background-size: 16%;
    background-size: 16%;
}

.HeaderNav-btn {
    display: none;
}

.images-ban01 {
    background: url(../img/banner1.jpg) no-repeat center;
    background-size: cover;
}

.images-ban02 {
    background: url(../img/banner2.jpg) no-repeat center;
    background-size: cover;
}

.images-ban03 {
    background: url(../img/banner3.png) no-repeat center;
    background-size: cover;
}


/* .images-ban04 {
    background: url(../img/banner04.jpg) no-repeat center;
    background-size: cover;
} */

.ind-col-mob {
    display: none;
}

.candp_btn {
    cursor: pointer;
}

.freQ-clo {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -25px;
    right: 0;
}


/*登录弹出框*/

@font-face {
    font-family: 'close';
    src: url('../fonts/close.eot');
    src: url('../fonts/close.eot?#iefix') format('embedded-opentype'), url('../fonts/close.woff2') format('woff2'), url('../fonts/close.woff') format('woff'), url('../fonts/close.ttf') format('truetype'), url('../fonts/close.svg#iconfont') format('svg');
}

.pop-box {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    display: none;
    top: 0;
    left: 0;
}

.pop {
    width: 330px;
    height: 250px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -185px;
    margin-top: -125px;
    border-radius: 5px;
    padding: 15px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pop-tit {
    text-align: center;
    font: 23px/30px "微软雅黑";
    color: #333;
    letter-spacing: 10px;
    text-indent: 10px;
    font-weight: bold;
    margin: 10px 0;
    background: -webkit-linear-gradient(top left, #ff8500 0%, #ff5000 25%, #ff8500 50%, #ff5000 75%, #ff936b 100%);
    background: -o-linear-gradient(top left, #ff8500 0%, #ff5000 25%, #ff8500 50%, #ff5000 75%, #ff936b 100%);
    background-image: linear-gradient(90deg,#0E90D5 0%,
#3032A2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pop-tite {
    text-align: center;
    font: 14px/30px "微软雅黑";
    color: #333;
}

.pop-form {
    width: 85%;
    margin: 0 auto;
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pop-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.pop-input {
    flex: 1;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    text-indent: 10px;
    margin-left: 10px;
}

.pop-name {
    line-height: 30px;
    height: 30px;
    width: 20%;
    text-align-last: justify;
}

.pop-regi {
    width: 100%;
    text-align: right;
    height: 20px;
    font: 12px/20px "微软雅黑";
}

.pop-regi a {
    color: #ff5e00;
}

.pop-code-name {
    line-height: 40px;
}

.pop-code {
    flex: 1;
    margin-left: 10px;
    width: 30%;
    height: 40px;
    line-height: 40px;
}

.pop-code-img {
    width: 120px;
    height: 40px;
}

.pop-btn {
    display: block;
    width: 40%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background: #ff5e00;
    outline: 0;
    border: 0;
    font-size: 16px;
    border-radius: 5px;
}

.pop-btn a {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.pop-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    font: 20px/20px close;
    text-align: center;
    cursor: pointer;
}

.buybox,
.merBox,
.oneyuanBox {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
}

.buyform,
.merPop {
    width: 417px;
    height: 249px;
    background-color: #ffffff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -208px;
    margin-top: -125px;
}

.buytit {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #333333;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.buycon {
    border: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
}

.buyimg img {
    display: block;
    height: 100%;
}

.buyimg,
.buylist {
    width: 50%;
    height: 140px;
    overflow: hidden;
}

.buyimg {
    border-right: 1px solid #e8e8e8;
}

.buyli {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
    color: #666666;
    height: 46px;
    line-height: 46px;
    text-indent: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.buyli span {
    height: 46px;
    max-width: 50%;
    float: left;
}

.buyli:nth-child(1) span:nth-child(2) {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.buyli:nth-child(2) span:nth-child(2) {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.buyli:nth-child(3) span:nth-child(2),
.buyli span em {
    font-style: normal;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #e90000;
}

.buybtns .buybtn {
    width: 50%;
    background-color: #f4f4f4;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #999999;
    height: 47px;
    line-height: 47px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px 0px 0px 5px;
}

.buybtns .buybtn02 {
    color: #fff;
    background-color: #ff5d00;
    border-radius: 0px 0px 5px 0px;
    border: none;
    outline: none;
}

.buyclose,
.merClose {
    width: 21px;
    height: 21px;
    background: #ffffff url(../img/buyclose.png) no-repeat center;
    border: solid 1px #ff5d00;
    border-radius: 100px;
    position: absolute;
    right: -10px;
    top: -10px;
}

.merTit01 {
    color: #fff;
    background-image: linear-gradient(90deg,
    #0E90D5 0%,
    #3032A2 100%);
    /*background: url(../img/merTit01.png) center no-repeat;*/
    height: 46px;
    line-height: 46px;
    -webkit-background-size: cover;
    background-size: cover;
}

.merTit02,
.merTit03,
.merTit04 {
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
    line-height: 54px;
    height: 54px;
    padding-left: 10%;
    background: url(../img/mer01.png) 5% center no-repeat;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #838383;
}

.merTit03 {
    background: url(../img/mer02.png) 5% center no-repeat;
}

.merTit04 {
    background: url(../img/mer03.png) 5% center no-repeat;
    border: none;
}

.merTit span:nth-child(2) {
    color: #333;
    margin-left: 5px;
    width: 70%;
    height: 46px;
}

.merTit04 span:nth-child(2) {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #3032A2;
    margin-top: 16px;
}

.merPop {
    height: 236px;
    margin-top: -118px;
}

.oneyuanPop {
    z-index: 2;
    width: 420px;
    height: 360px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -180px;
}

.oneyuan01 {
    width: 354px;
    height: 141px;
    background: url(../img/) 0 0 no-repeat;
    margin: 0 auto;
    z-index: 5;
}

.oneyuan02 {
    width: 420px;
    height: 248px;
    background-color: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 120px;
    left: 0;
}

.oneyuan0102 {
    position: absolute;
    right: 20px;
    top: 20px;
    right: 44px;
    top: 11px;
    cursor: pointer;
}

.oneyuan0201 {
    padding-top: 20px;
    height: 30px;
    line-height: 42px;
    font-size: 16px;
    text-indent: 5px;
}

.oneyuan0202 {
    margin: 23px 30px;
}

.oneyuan0202 img {
    margin: 0 10px;
}

.oneyuan020301 {
    width: 10px;
    height: 14px;
    padding-top: 3px;
}

.oneyuan020302 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #838383;
    margin: 0 5px;
}

.oneyuan020303 {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #ff4141;
}

.oneyuan03 {
    width: 232px;
    height: 40px;
    background-image: linear-gradient(180deg, #ffb78e 0%, #ff5d00 100%), linear-gradient( #999999, #999999);
    background-blend-mode: normal, normal;
    position: absolute;
    top: 348px;
    left: 50%;
    margin-left: -116px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

@media screen and (min-width:1200px) {
    /*媒体查询开始*/
    .WebCenter {
        width: 1200px;
        margin: 0 auto;
    }
    .font22 {
        font-size: 22px;
    }
    #banner a.prev,
    #banner a.next {
        display: block;
    }
    .hea-tl-pri {
        font-size: 16px;
    }
    /*媒体查询结束*/
}

@media screen and (max-width:1200px) and (min-width:960px) {
    /*媒体查询开始*/
    .WebCenter {
        width: 960px;
        margin: 0 auto;
    }
    .font22 {
        font-size: 18px;
    }
    div.banner_WebCenter.WebCenter {
        margin-left: -480px;
    }
    .tm_menu_list .more_items {
        width: 270%;
    }
    #PHB {
        height: 291px;
    }
    #PHB .PHB_Con .NDeal .NDealCon {
        height: 256px;
    }
    #PHB .PHB_Con .NDeal ul li span.lei,
    #PHB .PHB_Con .NDeal ul li span.name,
    #PHB .PHB_Con .NDeal ul li span.zhuangtai {
        font-size: 14px;
    }
    /*媒体查询结束*/
}

@media screen and (max-width:960px) and (min-width:639px) {
    /*媒体查询开始*/
    .WebCenter {
        width: 639px;
        margin: 0 auto;
    }
    .font22 {
        font-size: 14px;
    }
    .HeaderNavLeft {
        display: none;
    }
    header .HeaderNav .HeaderNavRight {
        width: 100%;
    }
    .menu_panel h2 img {
        display: none;
    }
    .gd .menu_panel {
        display: none;
    }
    div.banner_WebCenter.WebCenter {
        margin-left: -318px;
    }
    .index_ad_titl {
        font-size: 12px;
    }
    .index_ad0 {
        width: 21%;
        padding: 1%;
    }
    .index_ad_tit {
        font-size: 14px;
    }
    .hea-tl-btn {
        width: 29px;
    }
    .hea-tl-car span {
        font-size: 14px;
    }
    .ind-col-goo {
        height: 290px;
    }
    .ind-gool-tit {
        font-size: 14px;
    }
    .ind-gool-tite {
        font-size: 12px;
        margin-top: 5px;
    }
    .ind-gool-titi {
        margin: 5px auto;
    }
    .ind-gool-titk {
        width: 100%;
        height: 28px;
        line-height: 28px;
        color: #fff;
        letter-spacing: 0;
        font-size: 12px;
    }
    .ind-gool-titb span {
        height: 16px;
        line-height: 16px;
        border-radius: 12px;
        font-size: 12px;
        border: solid 2px #ffffff;
        color: #fff;
        text-align: center;
        margin: 1px 0;
    }
    .ind-gool-tita {
        height: 15px;
        line-height: 15px;
        background-color: #ffffff;
        display: block;
        border-radius: 11px;
        width: 80px;
        margin: 0px auto;
    }
    .Bra_Con_bto {
        height: 106px;
        font-size: 12px;
    }
    .Bra_Con_bto7 {
        line-height: 106px;
    }
    .tm_menu_list .more_items ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .tm_menu_list .more_items {
        width: 110%;
    }
    .se-hour,
    .se-min,
    .se-sec {
        float: left;
        height: 24px;
    }
    .hea-tl-car span {
        width: 25px;
        height: 24px;
        line-height: 24px;
    }
    .hea-tl-car {
        right: -19%;
    }
    .news_tabs01 div {
        font-size: 16px;
    }
    .news_tabs01_conm li a {
        font-size: 12px;
        line-height: 100%;
    }
    #PHB .PHB_Con .NDeal ul li span.lei,
    #PHB .PHB_Con .NDeal ul li span.name,
    #PHB .PHB_Con .NDeal ul li span.zhuangtai {
        font-size: 12px;
    }
    .NDeal_tit li {
        font-size: 14px;
    }
    #PHB .PHB_Con .NDeal {
        height: 209px;
    }
    #PHB .PHB_Con .NDeal .NDealCon {
        height: 160px;
    }
    .news_tab_box02 .news_tabs01_conm {
        height: 200px;
    }
    .boxfix {
        height: 64px;
    }
    .boxfix—form input,
    .boxfix—form button,
    .boxfix-call,
    .boxfix-call a {
        font-size: 12px;
        height: 21px;
        line-height: 21px;
        text-indent: 0;
    }
    .hea-tl-a,
    .hea-tl-tim {
        height: 160px;
    }
    .hea-tl-a a.df {
        height: 126px;
    }
    .hea-tl-txt div,
    .hea-tl-txt a.hea-tl-btn,
    .hea-tl-txt a.hea-tl-see,
    .hea-tl-pri a {
        font-size: 12px;
        padding: 0;
        letter-spacing: -2px;
    }
    .tim_txt {
        font-size: 12px;
    }
    /*媒体查询结束*/
}

@media screen and (max-width:639px) {
    /*媒体查询开始*/
    body {
        background: #f8f8f8;
        width: 100%;
    }
    /*网站首页头部样式*/
    header {
        width: 100%;
        padding: 0px;
    }
    .FirstAdv {
        display: none;
    }
    /*网站首页头部导航登录样式*/
    header .HeadCon {
        display: none;
    }
    header .HeaderNav {
        display: none;
    }
    /*网站首页头部LOGO、搜索样式*/
    #LogoAndSearch #Search {
        width: 42%;
        float: right;
        margin: 9px 2% 0px 0px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        border: 2px solid var(--main-linear-gradient-color-start);;
        height: 30px;
        flex: 1;
    }
    #Search .Sea_txt_SB {
        width: 100%;
        height: 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    #Search .Sea_txt_SB .type_list {
        display: none;
    }
    #Search .Sea_txt_SB input.head-input {
        width: 65%;
        height: 30px;
        line-height: 30px;
        padding-left: 3.2787%;
        border: none;
        font-size: 12px;
    }
    #Search .Sea_txt_SB a.SeaBtn {
        width: 25%;
        height: 30px;
        background: linear-gradient(90deg, var(--main-linear-gradient-color-start) 0%, var(--main-linear-gradient-color-end) 100%);
        display: block;
        color: #fff;
        float: right;
        text-align: center;
        line-height: 30px;
        font-size: 12px;
    }
    #LogoAndSearch a.BuySale {
        display: block;
        position: fixed;
        width: 50px;
        height: 50px;
        border-radius: 30px;
        background: #ff2929;
        color: #fff;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        font-weight: bold;
        z-index: 99;
    }
    #forBuy {
        left: 5px;
        top: 434px;
    }
    #forSale {
        left: 5px;
        top: 489px;
    }
    /*求购弹出框样式*/
    .HelpBuy {
        width: 90%;
        position: fixed;
        left: 5%;
        top: 50%;
        margin-top: -230px;
        margin-left: 0;
        z-index: 99999;
        display: none;
        /* border: 1px solid #cbcbcb; */
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
    }
    .HelpBuy p {
        width: 100%;
        text-align: center;
        line-height: 30px;
    }
    .HelpBuy .HelpBuy_Top {
        width: 100%;
        height: auto;
        border-bottom: none;
        padding: 12px 0px 6px;
        background-image: linear-gradient(90deg,#0E90D5 0%,
        #3032A2 100%);
        }
    .HelpBuy .HelpBuy_Top p {
        line-height: 25px;
        display: block;
        color: #fff;
        font-size: 14px;
    }
    .HelpBuy .HelpBuy_Top p:first-child {
        position: relative;
        font-size: 20px;
        margin-bottom: 3px;
        font-weight: 600;
        /* margin-top: 10px; */
    }
    .HelpBuy .HelpBuy_Top p:first-child span {
        position: absolute;
        right: 5px;
        top: -9px;
        cursor: pointer;
        display: block;
        width: 25px;
        height: 30px;
        text-align: center;
        font-size: 0px;
        background: url(../img/popclose.png) center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .HelpBuy .HelpBuy_Con {
        width: 100%;
        padding: 18px 0;
        background: #fff;
    }
    .HelpBuy .HelpBuy_Con p.baohu {
        /* background: #ffb900; */
        color: #333;
        font-size: 10px;
        width: 80%;
        height: 30px;
        display: block;
        margin: 0px auto;
        /* border: 1px solid #ffb900; */
        border-radius: 5px;
        position: relative;
    }
    .HelpBuy .HelpBuy_Con p.baohu span {
        display: block;
        float: left;
        /* margin-left: 10px; */
    }
    .HelpBuy .HelpBuy_Con p.baohu img.bh {
        float: left;
        margin-left: 45px;
        margin-top: 5px;
        display: none;
    }
    .HelpBuy .HelpBuy_Con p.baohu img.xxjt {
        position: absolute;
        display: block;
        left: 50%;
        margin-left: -6px;
        display: none;
        bottom: -12px;
    }
    .HelpBuy .HelpBuy_Con input {
        width: 80%;
        height: 40px;
        border: 1px solid #cbcbcb;
        color: #333;
        margin: 0px auto 10px;
        display: block;
        font-size: 14px;
        text-align: center;
        border-radius: 5px;
        float: none;
    }
    .HelpBuy .HelpBuy_Con input:first-child {
        margin-bottom: 0;
    }
    .HelpBuy .HelpBuy_Con p.singleinfo,
    p.yanzhengma {
        color: #0E90D5;
        font-size: 12px;
        display: block;
        height: 50px;
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    p.yanzhengma {
        width: 80%;
        margin: 0 auto;
    }
    p.yanzhengma input.YZM {
        width: 40%;
        display: block;
        float: left;
        margin: 0px;
        margin-right: 5px;
    }
    p.yanzhengma img {
        display: block;
        width: 40%;
        height: 40px;
        float: right;
    }
    .HelpBuy .HelpBuy_Con p.chaxunnum {
        width: 90%;
        height: 30px;
        line-height: 19px;
        font-size: 12px;
        display: block;
        margin: 0px auto;
    }
    .HelpBuy .HelpBuy_Con p.chaxunnum span {
        color: #0E90D5;
    }
    .HelpBuy .HelpBuy_Con input.tijiao {
        background: #4ba8e9;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        width: 50%;
        margin: 13px auto 0px;
        border: none;
        border-radius: 6px;
        background-image: linear-gradient(90deg,#0E90D5 0%,
        #3032A2 100%);
    }
    #banner ul.circle {
        display: none;
    }
    /*导航栏*/
    nav {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: auto;
        overflow: visible!important;
    }
    nav .w1200 {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    nav .menu_panel {
        display: none;
    }
    /*导航栏样式*/
    /*面包屑导航样式*/
    .webNav_Con {
        width: 100%;
        height: 50px;
        color: #666;
        line-height: 30px;
    }
    .webNav_Con a {
        font-size: 12px;
    }
    #QQserver,
    .HelpBuy {
        display: none;
    }
    /*首页底部样式*/
    footer {
        width: 100%;
        height: 200px;
        margin: 0px auto;
        margin-top: 30px;
    }
    footer .Foot_Con {
        width: 100%;
        height: 100%;
        position: relative;
    }
    footer .Foot_Con ul.GN_List {
        display: none;
    }
    footer #AboutUs {
        width: 25%;
        float: none;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 5%;
        bottom: 25px;
    }
    footer #AboutUs p {
        text-align: center;
        font-weight: bold;
        font-size: 10px;
        margin: 0;
        padding: 0;
    }
    footer #AboutUs p:first-child {
        display: none;
    }
    footer #AboutUs img {
        width: 100%;
        margin-bottom: 5px;
        /*margin-top: 71px;*/
    }
    footer #Contact {
        width: 90%;
        height: 250px;
        color: #424242;
        font-size: 12px;
        float: none;
        margin: 0px auto;
    }
    footer #Contact .h3 {
        font-size: 16px;
        font-weight: bold;
        font-family: "微软雅黑";
        color: var(--font-main-color2);
        display: block;
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }
    footer #Contact .address {
        width: 100%;
    }
    footer #Contact .address span {
        font-size: 12px;
        display: block;
        width: 100%;
        line-height: 15px;
        text-align: center;
        line-height: 30px;
        color: #333;
    }
    footer #Contact .swhz-container {
        width: 100%;
        height: 150px;
    }
    footer #Contact .swhz-container .holder {
        width: 97%;
        height: 50px;
    }
    footer #Contact .swhz-container .holder img {
        width: 11.6129%;
        /*36/310*/
        float: left;
        margin: 8px 3.2258% 0px 0px;
    }
    footer #Contact .swhz-container .holder>div {
        /*width: 83.8709%;*/
        /*260/310*/
        height: 50px;
        float: left;
    }
    footer #Contact .swhz-container .holder div.h2 {
        width: 100%;
        font-size: 12px;
        margin: 8px 0px;
    }
    footer #Contact .swhz-container .holder div.content {
        font-size: 12px;
        margin-bottom: 5px;
    }
    footer #Contact .swhz-container .holder div.support {
        display: none;
    }
    #friend_link {
        display: none;
    }
    footer .webmap {
        display: none;
    }
    footer #Copyright {
        width: 100%;
        height: 30px;
        /*margin: 70px auto;*/
        color: #666;
        font-size: 10px;
        border-top: 1px solid #ddd;
        padding-top: 10px;
    }
    footer #Copyright span {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        color: #333;
    }
    footer #Copyright span a {
        width: 10px;
        height: 10px;
        margin: 0px 5px;
        color: var(--font-main-color2);
        font-size: 12px;
    }
    .WebCenter {
        width: 90%;
        margin: 0 auto;
        min-width: 300px;
    }
    #FirstAdv {
        display: none;
    }
    .HeaderNavLeft {
        display: none;
    }
    .HeaderNavRight {
        width: 40%;
        position: fixed;
        right: 0;
        top: 50%;
        display: none;
    }
    #LogoAndSearch {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 50px;
        background: #fff;
        padding: 0;
    }
    .ZGLogo {
        height: 35px;
        margin: 0 5%;
        padding-top: 8px;
    }
    .ZGLogo img {
        padding-top: 8px ;
        height: 21px;
    }
    .HeaderNav-btn {
        display: block;
        background: url(../img/mobnav.png) center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        height: 50px;
        width: 20px;
        margin: 0 5%;
    }
    /*.header_btn {position: fixed;top: 50%;left:5px;}*/
    .Sea_txt_SB form {
        width: 100%;
    }
    .header_menu {
        overflow: hidden;
        height: auto;
        width: 50%;
        position: absolute;
        right: 0;
        top: 50px;
        z-index: 1000;
        display: none;
    }
    .header_menu li {
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        --main-linear-gradient-color-start: #0E90D5;
        --main-linear-gradient-color-end: #3032A2;
        background-image: linear-gradient(90deg,
        #0E90D5  0%,
        #3032A2 100%);
        /*background-image: linear-gradient(180deg, #ff8403 0%, #ff4200 100%), linear-gradient( #000000, #000000);*/
        background-blend-mode: normal, normal;
        border-radius: 48px 0px 0px 48px;
    }

    .hea-tl-txt>span{
        display:none;
    }
    .WebCenter.nav {
        width: 100%;
    }
    .header_menu li a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }
    .header_menu li img {
        display: none;
        height: 20px;
        width: 20px;
        padding: 2px;
        margin-top: 8px;
        border-radius: 100px;
        background: #ff2929;
    }
    .header_menu li span {
        flex: 1;
    }
    .header_menu li .hotimg {
        display: none;
    }
    .nav li a {
        color: #fff;
    }
    .index_ad {
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .index_ad0 {
        width: 98%;
        margin-bottom: 10px;
        padding: 6%;
    }
    #floor {
        display: none;
    }
    #banner {
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    .banner_WebCenter {
        display: none;
    }
    .prev,
    .next {
        display: none;
    }
    .images,
    .images li,
    .images li a,
    .images li a img {
        display: block;
        height: 100%;
    }
    .images-ban01 {
        background: url(../img/banner1.png) no-repeat center;
        background-size: cover;
    }
    .images-ban02 {
        background: url(../img/banner2.png) no-repeat center;
        background-size: cover;
    }
    .images-ban03 {
        background: url(../img/banner3.jpg) no-repeat center;
        background-size: cover;
    }
    #banner ul.circle {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    #banner ul.circle li {
        width: 10px;
        margin: 0 10px;
        height: 10px;
        background: #d5d5d5;
        border-radius: 10px;
    }
    #banner ul.circle .hover {
        background: #fff;
    }
    .col-lis,
    .colhea-flo,
    .colhea-etit,
    .colhea-subt,
    #Brand_Detail,
    .ind-bot,
    .news_tab_big,
    .ind-col .colhea {
        display: none;
    }
    .ind-col-mob {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #0c59db;
    }
    .ind-col-form {
        margin: 6px auto;
        flex-wrap: wrap;
        width: 100%;
    }
    .ind-col-sel {
        border: solid 1px #9e9e9e;
        flex: 0 0 auto;
        display: block;
        width: 60%;
        margin: 2% auto;
    }
    .ind-col-btn {
        width: 60%;
        flex: 0 0 auto;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
    }
    .ind-col-box {
        margin-top: 2%;
        background: #fff;
        padding: 4% 0;
    }
    .ind-col {
        border: 0;
    }
    .ind-lon01.WebCenter {
        width: 100%;
        margin: 2% auto;
    }
    .colhea-tit {
        text-indent: 10px;
        font-size: 18px;
        font-weight: bold;
        position: relative;
    }
    .colhea-tit:after {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        height: 16px;
        width: 3px;
        background: #0c59db;
    }
    .colhea-more {
        font-size: 14px;
        -webkit-background-size: 6px;
        background-size: 6px;
        padding-right: 14px;
    }
    .hea-tl-tim {
        position: absolute;
        background: none;
        top: 30px;
        left: 50px;
        display: none;
    }
    #FlashSales {
        position: relative;
    }
    .hea-tl-tim-mob {
        display: block;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ff5900;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 39%;
    }
    .hea-tl-a {
        width: 47%;
    }
    #FlashSales {
        margin-bottom: 0;
    }
    .news_tabs01 div {
        font-size: 14px;
    }
    .news_tabs01 div {
        width: 100%;
    }
    .news_tabs01 div {
        width: 23%;
        height: 30px;
        line-height: 30px;
    }
    .news_tabs01_conm-i {
        display: none !important;
    }
    .news_tabs01_coni {
        display: none;
    }
    .news_tabs01_conm {
        width: 100%;
    }
    .news_tabs01 {
        width: 100%;
    }
    .news_tabs01_conm li {
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
    .adv-per-box {
        flex-wrap: wrap;
    }
    .adv-per-txt {
        height: 30% !important;
    }
    .adv-per-txt01 {
        font-size: 20px;
        line-height: 26px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        padding: 18px 0 10px;
    }
    .adv-per-txt02 {
        font-size: 12px;
        line-height: 12px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #333333;
        padding-bottom: 13px;
    }
    .adv-per {
        width: 100%;
        height: 414px;
        overflow: visible;
        margin-bottom: 20px;
    }
    footer #AboutUs {
        bottom: -145px;
    }
    #LogoAndSearch a.BuySale {
        display: block;
        position: fixed;
        width: 50px;
        height: 50px;
        border-radius: 30px;
        background: #ffffff;
        color: #909090;
        text-align: center;
        line-height: 50px;
        font-size: 14px;
        font-weight: bold;
        z-index: 99;
        border: 1px solid #ddd;
    }
    .boxfix {
        display: none;
        height: 0;
    }
    .boxfix .WebCenter {
        display: none;
    }
    /*媒体查询结束*/
}


/*手机版样式*/

@media screen and (max-width:460px) {
    .oneyuanPop {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }
    .oneyuan01 {
        width: 90%;
    }
    .oneyuan01 img:nth-child(1) {
        width: 90%;
        margin: 0 auto;
    }
    .oneyuan02 {
        width: 100%;
        top: 90px;
    }
    .oneyuan020302 {
        margin-right: 65%;
    }
    .oneyuan0203 {
        flex-wrap: wrap;
    }
    .oneyuan02 {
        height: 264px;
    }
    .oneyuan03 {
        top: 337px;
    }
    body {
        background: #f8f8f8;
        max-width: 460px;
        width: 100%;
        padding-bottom: 0px;
    }
    #Article {
        width: 100%;
        height: auto;
    }
    #Article .Article_Con {
        width: 90%;
        height: auto;
        margin: 0 auto;
        padding: 0 5%;
        float: none;
    }
    #Article .Article_Con h1 {
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: left;
        font-size: 16px;
        margin-top: 10px;
        font-weight: bold;
    }
    #Article .Article_Con .info {
        width: 100%;
        height: 30px;
    }
    #Article .Article_Con .info .info_con {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
    }
    #Article .Article_Con .info .info_con span {
        height: 30px;
        line-height: 30px;
        font-size: 8px;
        margin-right: 1%;
        display: inline-block;
    }
    #Article .Article_Con .article {
        width: 90%;
        height: auto;
        text-indent: 20px;
        font-size: 12px;
        line-height: 30px;
        font-weight: normal;
        padding: 30px 5% 10px;
    }
    #Article .Article_Con .prevandnext {
        width: 100%;
        margin-top: 10px;
    }
    #Article .Article_Con .prevandnext p {
        width: 100%;
        line-height: 30px;
        font-size: 12px;
        color: #000;
    }
    #Article .Article_Con .more_arctile {
        width: 100%;
    }
    #Article .Article_Con .more_arctile p {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 15px 0px;
        margin: 15px 0px;
    }
    #Article .Article_Con .more_arctile ul {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    #Article .Article_Con .more_arctile ul li {
        width: 100%;
        height: 30px;
    }
    #Article .Article_Con .more_arctile ul li img {
        display: none;
    }
    #Article .Article_Con .more_arctile ul li span {
        width: 100%;
        display: block;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        color: #000;
    }
    #Article .Article_List {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: 10px auto;
        padding: 0 5%;
    }
    #Article .Article_List h1 {
        margin: 20px 0px;
        font-size: 18px;
        border-left: 2px solid #0c59db;;
        /*border-bottom: 1px solid #000;*/
        text-indent: 10px;
        padding-bottom: 5px;
    }
    #Article .Article_List ul {
        width: 100%;
        height: 100%;
    }
    #Article .Article_List ul li {
        width: 100%;
        height: 60px;
        margin-bottom: 5px;
    }
    #Article .Article_List ul li img {
        width: 50px;
        height: 50px;
        display: block;
        float: left;
    }
    #Article .Article_List ul li span {
        height: 100%;
        display: block;
        float: left;
        font-size: 12px;
        color: #000;
        margin-top: 10px;
    }
    .buyform,
    .merPop {
        width: 362px;
        margin-left: -181px;
    }
    .buyli {
        font-size: 12px;
    }
    .buyli:nth-child(3) span:nth-child(2),
    .buyli span em {
        font-size: 14px;
    }
    .hea-tl-txt div {
        font-size: 14px;
    }
    .hea-tl-txt {
        width: 90%;
    }
    .hea-tl-btn,
    .hea-tl-see {
        font-size: 12px;
        padding: 0 2%;
    }
    .hea-tl-img {
        height: 70%;
    }
    .hea-tl-a {
        height: 165px;
    }
    /*媒体查询后括号，勿删！！！*/
}