
/*产品详情页*/
.pd1{ background:#f3f3f3; padding:30px 10px;}
.pd1 .pd1_img img{ width:100%;}
.pd1 .pd1_text{}
.pd1 .pd1_text .h3{ font-size:20px; color:#3f434b; font-weight:normal; margin:5px 0 10px;}
.pd1 .pd1_text .p{ color:#4a4a4a;}

.pd2{ padding:30px 10px;}
.pd2 .ul li{ margin-bottom:30px;}
.pd2 .h3{ font-size:20px; color:#4a4a4a; font-weight:normal; margin-bottom:5px;}
.pd2 .p{ font-size:16px; color:#818181; margin-bottom:30px;}
.pd2 .pd2_img{ float:left; width:25%; text-align:right;}
.pd2 .pd2_img img{ margin-top:10px;}
.pd2 .pd2_text{ float:left; width:69%; padding:0 3%;}
.pd2 .pd2_text .h4{ font-size:18px; color:#4a4a4a; font-weight:normal;}
.pd2_text dl,.pd2_text dd{ margin:0;}
.pd2_text dl dd{ /*background:url("../images/product_bg.jpg") no-repeat left center;*/ padding-left:10px; color:#818181; margin-bottom:3px;}

.pd3{padding:30px 10px 50px; background:#f3f3f3;}
.pd3 .h3{ font-size:20px; color:#4a4a4a; margin-bottom:20px;}
.pd3 .pd3_m{ /*margin-bottom:30px;*/}
.pd3 .pd3_m .pd3_h{ font-size:16px; color:#90c31f; margin-bottom:15px;width: 100%;background-color: #eee;padding:10px 0;}
.pd3_m .tex table{line-height: 35px; width: 100%; color: #777;border-collapse: collapse}
.pd3_m .tex thead{background: #e60012;}
.pd3_m .tex thead th{font-size: 14px; color: #fff;}
.pd3_m .tex tr,
.pd3_m .tex td,
.pd3_m .tex thead th{border: 0px solid #e8e8e8;}
.pd3_m .list .title{ font-size: 16px; line-height:45px;  margin:0 0 2px 0; padding:0 16px; color: #333; cursor:pointer; background-color:#d8e1e3; background-image:url("../images/r-p.png"); background-repeat:no-repeat; background-position:right top;  -webkit-transition:all ease 0.5s;transition:all ease 0.5s;}
.pd3_m .list.on .title{ background-position:right bottom;}
.pd3_m .list .tex{ display:none;}
table tbody tr
table tbody tr th{background:#90c31f;color:#FFFFFF; height:38px;}
/*.pd3_m .tex{display: none;}*/
/*.pd3_m .ul{ border-bottom:1px solid #e4e4e4; padding-bottom:25px;}
.pd3_m .ul li{ padding:8px 0;}
.pd3 .pd3_m:last-child .ul{ border:none;}*/

.pd4{ padding:30px 10px;}
.pd4 .pd4_h .h3{ font-size:18px; color:#4a4a4a; font-weight:normal; margin-bottom:10px;}
.pd4 .pd4_h .pd4_input{ border:1px solid #eee; border-radius:40px; margin:15px 0;}
.pd4_input input{ float:left; width:74%; height:44px; line-height:44px; padding:0 4%;}
.pd4_input .pd4_btn{ display:block; float:left; width:16%; height:44px; background:url("../images/pd4_btn.jpg") no-repeat center center;}
.pd4 .pd4_h .pd4_filter{ text-align:center;}
.pd4_filter a{ display:inline-block; width:100px; height:25px; text-align:center; line-height:25px; border:1px solid #ededed; color:#4a4a4a; font-size:12px; border-radius:40px; margin:15px 0;}
.pd4_filter .pd4_active,.pd4_filter a:hover{ color:#fff; background:#90c31f; border-color:#90c31f;}


@media screen and (min-width:768px){
.pd1 .pd1_img{ float:left; width:40%;}
.pd1 .pd1_text{ float:left; width:55%; padding-left:3%;}
.pd1 .pd1_text .h3{ font-size:25px; margin:110px 0 15px;}
.pd2 .h3{ font-size:30px;}
.pd2 .p{ margin-bottom:60px;}
.pd2 .pd2_text .h4{ font-size:22px; margin-bottom:15px;}

.pd3 .h3{ font-size:30px; font-weight:normal; margin-bottom:45px;}
.pd3 .pd3_m .pd3_h{ font-size:24px;}
.pd3_m .ul{ padding-bottom:50px;}
.pd3_m .ul li{ width:50%; float:left;}

.pd4 .pd4_h .h3{ font-size:24px;}
.pd4_filter a{width:140px; height:38px; text-align:center; line-height:38px; border:1px solid #ededed; color:#4a4a4a; font-size:16px;}
}
@media screen and (min-width:1024px){
.pd1 .pd1_text{ width:48%;}
.pd1 .pd1_text .h3{ font-size:36px; margin:140px 0 30px;}
.pd2 .ul li{ width:33.33%; float:left;}

.pd4 .pd4_h .h3{ float:left; margin-top:15px;}
.pd4 .pd4_h .pd4_input{ float:left; margin:12px 0 0 20px; width:400px;}
.pd4 .pd4_h .pd4_filter{ float:right;}
.pd4_filter a{ margin:15px 10px 0;}

}
@media screen and (min-width:1200px){
.pd1 .pd1_img{ margin-left:50px;}
.pd1 .pd1_text .h3{ margin:170px 0 30px;}
.pd2 .pd2_img{ text-align:left;}
.pd2 .pd2_img img{ margin-top:16px;}
.pd2{ padding:40px 0 60px;}
.pd3{ padding:50px 0 50px;}
.pd3 .pd3_m .pd3_h{text-align:center;}
/*.pd3_m .ul{ width:975px; float:right;}*/
}


/*表格*/
.pd_table{ padding-bottom:50px;}
.pd_table table{ width:100%; margin-bottom:30px;}
.pd_table table td{ text-align:center; min-width:40px; padding:30px 0; border:1px solid #ededed;}
.pd_table table .td1{ text-align:left; padding:0 60px;}
.pd_table table .td2,.pd_table table .td3{ color:#5e5f62;}
.pd_table table thead{ background:#90c31f;}
.pd_table table thead th{ padding:15px 0; color:#fff !important; font-weight:normal;}
.pd_table .td4 .download{ display:inline-block; width:19px; height:19px; background:url("../images/download2.jpg") no-repeat; vertical-align:middle; margin:-2px 8px 0 0; display:none;}
.pd_table .td4 a{ display:block; color:#90c31f;}
.pd_table table  a:hover{ color:#90c31f;}
.pd_table .td4  a:hover .download{background:url("../images/download1.jpg") no-repeat;}

.pd_table table .td2,.pd_table table .td3,.pd_table table .td4{ width:18%;}

@media screen and (min-width:480px){
.pd_table .td4 .download{ display:inline-block;}
.pd_table .td4 a{ color:#5e5f62;}
}

/*产品详情页 结束*/
.show_xzzx{ display: none; }
.show_xzzx_xxk a{background:url("../images/tab_1.png") no-repeat; width:160px;height: 40px;}
.show_xzzx_xxk a.on {
    color: #fff;
    background:url("../images/tab_2.png") no-repeat;
}

