.item_img_wrapper{
    overflow: hidden;
    border: 1px solid transparent;
}

.item_img_wrapper:hover{
    border: 1px solid #009f3b;
}

.pro_detail_header{
    background-color: #f1f1f1;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
}

.pro_detail_header_location{
    font-size: 14px !important;
}

/*内容---左侧菜单*/
.pro_detail_content{
    padding: 46px 0 56px;
}

.pd_content_left{
    width: 264px;
    float: left;
    transition: top 0.5s;
}

.pd_nav_wrapper{
    padding: 18px 6px 6px;
    background-color: #009f3b;
    margin-bottom: 40px;
}

.pd_nav_title_cn{
    font-size: 22px;
    color: #FFFFFF;
}

.pd_nav_title_en{
    font-size: 22px;
    color: #FFFFFF;
}

.pd_nav_ul{
    margin-top: 16px;
    background-color: #FFFFFF;
    /*padding: 0 22px;*/
    cursor: pointer;
}

.pd_nav_ul li{
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    border-bottom: 1px solid #E5E5E5;
}

.pd_nav_ul li a{
	display: inline-block;
	height: 100%;
	color: color: #2e2e2e;
	text-align: center;
	width: 100%;
    font-weight: 700;
}

.pd_nav_ul li:last-child{
    border-bottom: none;
}

.pd_nav_ul li a:hover{
    background-color: #00802e;
    color: #FFFFFF;
}

.pd_contact_wrapper{
    padding: 18px 6px 6px;
    background-color: #009f3b;
}

.pd_contact_title_cn{
    font-size: 22px;
    color: #FFFFFF;
}

.pd_contact_title_en{
    font-size: 22px;
    color: #FFFFFF;
}

.pd_contact_content{
    background-color: #FFFFFF;
    padding: 8px;
    color: #2e2e2e;
    font-size: 14px;
    margin-top: 16px;
}

/*右侧的内容*/
.pd_content_right{
    width: 936px;
    padding-left: 30px;

}

/*右侧信息*/
.pd_info{
    position: relative;
    min-height: 490px;
}

.pd_info_left{
    width: 459px;
    position: absolute;
    height: 100%;
    min-height: 490px;
}
.big_img{
    display: inline-block;
    width: 100%;
    height: 306px;
    cursor: pointer;
}

.pd_img_carousel{
    height: 135px;
}

.small_img_container{
    height: 180px;
    padding-top: 30px;
}

.small_img_container img{
    display: inline-block;
    height: 100%;
    width: 209px;
    float: left;
}

.small_img_container img:nth-child(1){
    margin-right: 20px;
}

.small_img_container img:nth-child(2){
    margin-left: 20px;
}

.pd_info_right{
    width: 406px;
    padding-left: 22px;
    color: #666666;
}

.pd_info_title{
    padding-bottom: 6px;
    font-size: 18px;
    color: #2e2e2e;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 16px;
}
/*-----------------------------*/

.pd_right_desc{
    margin-top: 40px;
}
.pd_desc_header{
    padding: 12px;
    background-color: #ededed;
    color: #FFFFFF;
    font-size: 18px;
}

.pd_desc_content{
    font-size: 14px;
    color: #666666;
}


/*右侧推荐内容*/
.pd_right_recommend{
    margin-top: 40px;
}

.pd_recommend_header{
    padding: 12px;
    background-color: #009f3b;
    color: #FFFFFF;
    font-size: 18px;
}

.pd_recommend_item{
    width: 282px;
    margin-top: 24px;
    text-align: center;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.pd_recommend_item:nth-child(3n+3){
    margin-right: 0;
}

.pd_right_item img{
    height: 212px;
    width: 100%;
}



.pd_recommend_item_desc{
    margin-top: 8px;
}
.down_up{
	margin: 50px 0;
}
.down_up>a{
	display: block;
	width: 48%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#333;
}
.down_up>.fr{
	text-align: right;
}
.down_up>a:hover{
	color:#f280a1;
}


.pd_info_detail{
    font-size: 18px;
    padding: 4px 0;
}

/*产品详情 end*/