﻿@charset "gb2312";
/* CSS Document */
/*body{background:#f5f7f7;}*/



.product_list{border:1px solid #d1d1d1;border-radius:3px;margin:3.5rem 2.5% 1rem;}
.product_list .product_list_top{padding:0 3%;height:2.6rem;border-bottom:1px solid #d1d1d1;border-radius:3px;
							background: -webkit-linear-gradient(#fefefe, #eee); /* Safari 5.1 - 6.0 */
							background: -o-linear-gradient(#fefefe, #eee); /* Opera 11.1 - 12.0 */
							background: -moz-linear-gradient(#fefefe, #eee); /* Firefox 3.6 - 15 */
							background: linear-gradient(#fefefe, #eee); /* 标准的语法（必须放在最后） */
							}
.product_list .product_list_top h2{color:#7d4700;font-size:1.2rem;float:left;background:url(images/icon3.png) left center no-repeat;background-size:17%;height:2.6rem;line-height:2.6rem;padding-left:8%;}
.product_list .product_list_detail{padding:0.5rem 0;}
.product_list .product_list_detail li{padding:0.75rem 3%;border-bottom:1px dashed #d1d1d1;}
.product_list .product_list_detail li .bxpt{float:left;width:30%;position:relative;}
.product_list .product_list_detail li .bxpt a{display:block;}
.product_list .product_list_detail li .bxpt a img{width:100%;}
.product_list .product_list_detail li .bxpt .tjian{position:absolute;top:0;left:0;width:22%;}
.product_list .product_list_detail li .bxpt .tjian img{width:100%;}
.product_list .product_list_detail li .bxmc{float:left;margin-left:5%;width:59%;}
.product_list .product_list_detail li .bxmc h3 a{color:#353535;font-size:1.05rem; line-height:-10px;}
.product_list .product_list_detail li .bxmc span{color:#636262;font-size:1rem;}
.product_list .product_list_detail li .bxmc p{color:#636262;font-size:1rem;}



.news_list{border:1px solid #d1d1d1;border-radius:3px;margin:3.5rem 2.5% 1rem;}
.news_list .news_list_top{padding:0 3%;height:2.6rem;border-bottom:1px solid #d1d1d1;border-radius:3px;
							background: -webkit-linear-gradient(#fefefe, #eee); /* Safari 5.1 - 6.0 */
							background: -o-linear-gradient(#fefefe, #eee); /* Opera 11.1 - 12.0 */
							background: -moz-linear-gradient(#fefefe, #eee); /* Firefox 3.6 - 15 */
							background: linear-gradient(#fefefe, #eee); /* 标准的语法（必须放在最后） */
							}
.news_list .news_list_top h2{color:#7d4700;font-size:1.2rem;float:left;background:url(images/icon4.png) left center no-repeat;background-size:20%;height:2.6rem;line-height:2.6rem;padding-left:8%;}
.news_list .news_list_top a{float:right;background:url(images/icon2.png) center no-repeat;width:10%;background-size:100%;height:1rem;margin-top:0.8rem;}
.news_list .news_list_detail{padding:0.5rem 0;background:#fff;}
.news_list .news_list_detail li{padding:0 3% 0.5rem;border-bottom:1px dashed #d1d1d1;}
.news_list .news_list_detail li h2 a{color:#353535;font-size:1.05rem;}
.news_list .news_list_detail li .date{margin-top:0.5rem;color:#939292;font-size:0.95rem;}
.news_list .news_list_detail li .date span{float:left;background:url(images/icon5.png) left center no-repeat;background-size:14%;padding-left:5%;}
.news_list .news_list_detail li .date p{float:right;background:url(images/icon6.png) left center no-repeat;background-size:20%;padding-left:6%;}


.contact_us{border:1px solid #d1d1d1;border-radius:3px;margin:1rem 2.5%;
							background: -webkit-linear-gradient(#f0f0f0, #fff); /* Safari 5.1 - 6.0 */
							background: -o-linear-gradient(#f0f0f0, #fff); /* Opera 11.1 - 12.0 */
							background: -moz-linear-gradient(#f0f0f0, #fff); /* Firefox 3.6 - 15 */
							background: linear-gradient(#f0f0f0, #fff); /* 标准的语法（必须放在最后） */
							}
.contact_us .contact_us_top{margin:0 3%;height:2.6rem;border-bottom:1px solid #c9c9c9;}
.contact_us .contact_us_top h2{color:#7d4700;font-size:1.2rem;float:left;background:url(images/icon1.png) left center no-repeat;background-size:15%;height:2.6rem;line-height:2.6rem;padding-left:8%;}
.contact_us .contact_us_detail{margin:0 3%;padding:0.5rem 0;}
.contact_us .contact_us_detail p{color:#54585a;font-size:0.95rem;line-height:1.65rem;}

.article{border:1px solid #d1d1d1;border-radius:3px;margin:3.5rem 2.5% 1rem;background:#fff;}
.article .article_top{padding:0.5rem 3%;border-bottom:1px dashed #c9c9c9;}
.article .article_top h2 a{color:#353535;font-size:1.05rem;}
.article .article_top .date{margin-top:0.5rem;color:#939292;font-size:0.95rem;}
.article .article_top .date span{float:left;background:url(images/icon5.png) left center no-repeat;background-size:14%;padding-left:5%;}
.article .article_top .date a{float:left;margin-left:5%;color:#939292;}
.article .article_detail{padding:0.5rem 3%;}
.article .article_detail p{color:#54585a;font-size:0.95rem;line-height:1.65rem;text-indent:2em;}
.article .article_page{border-top:1px solid #d1d1d1;
							background: -webkit-linear-gradient(#fff, #eee); /* Safari 5.1 - 6.0 */
							background: -o-linear-gradient(#fff, #eee); /* Opera 11.1 - 12.0 */
							background: -moz-linear-gradient(#fff, #eee); /* Firefox 3.6 - 15 */
							background: linear-gradient(#fff, #eee); /* 标准的语法（必须放在最后） */
							}
.article .article_page a{float:left;width:33%;text-align:center;color:#9e9e9e;font-size:1.05rem;border-right:1px solid #d1d1d1;height:2rem;line-height:2rem;}

.about_us{border:1px solid #d1d1d1;border-radius:3px;margin:1rem 2.5%;
							background: -webkit-linear-gradient(#ededed, #fff); /* Safari 5.1 - 6.0 */
							background: -o-linear-gradient(#ededed, #fff); /* Opera 11.1 - 12.0 */
							background: -moz-linear-gradient(#ededed, #fff); /* Firefox 3.6 - 15 */
							background: linear-gradient(#ededed, #fff); /* 标准的语法（必须放在最后） */
							}
.about_us .about_us_top{margin:0 3%;height:2.6rem;border-bottom:1px solid #c9c9c9;}
.about_us .about_us_top h2{color:#7d4700;font-size:1.2rem;float:left;background:url(images/icon8.png) left center no-repeat;background-size:15%;height:2.6rem;line-height:2.6rem;padding-left:8%;}
.about_us ul{margin:0 3%;padding:0.5rem 0;border-bottom:1px solid #c9c9c9;}
.about_us ul li{color:#7d4700;font-size:0.95rem;margin-bottom:0.3rem;}
.about_us ul li span{float:left;}
.about_us ul li p{float:left;}
.about_us .about_us_detail{margin:0 3%;padding:0.5rem 0;}
.about_us .about_us_detail p{color:#000;font-size:0.95rem;line-height:1.65rem;}


.grfc{border:1px solid #d1d1d1;border-radius:3px;margin:1rem 2.5%;
							background: -webkit-linear-gradient(#ededed, #fff); /* Safari 5.1 - 6.0 */
							background: -o-linear-gradient(#ededed, #fff); /* Opera 11.1 - 12.0 */
							background: -moz-linear-gradient(#ededed, #fff); /* Firefox 3.6 - 15 */
							background: linear-gradient(#ededed, #fff); /* 标准的语法（必须放在最后） */
							}
.grfc .grfc_top{margin:0 3%;height:2.6rem;border-bottom:1px solid #c9c9c9;}
.grfc .grfc_top h2{color:#7d4700;font-size:1.2rem;float:left;background:url(images/icon8.png) left center no-repeat;background-size:15%;height:2.6rem;line-height:2.6rem;padding-left:8%;}
.grfc .grfc_detail{}
.grfc .grfc_detail .hd{ overflow:hidden;  height:30px; padding:0 10px;  }
.grfc .grfc_detail .hd ul{ overflow:hidden; zoom:1; text-align:center;}
.grfc .grfc_detail .hd ul li{ display:inline-block; width:30px; height:12px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#c6c6c6; }
.grfc .grfc_detail .hd ul li.on{ background:#e17218; }
.grfc .grfc_detail .bd{margin:1rem 0;}
.grfc .grfc_detail .bd .tempWrap{width:96% !important;margin:0 auto !important;}
.grfc .grfc_detail .bd ul{ overflow:hidden;height:5rem;  zoom:1; width:100%;}
.grfc .grfc_detail .bd ul li{ margin:0 1%; float:left; _display:inline;height:5rem; overflow:hidden; text-align:center;width:30%;  }
.grfc .grfc_detail .bd ul li a{display:block;width:100%;}
.grfc .grfc_detail .bd ul li a img{width:100%;height:5rem;}


.message{border:1px solid #d1d1d1;border-radius:3px;margin:3.5rem 2.5% 1rem;}
.message .message_top{padding:0 3%;height:2.6rem;border-bottom:1px solid #c9c9c9;border-radius:3px;
							background: -webkit-linear-gradient(#fff, #eee); /* Safari 5.1 - 6.0 */
							background: -o-linear-gradient(#fff, #eee); /* Opera 11.1 - 12.0 */
							background: -moz-linear-gradient(#fff, #eee); /* Firefox 3.6 - 15 */
							background: linear-gradient(#fff, #eee); /* 标准的语法（必须放在最后） */
							}
.message .message_top h2{color:#7d4700;font-size:1.2rem;float:left;background:url(images/icon11.png) left center no-repeat;background-size:18%;height:2.6rem;line-height:2.6rem;padding-left:8%;}
.message .message_txt{margin:1rem 3%;height:4rem;overflow:hidden;border:1px solid #d1d1d1;border-radius:3px;}
.message .message_txt textarea{display:block;height:5rem;width:96%;padding:2%;height:5rem;width:100%;max-height:5rem;max-width:100%;}
.message ul{margin:0 3%;}
.message ul li{color:#3f3f3f;font-size:1rem;line-height:1.75rem;margin-bottom:0.5rem;}
.message ul li span{float:left;width:24%;}
.message ul li input{border:1px solid #d1d1d1;float:left;width:73%;padding-left:2%;border-radius:3px;line-height:1.75rem;height:1.75rem;}
.message .send_message{margin:0.5rem 2.5%;}
.message .send_message input{display:block;background:url(images/send_message.png) center no-repeat;background-size:100%;width:100%;height:2.4rem;border:none;}

.message_list{margin:1rem 2.5%;}
.message_list ul{}
.message_list ul li{border:1px solid #d1d1d1;border-radius:3px;margin:1rem 0;}
.message_list ul li .li_gk{}
.message_list ul li .li_gk h2{padding:0.5rem 3%;}
.message_list ul li .li_gk h2 a{font-size:1rem;color:#242424;}
.message_list ul li .li_gk .date{border-top:1px solid #d5d5d5;padding:0.5rem 3%;
							background: -webkit-linear-gradient(#fff, #ededed); /* Safari 5.1 - 6.0 */
							background: -o-linear-gradient(#fff, #ededed); /* Opera 11.1 - 12.0 */
							background: -moz-linear-gradient(#fff, #ededed); /* Firefox 3.6 - 15 */
							background: linear-gradient(#fff, #ededed); /* 标准的语法（必须放在最后） */
							}
.message_list ul li .li_gk .date i{float:left;font-style:normal;}
.message_list ul li .li_gk .date em{float:right;font-style:normal;background:url(images/icon9.png) right center no-repeat;background-size:28%;padding-right:5%;}
.message_list ul li .li_xx{display:none;}
.message_list ul li .li_xx h2{padding:0.5rem 3%;}
.message_list ul li .li_xx h2 a{font-size:1rem;color:#242424;}
.message_list ul li .li_xx span{display:block;margin-left:3%;background:#fe9008;color:#fff;width:14%;text-align:center;padding:0.25rem 0;border-radius:5px;}
.message_list ul li .li_xx p{padding:0.5rem 3%;color:#9b6115;font-size:1rem;line-height:1.5rem;}
.message_list ul li .li_xx .date{border-top:1px solid #d5d5d5;padding:0.5rem 3%;
							background: -webkit-linear-gradient(#fff, #ededed); /* Safari 5.1 - 6.0 */
							background: -o-linear-gradient(#fff, #ededed); /* Opera 11.1 - 12.0 */
							background: -moz-linear-gradient(#fff, #ededed); /* Firefox 3.6 - 15 */
							background: linear-gradient(#fff, #ededed); /* 标准的语法（必须放在最后） */
							}
.message_list ul li .li_xx .date i{float:left;font-style:normal;}
.message_list ul li .li_xx .date em{float:right;font-style:normal;background:url(images/icon10.png) right center no-repeat;background-size:28%;padding-right:5%;}
.message_list ul .li_cur .li_gk{display:none;}
.message_list ul .li_cur .li_xx{display:block;}



.pro_about{border:1px solid #d1d1d1;border-radius:3px;margin:3.5rem 2.5% 1rem;padding-bottom:1rem;background:#fff;}
.pro_about .pro_about_top{padding:0 3%;height:2.6rem;border-bottom:1px solid #d1d1d1;border-radius:3px;
							background: -webkit-linear-gradient(#fefefe, #eee); /* Safari 5.1 - 6.0 */
							background: -o-linear-gradient(#fefefe, #eee); /* Opera 11.1 - 12.0 */
							background: -moz-linear-gradient(#fefefe, #eee); /* Firefox 3.6 - 15 */
							background: linear-gradient(#fefefe, #eee); /* 标准的语法（必须放在最后） */
							}
.pro_about .pro_about_top h2{color:#7d4700;font-size:1.2rem;float:left;height:2.6rem;line-height:2.6rem;}
.pro_about .pro_about_gk{padding:0.5rem 0;}
.pro_about .pro_about_gk .cptd{padding:0.5rem 3% 1rem;border-bottom:1px dashed #d1d1d1;}
.pro_about .pro_about_gk .cptd span{float:left;width:30%;}
.pro_about .pro_about_gk .cptd span img{width:100%;}
.pro_about .pro_about_gk .cptd p{float:left;width:65%;margin-left:3%;color:#121212;font-size:0.95rem;line-height:1.5rem;}
.pro_about .pro_about_gk .cptd p i{font-style:normal;color:#525252;}
.pro_about .pro_about_xx ul{padding:0 3%;}
.pro_about .pro_about_xx ul li{width:50%;float:left;}
.pro_about .pro_about_xx ul li p{color:#121212;font-size:0.95rem;background:url(images/icon12.png) left center no-repeat;background-size:8%;padding-left:10%;}
.pro_about .pro_about_xx ul li p span{color:#525252;}

.pro_about .pro_slide{ width:100%; margin-top:1rem; }
.pro_about .pro_slide .hd{ height:3.2rem; line-height:3rem; position:relative; }
.pro_about .pro_slide .hd ul{ height:3.2rem;background:url(images/icon13.png) left top no-repeat; background-size:100%; }
.pro_about .pro_slide .hd ul li{ float:left;width:33.3%; cursor:pointer; text-align:center; height:3.2rem; font-size:1.1rem;color:#7d4700;}
.pro_about .pro_slide .hd ul li.on{ height:3.2rem;background:url(images/icon14.png) top center no-repeat; background-size:100%; color:#fff;}


.pro_about .pro_slide .bd .pro_table{margin:0.5rem 3%;border:1px solid #d1d1d1;width:94%;border-collapse: collapse; border-spacing: 0 }
.pro_about .pro_slide .bd .pro_table td{border:1px solid #d1d1d1;}
.pro_about .pro_slide .bd .pro_table .tr1{width:100%;text-align:center;height:2.5rem;background:#f5f7f7;font-size:1.1rem;color:#252525;font-weight:bold;}
.pro_about .pro_slide .bd .pro_table .tr1 .td1{width:60%;}
.pro_about .pro_slide .bd .pro_table .tr1 .td2{width:40%;}
.pro_about .pro_slide .bd .pro_table .tr1 .td3{width:40%;}
.pro_about .pro_slide .bd .pro_table .tr2{width:100%;text-align:center;height:2.5rem;font-size:0.95rem;color:#525252;}
.pro_about .pro_slide .bd .pro_table .tr2 .td1{width:60%;}
.pro_about .pro_slide .bd .pro_table .tr2 .td2{width:36%; }
.pro_about .pro_slide .bd .pro_table .tr2 .td3{width:4%;}
.pro_about .pro_slide .bd .pro_table .tr2 .td3 .td3pic{background:url(images/icon16.png) 85% center no-repeat;background-size:10px;}
.pro_about .pro_slide .bd .pro_table .tr2 .td2 a{color:#525252;}
.pro_about .pro_slide .bd .pro_table .tr2 .td2 .tcp{width:100%;height:100%;background:url(images/icon15.png) left top repeat;position:fixed;bottom:0;left:0;text-align:left;display:none;}
.pro_about .pro_slide .bd .pro_table .tr2 .td2 .tcp .tcps{background:#fff;position:fixed;bottom:0;left:0;height:60%;width:94%;padding:1rem 3%;}
.pro_about .pro_slide .bd .pro_table .tr2 .td2 .tcp .tcps h2{height:2rem;line-height:2rem;position:relative;}
.pro_about .pro_slide .bd .pro_table .tr2 .td2 .tcp .tcps h2 a{position:absolute;right:5%;top:0;font-size:1rem;font-weight:bold;}
.pro_about .pro_slide .bd .pro_table .tr2 .td2 .tcp .tcps p{font-size:1rem;line-height:1.65rem;}
/*.pro_about .pro_slide .bd .pro_table{margin:0.5rem 3%;border:1px solid #d1d1d1;width:94%;border-collapse: collapse; border-spacing: 0 }
.pro_about .pro_slide .bd .pro_table td{border:1px solid #d1d1d1;}
.pro_about .pro_slide .bd .pro_table .tr1{width:100%;text-align:center;height:2.5rem;background:#f5f7f7;font-size:1.1rem;color:#252525;font-weight:bold;}
.pro_about .pro_slide .bd .pro_table .tr1 .td1{width:40%;}
.pro_about .pro_slide .bd .pro_table .tr1 .td2{width:20%;}
.pro_about .pro_slide .bd .pro_table .tr1 .td3{width:40%;}
.pro_about .pro_slide .bd .pro_table .tr2{width:100%;text-align:center;height:2.5rem;font-size:0.95rem;color:#525252;}
.pro_about .pro_slide .bd .pro_table .tr2 .td1{width:36%;padding:0.5rem 2%;}
.pro_about .pro_slide .bd .pro_table .tr2 .td2{width:16%;padding:0.5rem 2%;}
.pro_about .pro_slide .bd .pro_table .tr2 .td3{width:36%;padding:0.5rem 2%;}*/
