.nav_title {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.nav_title .title {
    width: var(--max);
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav_title .title .title_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.nav_title .title .title_list a {
    width: 130px;
    height: auto;
    padding: 21px 0px;
    color: #000;
    font-size: var(--font18);
    text-align: center;
}

.nav_title .title .title_list .af_title {
    background-image: linear-gradient(to top, #11afff, #1961d5);
    color: #fff;
}

.nav_title .title .title_text {
    font-size: var(--font14);
    color: #999;
}

.nav_title .title .title_text a,
.navs_title a {
    font-size: var(--font14);
    color: #999;
}

.nav_title .title .title_text .af_title,
.navs_title .af_title {
    color: #0085e3;
}

.navs_title {
    width: var(--max);
    height: auto;
    margin: auto;
    padding: 26px 0px 30px 0px;
    color: #999;
}

.center_title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: calc(var(--top50) - 10px);
}
.home-three .center_title{
    display: none;
}

.center_title h1 {
    font-size: calc(var(--font32) + 4px);
    color: #0085e3;
    text-align: center;
}

.center_title p {
    font-size: var(--font14);
    color: #666;
    text-align: center;
    margin-top: var(--top20);
}

.home-one {
    width: var(--max);
    height: auto;
    margin: auto;
    padding-top: var(--top50);
}

.home-one .img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}

.home-tow {
    width: var(--max);
    height: auto;
    margin: auto;
    margin-top: var(--top50);
}

.home-tow .text {
    width: 100%;
    height: auto;
    color: #000;
    font-size: var(--font18);
    line-height: 200%;
}

.home-three {
    width: var(--max);
    height: auto;
    margin: auto;
    padding-top: var(--top50);
    margin-bottom: 123px;
}

.home-three .feature {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.home-three .feature .img {
    width: 350px;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}

.home-three .feature .feature_list {
    width: 800px;
    height: auto;
    margin: auto;
    margin-left: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px 60px;
}

.home-three .feature .feature_list p {
    font-size: calc(var(--font16) + 1px);
    color: #000;
    position: relative;
    padding-left: 10px;
}

.home-three .feature .feature_list p::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #449cf6;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.home-three .product {
    width: 100%;
    height: auto;
    margin-top: var(--top30);
}

.home-three .product a {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: flex-start;
}

.home-three .product a .img {
    width: 160px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.home-three .product a .img img{
    width: 100%;
    height: 100%;
}

.home-three .product a .img .state {
    font-size: calc(var(--font14) - 1px);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px 0px 4px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.home-three .product a .img .state_not {
    background-color: #24d652;
}

.home-three .product a .img .state_in {
    background-color: #fb250f;
}

.home-three .product a .img .state_end {
    background-color: #ff9630;
}

.home-three .product a .text {
    width: auto;
    height: auto;
    margin-left: 15px;
    position: relative;
}

.home-three .product a .text .p_title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.home-three .product a .text .p_title p {
    font-size: var(--font20);
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.home-three .product a .text .p_title span {
    font-size: calc(var(--font14) - 1px);
    color: #fff;
    padding: 3px 9px;
    margin-right: 10px;
    background-color: #24d652;
    border-radius: 4px;
    white-space: nowrap;
}

.home-three .product a .text .p1,
.home-three .product a .text .p2 {
    font-size: calc(var(--font14) + 1px);
}

.home-three .product a .text .p1 {
    margin-top: 8px;
}

.home-three .product a .text .p2 {
    margin-top: 4px;
}

.home-three .product a .text .price {
    font-size: var(--font20);
    position: absolute;
    left: 0px;
    bottom: -10px;
    color: #fb250f;
}

.home-four {
    width: calc(var(--max) - 200px);
    
    height: auto;
    margin: auto;
    padding: var(--top30) 0px;
}

.home-four .img {
    width: 100%;
    height: auto;
}

.home-four .text {
    width: 100%;
    height: auto;
    padding: 24px 0px 8px 0px;
}

.home-four .text .p1 {
    font-size: var(--font18);
    color: #000;
}

.home-four .text .p2 {
    font-size: var(--font14);
    margin-top: 13px;
    color: #999;
}

.home-four .text .price {
    font-size: var(--font22);
    margin-top: 16px;
    color: #fb250f;
}

.home-four .details {
    width: 100%;
    height: auto;
}

.home-four .details .details_list {
    width: 100%;
    padding: 18px 21px;
    background-color: #f5f5f5;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.home-four .details .details_list .p1 {
    font-size: var(--font14);
}

.home-four .details .details_list .p2 {
    font-size: var(--font16);
}

.home-four .details .content {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px;
}

.home-four .details .content p {
    font-size: var(--font16);
    line-height: 150%;
    text-indent: 2em;
}

.home-five {
    width: var(--max);
    height: auto;
    margin: auto;
    margin-bottom: 80px;
}

.home-five .search_box {
    width: 100%;
    height: auto;
    padding: var(--top30) 0px;
}

.home-five .search_box .search {
    width: 50%;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border-radius: 3px;
    overflow: hidden;
}

.home-five .search_box .search input[type="text"]::placeholder {
    color: #ccc;
}

.home-five .search_box .search input[type="text"] {
    width: 85%;
    height: 100%;
    padding-left: 12px;
    font-size: calc(var(--font14) + 1px);
    border: 1px solid #0085e3;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
}

.home-five .search_box .search input[type="submit"] {
    width: 15%;
    height: 100%;
    font-size: calc(var(--font14) + 1px);
    background-color: #0085e3;
    color: #fff;
}

.home-five .img_list {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.home-five .img_list a .img {
    width: 100%;
    height: 160px;
}

/*.home-five .img_list a .img img {*/
/*    height: 100%;*/
/*}*/

.home-five .img_list a .text {
    width: 100%;
    height: 150px;
    box-shadow: 0px 0px 8px #2b2b2b2b;
    padding: 16px 19px;
}

.home-five .img_list a:hover .text {
    background-color: #0085e3;
}

.home-five .img_list a .text .values {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.home-five .img_list a .text .values p:nth-child(1) {
    color: #ec1616;
    font-size: calc(var(--font14) - 1px);
}

.home-five .img_list a .text .values p:nth-child(1) span {
    font-size: calc(var(--font22) + 4px);
}

.home-five .img_list a .text .values p:nth-child(2) {
    color: #666;
    font-size: calc(var(--font14) - 1px);
    margin-top: auto;
}

.home-five .img_list a .text .title {
    font-size: var(--font16);
    margin-top: 16px;
}

.home-five .img_list a .text .details {
    font-size: calc(var(--font14));
    color: #999;
    margin-top: 5px;
    line-height: 150%;
    overflow: hidden;/*内容溢出隐藏*/
    text-overflow: ellipsis; /*溢出的文本显示为...*/
    display:-webkit-box;/*将div转换为盒子模型*/
    -webkit-line-clamp: 2;/*设置div的文本为2行*/
    -webkit-box-orient: vertical;/*从顶部向底部垂直布置子元素*/
}

.home-five .img_list a:hover .text .values p:nth-child(1),
.home-five .img_list a:hover .text p:nth-child(2),
.home-five .img_list a:hover .title,
.home-five .img_list a:hover .details {
    color: #fff;
}

.home-six {
    width: var(--max);
    height: auto;
    margin: auto;
    margin-bottom: 170px;
}

.home-six .product {
    width: 100%;
    height: auto;
    padding: 60px 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.home-six .product .img {
    width: 400px;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}

.home-six .product .text {
    width: 30%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    margin-left: 40px;
    position: relative;
}

.home-six .product .text .title {
    font-size: var(--font20);
    color: #000;
}

.home-six .product .text .state {
    padding-top: 5px;
}

.home-six .product .text .state p {
    font-size: calc(var(--font14) + 1px);
    margin-top: 15px;
}

.home-six .product .text .price {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.home-six .product .text .price p {
    margin-top: 5px;
    font-size: var(--font22);
    color: #ec1616;
}

.home-six .details {
    width: 100%;
    height: auto;
}

.home-six .details .nav-tabs {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ddd;
}

.home-six .details .nav-tabs li {
    width: auto;
    height: auto;
}

.home-six .details .nav-tabs li a {
    display: block;
    padding-bottom: 15px;
    font-size: var(--font16);
    position: relative;
    margin-right: 35px;
    white-space: nowrap;
}

.home-six .details .nav-tabs li:last-child a {
    margin-right: 0px;
}

.home-six .details .nav-tabs li a::after {
    content: '';
    width: 0%;
    height: 3px;
    background-color: #0085e3;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.home-six .details .nav-tabs .active a {
    color: #0085e3;
}

.home-six .details .nav-tabs .active a::after {
    width: 100%;
}

.home-six .details .tab-content {
    width: 100%;
    height: auto;
}

.home-six .details .tab-content>.tab-pane {
    display: none;
}

.home-six .details .tab-content>.active {
    display: block;
}

.home-six .details .fade.in {
    opacity: 1;
}

.home-six .details .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.home-six .details .content {
    width: 100%;
    height: auto;
    padding: var(--top30);
    margin-top: var(--top30);
}

.home-six .details .lecturer,
.home-six .details .guarantee {
    width: 100%;
    height: auto;
}

.home-six .details .lecturer p {
    width: 100%;
    margin-top: 30px;
    font-size: calc(var(--font14) + 1px);
}

.home-six .details .guarantee p {
    width: 100%;
    margin-top: 25px;
    font-size: var(--font14);
}

.home-six .details .guarantee .title {
    font-size: var(--font18);
}

.home-six .details .guarantee p span {
    color: #666;
}

.home-seven {
    width: var(--max);
    height: auto;
    margin: auto;
    margin-bottom: 140px;
}

.home-seven .min_title {
    padding-top: var(--top50);
    padding-bottom: var(--top30);
    font-size: var(--font20);
}

.home-seven .search_box {
    width: 100%;
    height: auto;
}

.home-seven .search_box .search {
    width: 50%;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border-radius: 3px;
    overflow: hidden;
}

.home-seven .search_box .search input[type="text"]::placeholder {
    color: #ccc;
}

.home-seven .search_box .search input[type="text"] {
    width: 85%;
    height: 100%;
    padding-left: 12px;
    font-size: calc(var(--font14) + 1px);
    border: 1px solid #0085e3;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
}

.home-seven .search_box .search input[type="submit"] {
    width: 15%;
    height: 100%;
    font-size: calc(var(--font14) + 1px);
    background-color: #0085e3;
    color: #fff;
}
.result_box_boxes{
    width: 100%;
    height: auto;
    border-collapse: separate;
    display: none;
}
.home-seven .result_box {
    width: 100%;
    height: auto;
    border-collapse: separate;
    
}
.home-seven .result_box_show{
    display: block;
}

.home-seven .result_box tr {
    display: flex;
    justify-content: space-between;
}

.home-seven .result_box tr:first-child {
    background-color: #f0f9ff;
}

.home-seven .result_box tr th,
.home-seven .result_box tr td {
    width: 13%;
    color: #1d1c20;
    text-align: center;
}

.home-seven .result_box tr th {
    font-size: var(--font14);
    padding: 12px 0px;
}

.home-seven .result_box tr td {
    font-size: var(--font16);
    padding: 24px 0px;
}

@media screen and (max-width: 768px) {
    .nav_title .title {
        width: 100%;
    }

    .nav_title .title .title_list {
        width: 100%;
        justify-content: space-evenly;
    }

    .nav_title .title .title_list a {
        width: 105px;
        padding: 13px;
    }

    .nav_title .title .title_text {
        width: 100%;
        padding: 13px 15px 15px 15px;
        background-color: #fff;
    }

    .navs_title {
        padding: 13px 0px 15px 0px;
    }

    .home-three {
        margin-bottom: 45px;
    }

    .home-three .feature .img {
        width: 100%;
    }

    .home-three .feature .feature_list {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        grid-gap: 20px 30px;
    }

    .home-four .text {
        padding: 12px 0px 4px 0px;
    }

    .home-four .text .p2 {
        margin-top: 7px;
    }

    .home-four .text .price {
        margin-top: 8px;
    }

    .home-four .details .details_list {
        padding: 9px 10px;
        margin-top: 6px;
    }

    .home-four .details .content {
        padding: 10px;
    }

    .home-five .img_list {
        grid-template-columns: 1fr 1fr;
    }

    .home-six .product {
        padding: 15px 0px;
    }

    .home-six .product .img {
        width: 100%;
    }

    .home-six .product .text {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .home-six .product .text .state {
        padding-top: 2px;
    }

    .home-six .product .text .state p {
        margin-top: 7px;
    }

    .home-six .product .text .price {
        position: absolute;
        left: unset;
        right: 0px;
    }

    .home-six .product .text .price p {
        margin-top: 2px;
    }

    .home-six .details .nav-tabs li a {
        margin-right: 20px;
    }

    .home-six .details .lecturer p {
        margin-top: 15px;
    }

    .home-six .details .guarantee p {
        margin-top: 10px;
    }

    .home-five .search_box .search,
    .home-seven .search_box .search {
        width: 100%;
        height: 35px;
    }

    .home-seven {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:325px) {
    .home-five .img_list {
        grid-template-columns: 1fr;
    }
}