/*产品列表 start*/
/*头部广告*/
.pro_center_banner img{
    width: 100%;
    /*height: 400px !important;*/
}

/*内容*/
.pro_center_content{
    padding: 46px 0 56px;
}

.pc_content_left{
    width: 264px;
    float: left;
    transition: top 0.5s;
}

/*左侧导航*/
.pc_nav_active{
	background-color: #00802e;
    color: #FFFFFF !important;
    margin-bottom: 0 !important;
    border-top: 1px solid #00802e;
}

.pc_nav_active .pc_nav_li_wrapper{
    border-bottom: none; 
}

.pc_nav_active a{
    color: #FFFFFF !important;
}

.pc_nav_wrapper{
    padding: 18px 6px 6px;
    background-color: #009f3b;
    margin-bottom: 40px;
}

.pc_nav_title_cn{
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.pc_nav_title_en{
    font-size: 22px;
    color: #FFFFFF;
}

.pc_nav_ul{
    margin-top: 16px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.pc_nav_ul li{
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    text-align: center;
    padding: 0 22px;
    margin-bottom: 1px;
}

.pc_nav_li_wrapper{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}


.pc_nav_ul li:last-child .pc_nav_li_wrapper{
    border-bottom: none;
}

.pc_nav_ul li a{
	display: inline-block;
	height: 100%;
	color: #2e2e2e;
	font-size: 16px;
	width: 100%;
    font-weight: 700;
}

.pc_nav_ul li:last-child{
    border-bottom: none;
}

.pc_nav_ul li:hover{
    background-color: #00802e;
}

.pc_nav_ul li:hover a{
	color: #FFFFFF;
}

.pc_contact_wrapper{
    padding: 18px 6px 6px;
    background-color: #009f3b;
}

.pc_contact_title_cn{
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.pc_contact_title_en{
    font-size: 22px;
    color: #FFFFFF;
}

.pc_contact_content{
    background-color: #FFFFFF;
    padding: 8px;
    color: #2e2e2e;
    font-size: 14px;
    margin-top: 16px;
}

/*右侧内容*/
.pc_content_right{
    width: 936px;
    float: right;
    padding-left: 30px;
}

.pc_right_header{
    position: relative;
    border-bottom: 2px solid #E5E5E5;
}

.pc_right_header_home{
    font-size: 22px;
}

.pc_right_header_home img,.pc_right_header_home span{
    vertical-align: bottom;
}

.pc_right_header_location{
    font-size: 14px !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pc_right_item{
    width: 212px;
    margin-top: 24px;
    text-align: center;
    float: left;
    margin-right: 19px;
    cursor: pointer;
    /*border: 1px solid #009f3b;*/
}

.item_img_wrapper{
    overflow: hidden;
}



.pc_right_item:nth-child(4n+4){
    margin-right: 0;
}

.pc_right_item img{
    height: 212px;
    width: 100%;
}

.pc_r_item_desc{
    margin-top: 8px;
}

/*右侧推荐内容*/
.pc_right_recommend{
    margin-top: 40px;
}

.pc_recommend_header{
    padding: 12px;
    background-color: #009f3b;
    color: #FFFFFF;
    font-size: 18px;
}

.pc_recommend_header a{
    color: #FFFFFF;
}

.pc_recommend_item{
    width: 212px;
    margin-top: 24px;
    text-align: center;
    float: left;
    margin-right: 19px;
    cursor: pointer;
    height: 230px;
}

.pc_recommend_item img{
    height: 212px !important;
    width: 100%;
}

.pc_recommend_item:nth-child(4n+4){
    margin-right: 0;
}

.pc_right_item img{
    height: 212px;
    width: 100%;
    margin-top: 8px;
}



.item_img_wrapper a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.pc_recommend_item_desc{
    margin-top: 8px;
}
/*产品列表 end*/


/*暂无数据 start*/
.data_null{
	width: 200px;
	margin: 50px auto;
	text-align: center;
}
.data_null img{
	max-width: 100%;
}
/*暂无数据 end*/