﻿

.product-title{
    text-align: center;
    font-size: 17px;
    color: #017600;
    line-height: 70px;
    margin-bottom: 3%;
border-bottom: 1px solid #e5e5e5;
}

/* 左边导航 */
.main{
    max-width: 1440px;
    margin: auto;
}
    .pro-left{
        display: inline-block;
        vertical-align:text-top;
        width: 27%;
        /* border: 1px solid red; */
        float: left;
        margin-bottom: 2%;
    }
        .left-top{
            padding-left: 10%;
            background: #017600;
            padding-top: 2%;
            padding-bottom: 2%;
        }
            .left-top>p:nth-child(1){
                color: white;
                font-size: 24px;
            }
            .left-top>p:nth-child(2){
                color: white;
                font-size: 16px;
            }

        .pro-left ul li{
            padding-left: 10%;
            padding-right: 10%;
            /* height: 50px; */
            margin-top: 10px;
            background: #f2f2f2;
        }
        .pro-left ul li>a{
            padding-top: 5%;
            padding-bottom: 5%;
            color: #666;
            display: inline-block;
            width: 100%;
            height: 100%;
        }
        .pro-left ul li:hover{
            background: #017600;
        }
        .pro-left ul li:hover>a{
            color: white !important;
            background: url(../img/product-arrow.png) no-repeat right 50% !important;
        }
        .bignav-active{
            background: #017600 !important;
        }
        .bignav-active>a{
            color: white !important;
            background: url(../img/product-arrow.png) no-repeat right 50% !important;
        }

    .pro-right{
        display: inline-block;
        vertical-align:text-top;
        width: 70.5%;
        /* border: 1px solid red; */
        float: right;
    }
        .first-nav{
            margin-bottom: 3%;
            padding-left: 20px;
            padding-right: 20px;
        }
            .first-nav>ul{
                background: #f2f2f2;
                padding-left: 35px;
                padding-right: 35px;
                flex-wrap: wrap;
                /* display: flex; */
                padding-bottom: 3%;
            }
            .first-nav>ul>li{
                display: inline-block;
                vertical-align: text-top;
               padding:0 10px;
                height: 45px;
                line-height: 45px;
                margin: 0 20px;
                text-align: center;
                border: 1px solid #666;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                -o-border-radius: 4px;
                position: relative;
                margin-top: 3%;
            }
                .first-active{
                    background: #017600;
                }
                .first-active>a{
                    display: inline-block;
                    color: white;
                }

            
            .second-nav{
                display: none;
                width: 101%;
                position: absolute;
                top: 46px;
                left: -1px;
                transition: 1s;
                -webkit-transition: 1s;
                -moz-transition: 1s;
                -ms-transition: 1s;
                -o-transition: 1s;
                z-index: 1;
}
                .second-nav>ul{
                    border-left: 1px solid #666;
                    border-right: 1px solid #666;
                    background: white;
                    z-index: -1;

                }
                    .second-nav>ul>li{
                       
                        height: 45px;
                        line-height: 45px;
                        text-align: center;
                        border-bottom: 1px solid #666;
                        z-index: -1;
    			overflow: hidden;
   			 text-overflow: ellipsis;
   			 white-space: nowrap;
                    }
                        .second-nav>ul>li>a{
                            font-size: 12px;
                            color: #666;
                            z-index: -1;
                        }

    .first-nav>ul .firstli:hover .second-nav,.first-nav>ul .firstli:focus .second-nav{
        display: block;
    }
    .first-nav>ul .firstli:hover,.first-nav>ul .firstli:focus{
        background: #f2f2f2;
    }
    .first-nav>ul .firstli:hover>a,.first-nav>ul .firstli:focus>a{
        color: #666;
    }
    .second-nav>ul>li:hover,.second-nav>ul>li:focus{
        background: #017600;
    }
    .second-nav>ul>li:hover>a,.second-nav>ul>li:focus>a{
        color: white;
    }


.right-item{
    display: inline-block;
    width: 30%;
    vertical-align: text-top;
    /* border: 1px solid black; */
    margin: 0 1.4%;
    margin-bottom: 4%;
}
    .right-img{
        margin-bottom: 10%;
        box-shadow: 0px 0px 16px rgba(0, 0, 0, .2);
        overflow: hidden;
        width: 100%;
        padding-bottom: 106.5%;
        position: relative;
    }
    .right-img a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }
    .right-img a>img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
}
    .right-title p>a{
        font-size: 16px;
        line-height: 25px;
        color: #999;
        font-weight: 600;
    }
    .right-title>div:nth-child(1){
        display: inline-block;
        width: 85%;
	
    }  
	.right-title>div:nth-child(1) p{
  
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	
    } 
    .right-title>div:nth-child(2){
        display: inline-block;
        float: right;
        width: 15%;
    }  
    .right-title>div:nth-child(2)>a,.right-title>div:nth-child(2)>a>img{
        display: inline-block;
        width: 100%;
    }
    .right-title>div:nth-child(3){
        display: inline-block;
        float: right;
        width: 15%;
        display: none;
    }  
    .right-title>div:nth-child(3)>a,.right-title>div:nth-child(3)>a>img{
        display: inline-block;
        width: 100%;
    }
    .right-text{
        font-size: 14px;
        width: 80%;
        color: #999;
        line-height: 30px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;  
    }

    .right-item:hover .right-title>div:nth-child(2),.right-item:focus .right-title>div:nth-child(2){
        display: none;
    }
    .right-item:hover .right-title>div:nth-child(3),.right-item:focus .right-title>div:nth-child(3){
        display: inline-block;
    }
    .right-item:hover .right-title p>a,.right-item:focus .right-title p>a{
        color: #017600;
    }
    .right-item:hover .right-img img,.right-item:focus .right-img img{
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
}

#pageParent{
    margin-top: 4%;
    margin-bottom: 4%;
}
.footer{
    margin-top: 6%;
}



@media(max-width:790px){
    .pro-left{
        width: 94%;
        clear: both;
        /* border: 1px solid red; */
        margin-left: 3%;
    }
    .pro-right{
        width: 94%;
        /* border: 1px solid red; */
        float: left;
        margin-left: 3%;
    }
    .left-top{
        padding-top: 1%;
        padding-bottom: 1%;
    }
    .pro-left ul li>a{
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .first-nav{
        padding-left: 0px;
        padding-right: 0px;
    }
    .first-nav>ul{
        padding-left: 3%;
        padding-right: 3%;
    }
    .first-nav>ul>li{
        /* width: 100%; */
        height: auto;
        line-height: 25px;
        padding: 2% 0;
        margin: 2% 1% ;
    }
    .second-nav>ul>li{
        width: 100%;
    }
    .second-nav{
        top: 102%;
    }
}

@media(max-width:630px){
    .first-nav>ul>li{
        width: 45%; 
    }
    .second-nav>ul>li{
        width: 100%;
    }
    .second-nav>ul>li>a{
        width: 100%;
    }

    .right-item{
        width: 45%;
        margin:0 2%;
    }
    .right-title p,.right-text{
        font-size: 12px;
    }
}

.hide{ display:none;}

@media(max-width:410px){
    .right-img{
        padding-bottom: 95.5%;
    }
    .right-item{
        width: 90%;
        margin:0 5%;
        margin-bottom: 5%;
    }
    .right-title p,.right-text{
        font-size: 16px;
    }
    
}