﻿*{
    padding: 0px;
    margin: 0px;
}


.product-title{
    text-align: center;
    font-size: 17px;
    color: #017600;
    line-height: 70px;
    margin-bottom: 3%;
    border: 1px solid #e5e5e5;
}

.products_detail_right{
   display: inline-block;
   width: 50%;
   /* border: 1px solid black; */
}
.products_detail_right .product_Dtitle{
    vertical-align: text-top;
    font-size: 18px;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 5.5%;
    background: #027600;
    color: white;
    margin-bottom: 6%;
}
.product_Dtext{
    font-size: 14px;
    line-height: 30px;
    color: #595959;
    padding-right: 6%;
    padding-left: 2%;
}

.download{
    vertical-align: text-top;
    margin-top: 8%;
}
.download span{
    display: inline-block;
    vertical-align: text-top;
    color: #027600;
    border-bottom: 1px solid #027600;
    position: relative;
    left: 5px;
    top: -10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* 参数 */
.product-Dother{
    max-width: 1400px;
    margin: auto;
    border-bottom: 1px dashed #c3c3c3;
    padding-bottom: 30px;
}
    .product-Dother .other-nav{
        width: 100%;
        background: #ececec;
        margin-bottom: 3%;
    }
        .other-nav ul li{
            display: inline-block;
            /* border: 1px solid red; */
            padding: 10px 20px;
        }
        .other-nav ul li>a{
            font-size: 14px;
            color: #252525;
        }
        .other-text{
            font-size: 14px;
            line-height: 30px;
            color: #6a6969;
        }
        .other-nav ul li:hover{
            background: #027600;
        }
        .other-nav ul li:hover>a{
            color: white;
        }
        .other-active{
            background: #027600;
        }
        .other-active a{
            color: white !important;
        }


/* 上下条 */
.proD-page{
    max-width: 1400px;
    margin: auto;
    margin-top: 20px;
    position: relative;
}
.proD-page a{
    font-size: 12px;
    line-height: 30px;
    color: #4f4f4f;
}
.proD-page .page-hover:hover>a{
    color: #f3a40d;
}
.btn-back{
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: #017600;
    position: absolute;
    right: 0%;
    top: 50%;
}
.btn-back>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    line-height: 30px;
}




.footer{
    margin-top: 4%;
}

@media(max-width:1400px){
    .other-text{
        padding: 0 3%;
    }
}


@media(max-width:910px){
    .products_detail_right{
        float: left;
        width: 92%;
        margin-left: 4%;
        margin-top: 4%;
    }
    .pic_list .prev{
        height: 15vw;
    }
    .pic_list .next{
        height: 15vw;
    }
}
@media(max-width:700px){
    .other-text p img{
	display:block;
	width:100% !important;
height:auto !important;
}
}
@media(max-width:430px){
    .btn-back{
        position: relative;
    }
    .proD-page{
        padding-left: 3%;
    }
    .other-nav ul li{
        padding: 10px 18px;
    }
    .download span{
        top: -6px;
    }
}



