@charset "utf-8";
/* CSS Document */

/* 产品展示 */
body{
    background: url(../images/cp-nybg.png) no-repeat bottom;
    background-size: cover;
}
.nav-ny{
    background-color: #fff;
    height: 50px;
    margin-bottom: 40px;
}
.nav-ny ul li{
    position: relative;
    line-height: 50px;
}
.nav-ny ul li a{
    color: #6c806f;
    padding: 20px 2vw;
    font-weight: bold;
}
.nav-ny ul li::before{
    content: '';
    display: block;
    background: url(../images/t-tea.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: .75vw;
    width: 12px;
    height: 16px;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.nav-ny ul li.active::before{
    opacity: 1;
}
.nav-ny ul li:hover::before {
    opacity: 1;
}
.product{
    padding-bottom: 120px;
}
.p-lb{ 
    display: none;
}
.p-lb.active{
    display: block;
}
.p-lbbox{
    margin: 0 -.5vw;
}
.p-conbox{
    width: 25%;
    padding: .5vw;
}
.p-con{
    background: #fff;
}
.p-con .p-img{
    overflow: hidden;
    position: relative;
}
.p-img img{
    max-width: 100%;
}
.p-con p{
    width: 100%;
    height: 60px;
    text-align: center;
    color: #374539;
    background: #fff;
    line-height: 60px;
}
.p-con .hov{
    background-color: #edf5ef;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
}
.p-con:hover .hov{
    width: 100%;
    left: 0;
    opacity: 0.2;
}
.p-con p:hover{
    background-color: #6c806f;
    color: #fff;
}

/* 产品详情 */
.product-xqbox{
    background: #fff;
    padding: 60px 2vw;
    margin-bottom: 120px;
}
.p-top{
    padding-bottom: 60px;
}
.xq-img{
    width: 40%;
    border: 1px solid #eee;
}
.xq-img img{
    max-width: 100%;
}
.xq-content{
    margin-left: 2vw;
    width: 55%;
}
.xq-content h1{
    font-size: 1.5rem;
    color: #374539;
    padding: 20px 0 30px;
    width: 100%;
    border-bottom: 2px dotted #e2e6e2;
    margin-bottom: 15px;
}
.xq-content p{
    color: #a1b2a3;
    padding: 15px 0;
}
.xq-content p span{
    color: #526655;
}
.p-cen{
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #e2e6e2;
}
.p-cenbox{
    text-align: center;
    width: 750px;
    margin: auto;
}
.p-cenbox p{
    font-size: .875rem;
    color: #526655;
    padding: 30px 0;
}
.p-bot{
    border-top:1px solid #e2e6e2;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}
.p-bot p,.p-bot .iconfont{
    color: #a1b2a3;
    padding-left: .5vw;
}
.p-bot p span{
    color: #526655;
}
.p-bot .left,.p-bot .center,.p-bot .right{
    display: inline-block;
    line-height: 16px;
}
.p-bot .p-bot2{
    width: 40%;
}
.p-bot .centerbox{
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.p-bot .right{
    float: right;
}
.p-bot .rightbox{
    float: right;
}
.left .leftbox .iconchangjiantou{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-left: .5vw;
}
.p-bot a:hover p,.p-bot a:hover .iconfont{
    color: #526655;
}
.p-bot2 .jt2{
    display: none;
}