/*���ļ�Ϊ����ר��ҳ�����ʽ�ļ�*/

.nav li a {
    color: #000;
}

.nav li:nth-child(4) a {
    color: var(--font-main-color);
}

.gd .header_menu li:nth-child(4) a {
    background: #fff;
    color: var(--font-main-color) !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:460px) {
    .nav li a {
        color: #fff;
    }
    .nav li:nth-child(4) a {
        font-size: 26px;
        font-weight: bold;
        color: #fff;
    }
}

@media screen and (min-width:460px) {
    /*ý���ѯ��ʼ*/
    /*ͷ����������ʽ*/
    #Hot_Search {
        width: 100%;
    }
    #Hot_Search .Hot_Search_Con {
        width: 83.33333333%;
        border: 2px solid #dbdbdb;
        margin: 20px auto;
        padding: 10px 0px;
    }
    #Hot_Search .Hot_Search_Con .Search_Input {
        width: 77.8333%;
        /*934/1200*/
        height: 56px;
        border: 2px solid var(--font-main-color);
        margin: 30px auto;
    }
    #Hot_Search .Hot_Search_Con .Search_Input span {
        display: block;
        float: left;
        height: 56px;
        width: 13.9186%;
        /*130/934*/
        font-size: 1vw;
        line-height: 56px;
        text-align: center;
        border-right: 2px solid var(--font-main-color);
    }
    #Hot_Search .Hot_Search_Con .Search_Input input {
        height: 56px;
        line-height: 56px;
        padding: 0px;
        margin: 0px;
        display: block;
    }
    #Hot_Search .Hot_Search_Con .Search_Input input.input {
        width: 67.4518%;
        /*630/934*/
        text-indent: 20px;
        font-size: 0.8vw;
        float: left;
        text-align: left;
        border: none;
    }
    #Hot_Search .Hot_Search_Con .Search_Input input.but {
        width: 17.9871%;
        /*168/934*/
        background-image:linear-gradient(90deg,
        var(--main-linear-gradient-color-start)  0%,
        var(--main-linear-gradient-color-end) 100%);
        color: #fff;
        text-align: center;
        font-size: 1vw;
        float: right;
        cursor: pointer;
        border: none;
        border-radius: 0px;
    }
    #Hot_Search .Hot_Search_Con .Search_Input input.but:hover {
        transform: scale(1.1);
        transition: 0.5s;
        font-size: 1.2vw;
    }
    #Hot_Search .Hot_Search_Con ul {
        width: 84.1666%;
        /*1010/1200*/
        height: 100px;
        margin: 0 auto;
    }
    #Hot_Search .Hot_Search_Con ul li {
        float: left;
        width: 10.9%;
        /*94/1010*/
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 1vw;
        margin: 8px 0.8%;
        color: #010101;
        cursor: pointer;
    }
    #Hot_Search .Hot_Search_Con ul li:hover {
        /*border-bottom:1px solid #ff2929;*/
        -webkit-background-image: linear-gradient(90deg,
        var(--main-linear-gradient-color-start)  0%,
        var(--main-linear-gradient-color-end) 100%);
        -moz-background-image: linear-gradient(90deg,
        var(--main-linear-gradient-color-start)  0%,
        var(--main-linear-gradient-color-end) 100%);
        -o--background-image:linear-gradient(90deg,
        var(--main-linear-gradient-color-start)  0%,
        var(--main-linear-gradient-color-end) 100%);
        background-image: linear-gradient(90deg,
        var(--main-linear-gradient-color-start)  0%,
        var(--main-linear-gradient-color-end) 100%);
        -webkit-color: #fff;
        -moz-color: #fff;
        -o-color: #fff;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #Hot_Search .Hot_Search_Con ul li.hover {
        /*border-bottom:1px solid #ff2929;*/
        background: var(--font-main-color);
        color: #fff;
    }
    /*���ŵ��̷�����ʽ*/
    #HotDiv {
        width: 100%;
    }
    #HotDiv .HotDiv_Con {
        width: 83.33333333%;
        margin: 0 auto;
        padding-top: 50px;
    }
    #HotDiv .HotDiv_Con h3 {
        text-align: center;
        font-size: 1.5vw;
        color: #000;
        width: 100%;
        height: 40px;
        display: block;
    }
    #HotDiv .HotDiv_Con ul {
        width: 87.5%;
        /*1050/1200*/
        height: 35px;
        margin: 50px auto;
    }
    #HotDiv .HotDiv_Con ul li {
        float: left;
        border: 1px solid var(--font-main-color);
        line-height: 35px;
        width: 12%;
        /*126/1050*/
        font-size: 1vw;
        margin: 0px 0.9253%;
        /*10/1050*/
        cursor: pointer;
    }
    #HotDiv .HotDiv_Con ul li a {
        width: 100%;
        height: 100%;
        display: block;
        color: #000;
        text-align: center;
    }
    #JPSB_ImgList {
        width: 100%;
        margin-top: 30px;
    }
    #ListNum {
        width: 95%;
        height: 30px;
        font-size: 1vw;
        text-align: right;
        color: #000;
        display: block;
        margin: 10px 0px;
    }
    #ListNum span {
        color: var(--font-main-color);
    }
    #JPSB_ImgList .JPSB_ImgList_Con {
        width: 83.33333333%;
        margin: 0 auto;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con {
        width: 100%;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul {
        width: 100%;
        height: auto;
    }
    .List_Con li .lock {
        position: absolute;
        width: 100%;
        z-index: 99;
        text-align: center;
        height: 260px;
        font-size: 24px;
        color: #fff;
    }
    .List_Con li .lock p {
        width: 90%;
        margin: auto;
        line-height: 260px;
        background-color: rgba(0, 0, 0, .3);
        border-radius: 10px;
        margin-top: 10px;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li {
        width: 19%;
        /*228/1200*/
        height: 100%;
        border: 1px solid #dbdbdb;
        float: left;
        margin-right: 0.7333%;
        /*10/1200*/
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        background: #fff;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li a img {
        width: 70%;
        height: 200px;
        margin: 0 auto;
        display: block;
        padding-top: 10px;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li a .Txt {
        width: 100%;
        height: 75px;
        color: #000;
        z-index: 10;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li a .Txt p {
        width: 100%;
        height: 25px;
        display: block;
        font-size: 0.8vw;
        text-align: center;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li a .Txt p.explain {
        display: none;
        font-size: 0.8vw;
        text-align: left;
        text-indent: 20px;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
        z-index: 10;
    }
    /*ý���ѯ�����ţ���ɾ������*/
}

@media screen and (max-width:460px) {
    /*ý���ѯ��ʼ*/
    /*ͷ����������ʽ*/
    #Hot_Search {
        width: 100%;
    }
    #Hot_Search .Hot_Search_Con {
        width: 100%;
        margin: 0px auto;
        padding: 10px 0px;
    }
    #Hot_Search .Hot_Search_Con .Search_Input {
        width: 90%;
        height: 30px;
        border: 1px solid #00aeff;
        margin: 10px auto;
    }
    #Hot_Search .Hot_Search_Con .Search_Input span {
        display: none;
    }
    #Hot_Search .Hot_Search_Con .Search_Input input {
        height: 30px;
        line-height: 30px;
        padding: 0px;
        margin: 0px;
        display: block;
    }
    #Hot_Search .Hot_Search_Con .Search_Input input.input {
        width: 67.4518%;
        text-indent: 20px;
        font-size: 0.8vw;
        float: left;
        text-align: left;
        border: none;
    }
    #Hot_Search .Hot_Search_Con .Search_Input input.but {
        width: 17.9871%;
        background: #00aeff;
        color: #fff;
        text-align: center;
        font-size: 1vw;
        float: right;
        cursor: pointer;
        border: none;
        border-radius: 0px;
    }
    #Hot_Search .Hot_Search_Con ul {
        width: 100%;
        height: auto;
        padding-left: 1%;
    }
    #Hot_Search .Hot_Search_Con ul li {
        float: left;
        width: 23%;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 6px;
        margin: 0.1% 0.5%;
        color: #010101;
        cursor: pointer;
    }
    /*���ŵ��̷�����ʽ*/
    #HotDiv {
        width: 100%;
    }
    #HotDiv .HotDiv_Con {
        width: 100%;
        margin: 0 auto;
        padding-top: 10px;
    }
    #JPSB_ImgList {
        width: 100%;
    }
    #ListNum {
        width: 95%;
        height: 30px;
        font-size: 1vw;
        text-align: right;
        color: #000;
        display: block;
    }
    #ListNum span {
        color: #0c59db;
    }
    #JPSB_ImgList .JPSB_ImgList_Con {
        width: 100%;
        margin: 0 auto;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con {
        width: 100%;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul {
        width: 100%;
        height: auto;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li {
        width: 45%;
        height: 100%;
        border: 1px solid #dbdbdb;
        float: left;
        margin: 5px 2%;
        position: relative;
        overflow: hidden;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li a img {
        width: 100%;
        height: auto;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li a .Txt {
        width: 100%;
        height: 20%;
        background-image: linear-gradient(90deg, #0E90D5 0%,
        #3032A2 100%);
        background-image: linear-gradient(90deg, var(--main-linear-gradient-color-start) 0%,
        var(--main-linear-gradient-color-end) 100%);
        color: #fff;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 10;
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        -o-opacity: 0.8;
        opacity: 0.8;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li a .Txt p {
        width: 100%;
        height: 50%;
        display: block;
        font-size: 1vw;
        text-align: center;
    }
    #JPSB_ImgList .JPSB_ImgList_Con .List_Con ul li a .Txt p.explain {
        display: none;
    }
    /*ý���ѯ�����ţ���ɾ������*/
}