﻿@media(max-width: 1026px){
    body{
        background:#fff;
    }
    footer{
        display:block;
    }
    .bottom-nav{
        margin-top:0;
    }
    #pro_box{
        width:90%;
        height:640px;
    }
    .pro-nav1,.pro-nav2{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height:auto;
        padding:5px 0;
    }
    .pro-nav1>section{
        height:240px;
    }
    .pro-nav1>section>.swiper-wrapper{
        height:152px;
    }
    .swiper-scrollbar-drag{
        background:#009b74;
    }
    .swiper-container-horizontal>.swiper-scrollbar{
        width:15%;
        left:0;
        right:0;
        margin:0 auto;
        bottom:20px;
    }
    .pro-nav2>section{
        height:240px;
    }
    .pro-nav2>section>.swiper-wrapper{
        height:152px;
    }
    .pro_bg_box{
        height:640px;
    }
    .product_box .swiper-button-next, .product_box .swiper-container-rtl .product_box .swiper-button-prev{
        right:-19px;
    }
    .product_box .swiper-button-prev, .product_box .swiper-container-rtl .product_box .swiper-button-next{
        left:-19px;
    }
    .product_content .swiper-button-next,.product_content .swiper-button-prev{
        opacity: 0.5;
        width:90%;
        height:60px;
    }
    .product_content .swiper-button-next:hover,.product_content .swiper-button-prev:hover{
        outline: none;
    }
    .product_content .swiper-button-next, .product_content .swiper-container-rtl .product_content .swiper-button-prev{
        left:0;
        top:26px;
    }
    .product_content .swiper-button-prev, .product_content .swiper-container-rtl .product_content .swiper-button-next{
        left:0;
        top:auto;
        bottom:0;
    }
    .swiper-button-next:active, .swiper-button-prev:active{
        border:none;
    }
    .product_box li{
        height:auto;
        padding:38px 0;
    }
    .product_box1 li a{
        width:192px;
    }
    .product_box1 li>a>img{
        display:block;
        margin:0 auto;
        max-width:205px;
    }
    .product_box li:hover img{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .product_box1 li a>div:nth-child(1){
        height:400px;
        line-height:400px;
        margin-top:46px;
        max-height:99999px;
    }
    .product_box1 li a>div:nth-child(1) img{
        max-width:100%;
        max-height:80%;
    }
    .product_box1 li a>div{
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .product_box1 li:hover a>div{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity:1;
    }
    .pro-menu{
        padding:20px 0;
    }
    .pro-menu li{
        width:110px;
        border:none;
        padding:0;
        border-right:1px solid #ccc;
    }
    .pro-menu li:last-child{
        border:none;
    }
    .pro-menu li a{
        display:block;
        margin:0 auto;
        width:118px;
        padding-top:110px;
        background-size:100%;
    }
    .pro-menu li:hover a{
        background-size:100%;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pro-menu li.active a{
        background-size:100%;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .pro-menu li span{
        display:block;
        font-size:0.9em;
        margin-top:10px;
        letter-spacing:0;
    }
    .pro-menu li:active span{
        color:#009b74;
    }


    .product_info_box{
        width:90%;
    }
    .product_content{
        height:628px;
        margin-left:0;
        width:35%;
    }
    .product_content li>div{
        width:90%;
        height:100%;
        padding-top:60px;
    }
    .pro_img_box{
        width:30%;
    }
    .pro_img_box>div{
        height:346px;
        line-height: 346px;
        text-align:center;
    }
    .pro_img_box>img{
        width:100%;
    }
    .pro_img_box .pro-btn{
        width:100%;
        height:60px;
        line-height:60px;
        font-size:1.2em;
        margin-top:40px;
    }
    .back-btn{
        display:none;
    }
    .s_swiper_nav{
        display:none;
    }
    .detail_box{
        width:65%;
        right:0;
        height:500px;
    }
    .detail_box section{
        width:100%;
        top:60px;
    }
    .detail_box section.active{
        right:0;
    }
    .detail_box section div{
        margin-bottom:20px;
        font-size:0.9em;
        line-height:32px;
    }
    .detail_box section div>b{
        margin-right:6px;
        width:24px;
        height:24px;
        background-size:18px 18px;
    }
    .detail_box section div>span{
        margin-left:0;
    }
    .detail_box section>div>span{
        margin-left:8px;
        max-width:338px;
    }
    .detail_box section div div:nth-child(1){
        margin-right:0;
        width:40%;
    }
    .detail_box section div div:nth-child(2){
        margin-right:0;
        width:60%;
    }
    .detail_box section div img{
        width:84%;
        margin-left:20px;
    }
    .spec_btn span b{
        margin:0;
    }
}
@media(max-width:768px){
    .product_content{
        height:600px;
    }
    .detail_box section div a.color_box{
        margin-left:10px;
    }
}