﻿
.banner{
    margin-bottom: 0px;
}
.p-container{
    width: 1460px;
    margin: 0 auto;
}
    .p-left{
        display: inline-block;
        width: 350px;
        position: relative;
        top: -110px;
    }
        .left-top{
            width: 100%;
            height: 140px;
            background: #4e1300;
            color: white;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }
        .left-top p:nth-child(1){
            display: inline-block;
            font-size: 34px;
            line-height: 34px;
            margin-left: 40px;
            margin-top: 40px;
            margin-bottom: 16px;
            font-weight: 800;
        }
        .left-top p:nth-child(2){
            display: inline-block;
            font-weight: 100;
            font-size: 18px;
            line-height: 18px;
            margin-left: 40px;
            color: rgba(255, 255, 255, .3);
            font-family: Arial, Helvetica, sans-serif;
        }
    
    .left-nav{
        width: 100%;
        background: white;
        padding-bottom: 95px;
    }
    .subNavBox{width:310px;margin-left: 20px;}
    .subNav{border-bottom:solid 1px #d8d8d8;cursor:pointer;font-size:24px;color:#000;line-height:90px;padding-left:20px;background:url(../img/pro-arrow1.png) no-repeat;background-position:90% 50%}
    .subNav:hover{color:#df8e51;background:url(../img/pro-arrow2.png)no-repeat;background-position:90% 50%}
    .currentDd{color:#df8e51}
    .currentDt{background-image:url(../img/pro-arrow2.png);}
    .navContent{display: none;border-bottom:solid 1px #e5e3da;}
    .navContent li a{display:block;line-height:85px;font-size:20px;color:#666;border-bottom: 1px solid #d8d8d8;padding-left: 40px;}
    .navContent li:last-child a{border-bottom: none;}
    .navContent li a:hover{color:#fff;background-color:#df8e51}

/* 右边 */
    .p-right{
        display: inline-block;
        width: 1075px;
        margin-left: 30px;
        vertical-align: top;
    }

        .home-container{
            width: 96%;
            margin: 0px;
            padding-top: 30px;
            margin-bottom: 50px;
        }
        .home{
            width: 100% !important;
        }

        .right-main{
            
        }
            .right-items{
                display: inline-block;
                width: 320px;
                height: 440px;
                margin-bottom: 30px;
                position: relative;
                margin-right: 30px;
                overflow: hidden;
                transition: 1s;
                -webkit-transition: 1s;
                -moz-transition: 1s;
                -ms-transition: 1s;
                -o-transition: 1s;
}
            /* .right-items .right-active{
                display: inline-block;
                width: 100%;
                height: 100%;
            } */
            .items-img{
                width: 100%;
                height: 320px;
                transition: 1s;
                -webkit-transition: 1s;
                -moz-transition: 1s;
                -ms-transition: 1s;
                -o-transition: 1s;
background: url(../img/img-bg.jpg) no-repeat;
}
                .items-img img{
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                }

            .items-title{
                display: block;
                font-size: 24px;
                line-height: 24px;
                color: #4e1300;
                margin: 40px 35px 10px 0px;
                margin-left: 35px;
                text-align: center;
                transition: 1s;
                -webkit-transition: 1s;
                -moz-transition: 1s;
                -ms-transition: 1s;
                -o-transition: 1s;
            }
                .items-title a{
                    text-decoration: none;
                    color: #4e1300;
                }
            .items-num{
                display: block;
                font-size: 16px;
                line-height: 16px;
                color: #4e1300;
                opacity: 0.6;
                margin-right: 35px;
                margin-left: 35px;
                text-align: center;
                transition: 1s;
                -webkit-transition: 1s;
                -moz-transition: 1s;
                -ms-transition: 1s;
                -o-transition: 1s;
}
            .items-btn{
                position: absolute;
                bottom: 40px;
                right: -36px;
                transition: 0.5s;
                -webkit-transition: 1s;
                -moz-transition: 0.5s;
                -ms-transition: 0.5s;
                -o-transition: 0.5s;
            }

    .right-items:hover .items-title,.right-items:hover .items-num{
        text-align: left;
    }
    .right-items:hover .items-btn{
        right: 35px;
    }
    .right-items:hover{
        background: #df8e51;
    }
    .right-items:hover .items-img{
        box-sizing: border-box;
        border: 6px solid #df8e51;
    }


    .pageGuide{
        padding-top: 30px;
    }

