@charset "utf-8";
/*news*/
#newspage{padding:0 5px; font-family:'微软雅黑'; font-size:14px; overflow:hidden;}
#newspage .head{height:70px; border-bottom:1px dashed #ccc; text-align:center; color:#333;}
#newspage .head .tit{height:40px; line-height:40px;}
#newspage .head .tit h1{font-size:20px;}
#newspage .head .info_show{height:30px; line-height:30px;}
#newspage .head .info_show p{padding:0 20px; font-size:12px; display:inline; color:#999;}
#newspage .head .info_show span{color:#AACD3B;}
#newspage .info_con{margin-top:10px; overflow:hidden; width:100%;}
#newspage .info_con, #newspage .info_con p, #newspage .info_con span{font:14px/26px '微软雅黑';}
#newspage .info_con h2{font-size: 16px; margin: 10px 0; border-bottom: 2px solid #F49E1C; padding-left: 40px; font-weight: bold; line-height: 30px; background: url(../images/h2_bg.png) no-repeat left center;}
#newspage .info_con b, #newspage .info_con strong{font-weight:bold;}
#newspage .info_con table{text-align:center; border-right:1px solid; border-bottom:1px solid; border-collapse:collapse;}
#newspage .info_con table td{padding:5px 10px; border-top:1px solid; border-left:1px solid;}
#newspage .info_share{height:35px; line-height:35px; background:#EEE; margin:10px 0 10px 0;}
#newspage .info_share .tit{width:100px; text-align:center; font-weight:bold; color:#AACD3B; font-size:16px; float:left; line-height:35px;}
/*product*/
#propage{overflow:hidden; line-height:26px; font-family:"微软雅黑"; border:1px solid #e5e5e5; padding:10px; margin-top: 15px;}
#propage .propage_head{width:100%; height:240px; overflow:hidden; margin-bottom:20px;}
#propage .lhead_propage{width:38%; height:98%; overflow:hidden; float:left; border:2px solid #AACD3B;}
#propage .lhead_propage img{width:100%; height:100%; margin:0 auto; display:block;}
#propage .rhead_propage{width:60%; height:100%; overflow:hidden; float:right;}
#propage .r_pro_title{width:100%; height:40px; text-align:center; line-height:40px; border-bottom:1px dashed #bbbbbb;}
#propage .r_pro_title h1{font-size:20px;}
#propage .r_pro_ms{width:100%; height:140px; overflow:hidden; color:#666; }
#propage .r_pro_ms span{font-size:15px; font-weight:bold; display:block; color:#666;}
#propage .r_pro_bot{width:100%; height:60px; background-color:#F2F2F2; color:#AACD3B; }
#propage .r_pro_bot .tell{width:100%; height:30px; line-height:30px; font-size:20px;}
#propage .r_pro_bot .tell span{font-size:15px; color:#666; font-weight:bold;}
#propage .propage_con{width:100%; overflow:hidden;}
#propage .propage_con .propage_con_title{width:100%; height:40px; line-height:40px; font-size:20px; background-color:#AACD3B; font-weight:bold; padding-left:10px; color:#FFF;}
#propage .propage_con .propage_con_body{width:100%; overflow:hidden;  border-bottom:1px solid #CCC; padding:10px 0;}
#propage .propage_con .propage_con_body,#propage .propage_con .propage_con_body p,#propage .propage_con .propage_con_body span,#propage .propage_con .propage_con_body table{font:14px/26px "微软雅黑"; color:#333;}
#propage .propage_con .propage_con_body h2{font-size: 16px; margin: 10px 0; border-bottom: 2px solid #F49E1C; padding-left: 40px; font-weight: bold; line-height: 30px; background: url(../images/h2_bg.png) no-repeat left center;}
#propage .propage_con .propage_con_body h3{font-size:16px;}
#propage .propage_con .propage_con_body b, #propage .propage_con .propage_con_body strong{font-weight:bold;}
#propage .propage_con .propage_con_body table{text-align:center; border-right:1px solid; border-bottom:1px solid; border-collapse:collapse; border-spacing:0;}
#propage .propage_con .propage_con_body table td{padding:5px 15px; border-top:1px solid; border-left:1px solid;}
#propage .propage_con .propage_con_body center a:hover{ color: red;}
/*评论*/
.comment-add .editor textarea {
    width: 98%;
    height: 70px;
}
.Validform_error {
    background: #FEFBD3;
}
.comment-add .subcon {
	width:95%;
	margin:5px auto;
}
.input {
    display: inline;
    margin-right: 5px;
    padding: 7px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background: #fff;
    color: #999px;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}
.Validform_checktip {
    margin-left: 8px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}
input.btn, button.btn {
    height: 40px;
    cursor: pointer;
    overflow: visible;
}
.btn {
    background: #1e7bb3;
    border: 1px solid #02598E;
    border-radius: 2px;
    vertical-align: middle;
}
.comment-box {
    position: relative;
    margin-top: 15px;
}
.comment-list li {
    padding: 15px 0;
    border-top: 1px solid #f7f7f7;
}
.comment-list li .avatar {
    display: block;
    float: left;
    margin-top: 6px;
    background: #fff;
    border-radius: 2px;
    width: 42px;
    height: 42px;
    overflow: hidden;
}
.comment-list li .avatar img {
    width: 42px;
    height: 42px;
}
.comment-list li .inner {
    margin-left: 52px;
}
.comment-list li .inner p {
    color: #333;
    font-size: 14px;
    line-height: 1.8em;
}
.comment-list li .inner .meta {
    margin: 0;
    padding-top: 3px;
    color: #999;
    border: none;
}
.meta {
    margin: 30px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.blue {
    color: #1E7BB3;
}
.comment-list li .inner .meta .time {
    margin-left: 5px;
    padding-left: 20px;
    color: #777;
    background: url(../images/sprite.gif) no-repeat left -158px;
}
.comment-list li .answer {
    margin-left: 48px;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.comment-list li .answer .meta {
    margin: 0;
    padding: 0;
    color: #999;
    margin-bottom: 5px;
    border: none;
}
.comment-list li .answer p {
    color: #555;
    font-size: 14px;
    line-height: 1.8em;
}
.page-box {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
}
div.digg {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
}
div.digg span.disabled {
    border: 1px solid #eee;
    padding: 5px 12px;
    margin: 0 0 0 8px;
    color: #ddd;
}
div.digg span.current {
    padding: 5px 12px;
    margin: 0 0 0 8px;
    color: #555;
    font-weight: bold;
}
.base-tit {
    border-bottom: 1px solid #f0f0f0;
    color: #3b8dd1;
    line-height: 1em;
    font-size: 18px;
    font-weight: normal;
	width:98%;
	margin:3px auto;
}
.base-tit i {
    float: right;
    padding: 10px 0;
    color: #999;
    font-size: 12px;
    line-height: 26px;
    font-style: normal;
}
.base-tit span {
    position: relative;
    top: 1px;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #3b8dd1;
}
.meta .right{float:right; width:auto;}
/*end*/

/*上下篇*/
#next_art{height:30px; line-height:30px; color:#666; border-top:1px solid #f1f1f1; padding:0 5px; font-size:14px;}
#next_art a{color:#3870BA;}
#next_art span{float:right;}

/*show底部产品推荐*/
#foot_prolist{height:225px; border:1px solid #e5e5e5; margin:10px auto; overflow:hidden;}
#foot_prolist .tit{height:30px; line-height:30px; font-size:12px; color:#404040; background:#fafafa; padding-left:10px; border-bottom: 1px solid #e5e5e5; font-weight: bold;}
#foot_prolist ul{list-style:none;}
#foot_prolist li{width:23%; height:176px; margin:10px 7px; overflow:hidden; border:1px solid #ccc; float:left;}
#foot_prolist li img{width:100%; height:146px;}
#foot_prolist span{width:100%; text-align:center; line-height:30px; font-size:14px; display:block; background:#ccc;}
#foot_prolist li:hover span{background:#AACD3B;}
#foot_prolist span a{color:#fff;}
/*show底部产品推荐*/
#foot_prolist1{ border:1px solid #d5d5d5; margin:10px auto; overflow:hidden;}
#foot_prolist1 .tit{height:30px; line-height:30px; font-size:14px; font-weight:bold; color:#404040; background:#e5e5e5; padding-left:10px; border-bottom: 1px solid #ccc;}
#foot_prolist1 ul{list-style:none;}
#foot_prolist1 li{width:94%; margin:10px 6px; overflow:hidden; border:1px solid #ccc; float:left;}
#foot_prolist1 li img{width:100%; height:153px;display: block;}
#foot_prolist1 span{width:100%; text-align:center; line-height:30px; font-size:14px; display:block; background:#ccc;}
#foot_prolist1 li:hover span{background:#AACD3B;}
#foot_prolist1 span a{color:#fff;}

/*产品评论*/
#pro_comment{height:auto; border:1px solid #e5e5e5; margin:10px auto; overflow:hidden;}
#pro_comment .com_title{height:30px; line-height:30px; font-size:14px; color:#404040; background:#fafafa; padding-left:10px; border-bottom: 1px solid #e5e5e5;}