/*
Theme Name: DouPHP 轻商城模板
Theme URI: http://demo.douphp.com/doushop
Description: DouPHP 轻商城模板
Version: 1.0
Author: DouCo Co.,Ltd.
Author URI: http://www.douphp.com/
*/

/* 初始化
----------------------------------------------- */
body {
 font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
 color: #555;
 background-color: #FFF;
}
body, button, input, textarea {
 font-size: 14px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}
a {
 text-decoration: none;
 color: #333333;
}
a:hover {
 color: #C70D0E;
}
p, ul, ol, dl, dt, dd, form, blockquote {
 margin: 0;
 padding: 0;
}
ul, ol {
 list-style: none;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 14px;
 margin: 0;
 padding: 0;
}
input, select {
 font-family: Microsoft Yahei;
 vertical-align: middle;
}
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px #EEEEEE inset !important;
}
em, b, i {
 font-style: normal;
 font-weight: normal;
}
img {
 vertical-align: middle;
 border: 0;
}
label {
 cursor: pointer;
}
/* 主体框架
----------------------------------------------- */
#wrapper {
}
#wrapper .wrap {
 width: 1140px;
 margin: 0px auto;
}
#wrapper .mb {
 margin-bottom: 30px;
}
/* -- page -- */
#pageLeft {
 float: left;
 width: 200px;
 margin-right: 40px;
}
#pageIn {
 float: left;
 width: 900px;
 overflow: hidden;
}
/* 头部导航
----------------------------------------------- */
/* -- top -- */
#top {
 height: 40px;
 line-height:40px;
 text-align: right;
 color: #333;
}
#top a {
 color: #333;
}
#top .wrap {
 zoom:1;
 overflow: hidden;
}
/* topNav */
#top .topNav {
 position: relative;
 z-index: 1100;
 float: left;
 margin-left:-12px;
}
#top .topNav li {
 float: left;
 zoom: 1;
 text-align: center;
 padding:0 12px;
}
#top .topNav li.hover {
 position: relative;
 background: #FFFFFF;
}
#top .topNav li.hover a {
 color:#555;
}
#top .topNav li a {
 color: #333;
}
#top .topNav li.sep {
 float:left;
 color:#ccc;
 padding:0;
}
#top .topNav ul {
 background: #FFFFFF;
 border: 1px solid #F5F5F5;
 border-top: 0;
 width: 100%;
 display: none;
 position: absolute;
 top: 100%;
 left: -1px;
 padding-bottom: 4px;
}
#top .topNav ul li {
 float: none;
}
#top .topNav li.hover ul li {
 border: none;
}
#top .topNav li.hover ul li a {
 height: 35px;
 line-height: 35px;
}
/* userTop */
.userTop {
 float:right;
 padding-left: 8px;
 margin: 36px 0 0 20px;
}
.userTop a {
 display:block;
 float:left;
 padding:0 8px;
}
/* -- header -- */
#header {
 position: relative;
 z-index: 1000;
 height:90px;
}
#header .logo {
 padding: 10px 0;
 float: left;
}
#header .searchBox {
 float: right;
 margin: 25px 0 0 100px;
 padding: 0 5px 0 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
}
#header .searchBox .keyword {
 width: 360px;
}
#header .cart {
 display: block;
 float: right;
 margin: 25px 0 0 2px;
 padding: 0 20px 0 15px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
 border: 1px solid #EEE;
 line-height: 36px;
}
#header .cart i {
 margin-right: 8px;
 font-size: 18px;
 color: #555;
}
/* -- mainNav -- */
#mainNav {
 float: left;
 padding: 20px 0px;
 height: 50px;
 line-height: 50px;
 font-size: 15px;
 position: relative;
 z-index: 1001;
}
/* LEVEL ONE */
#mainNav li {
 float: left;
 zoom: 1;
 _width:96px;
 height: 50px;
}
#mainNav li a {
 display: inline-block;
 padding: 0 17px;
 text-align: center;
 color: #000000;
 text-decoration: none;
 height:50px;
 line-height:50px;
}
#mainNav li a.nav i {
 font-size: 15px;
 margin-left: 2px;
}
#mainNav li.hover, #mainNav li.cur {
 position: relative;
}
#mainNav li.hover a, #mainNav li.cur a {
 color: #C70D0E;
}
/* LEVEL TWO */
#mainNav .child {
 min-width: 100px;
 _width: 100px;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 border: 1px solid #EEE;
}
#mainNav .child li {
 font-weight: normal;
 background: #F5F5F5;
 float: none;
}
#mainNav .child li a {
 color: #24313C;
 display: block;
 white-space: nowrap;
}
#mainNav .child li.hover a {
 background-color:#c74250;
 color: #FFF;
}
#mainNav .child a.parent {
 background: url(images/icon_red.gif) no-repeat 100px 50%;
}
/* LEVEL THREE */
#mainNav .children {
 left: 100%;
 top: 0;
 border-top: 0;
 _border-top: 1px;
}
#mainNav .children li a {
 background: #F5F5F5;
 color: #24313C;
}
#mainNav .children li.hover a {
 background-color:#19B4EA;
 color: #FFF;
}

/* 首页样式
----------------------------------------------- */
#index .inBox {

}
#index .inBox ul {
 zoom:1;
 overflow:hidden;
}
#index .inBox h3 {
 font-weight:normal;
 position: relative;
 height: 50px;
     margin-bottom: 15px;
    margin-top: 15px
}
#index .inBox h3 a {
 display: block;
 width: 160px;
 line-height: 50px;
 text-align: center;
 margin: 0 auto;
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -80px;
 font-size: 26px;
 color: #555555;
}
#index .inBox h3 a:hover {
 text-decoration: none;
}
#index .inBox h3 i {
 display: block;
 width: 100%;
 height: 1px;
 line-height: 1px;
 font-size: 1px;
 background-color: #EEE;
 position: absolute;
 top: 50%;
 left: 0;
}
/* -- slideShow -- */
#index .slideShow .slides a {
 height: 500px;
}
/* -- link -- */
#index .link {
 background-color:#FAFAFA;
 margin-bottom: 10px;
 padding:10px 0;
}
#index .link strong {
 color: #7A7F81;
 font-weight: bold;
}
#index .link a {
 color: #555;
}
/* -- adMiddle -- */
#index .adMiddle {
 text-align: center;
}
/* 提示信息
----------------------------------------------- */
#douBox .boxBg {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 10000001;
 width: 100%;
 height: 100%;
 background: #000;
 filter: alpha(opacity=15);
 opacity:0.15
}
#douBox .boxFrame {
 position: absolute;
 z-index: 10000002;
 overflow: hidden;
 padding: 0;
 border: 2px solid #C4C4C4;
 background-color:#FFF;
 width:360px;
 left:50%;
 top:300px;
 margin-left:-180px;
}
#douBox .boxFrame h2 {
 height: 28px;
 padding: 0 10px;
 background: #f5f5f5;
 line-height: 28px;
 color: #666;
 font-size:14px;
 font-weight:normal;
}
#douBox .boxFrame h2 .close {
 background: url(images/icon_fork.png) no-repeat;
 width:12px;
 height:12px;
 display:block;
 float:right;
 text-indent:-9999px;
 margin-top:8px;
}
#douBox .boxFrame .boxCon {
 background: url(images/icon_exclamation.png) no-repeat 15px 15px;
 padding:13px 10px 15px 70px;
 height:100px;
}
#douBox .boxFrame .boxCon dt {
 font-family:Microsoft YaHei;
 font-size:16px;
 color:#19B4EA;
 font-weight:bold;
}
#douBox .boxFrame .boxCon dd {
 color:#999;
 zoom:1;
 overflow:hidden;
}
#douBox .boxFrame .boxCon dd a {
 background-color:#F5F5F5;
 border: 1px solid #CBD1D3;
 display:block;
 float:left;
 width:70px;
 line-height:26px;
 text-align:center;
 margin:10px 12px 0 0;
 text-decoration:none;
}
/* page
----------------------------------------------- */
#page {
}
#page h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#page .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#page .content {
 color: #666666;
 line-height: 200%;
 padding-top: 10px;
}
/* product_category
----------------------------------------------- */
#productCate ul {
 zoom:1;
 overflow:hidden;
}
/* product
----------------------------------------------- */
#product {
 padding: 15px 0;
}
#product .productImg {
 float: left;
 width: 510px;
 margin-right: 20px;
 min-height: 380px;
}
#product .productInfo {
 float: left;
 padding: 10px 0 0 25px;
 line-height: 200%;
 width:520px;
}
#product .productInfo h1 {
 font-size: 24px;
 font-weight:normal;
}
#product .productInfo ul {
 margin-bottom:25px;
}
#product .productInfo li {
 color: #555;
 font-size: 16px;
 line-height:2.5;
}
#product .productInfo li em {
 color: #555;
}
#product .productInfo li.productPrice {
}
#product .productInfo li.productPrice em.price {
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
 color: red;
}
#product .productInfo .btnAsk {
 zoom: 1;
 overflow: hidden;
}
#product .productInfo .btnAsk dt {
 float: left;
 width: 88px;
 height: 39px;
 line-height: 39px;
 text-align: right;
 padding-right: 3px;
 margin-right: 6px;
 background-color: #E0E0E0;
 color: #333;
 font-weight: bold;
}
#product .productInfo .btnAsk dd {
 float: left;
 width: 300px;
}
#product .productInfo .btnBuy {
 margin-bottom: 40px;
}
#product .productInfo .btnBuy .addToCart {

display: block;
line-height: 50px;
background: #ed1c2f;
color: #fff;
font-size: 18px;
text-align: center;
border-radius: 6px;
width: 200px;
	cursor:pointer;
}
#product .productInfo .btnBuy .addToCart:hover {
 background-color: #F34555;
}
#product .productContent {
    margin: 30px 0px;
    background: #fff;
}
#product .productContent h3 {

    color: #555;
    border-bottom: 1px solid #EBEBEB;
    font-weight: normal;
    font-size: 38px;
    text-align: center;
    padding: 20px 0px;
}
#product .productContent ul {
 color: #666;
 line-height: 260%;
}

#product .product_content_main{
	
	padding:25px;
}
/* article_category
----------------------------------------------- */
#articleList dl {
 border-bottom: 1px dotted #D1D1D1;
 padding-bottom: 20px;
 margin-bottom: 20px;
}
#articleList dl.last {
 border-bottom: 0;
}
#articleList dt {
 width: 620px;
 background: url(images/icon_red.gif) no-repeat left 50%;
 padding-left: 15px;
 margin-bottom: 10px;
 font-size: 16px;
}
#articleList dd {
 color: #999999;
 padding-left: 2px;
 line-height: 180%;
 zoom: 1;
 overflow: hidden;
}
#articleList dd p {
 float: left;
}
#articleList dd p.img {
 margin-right: 10px;
}
#articleList dd p.desc {
 width: 590px;
}
#articleList .numDate {
 float: right;
 text-align: right;
 padding-top: 12px;
}
#articleList .numDate em {
 background-color: #0072C6;
 color: #FFF;
 padding: 3px 4px;
 font-size: 14px;
 font-weight: bold;
}
#articleList .numDate p {
 font-size: 16px;
 color: #999999;
 margin-top: 5px;
}
/* article
----------------------------------------------- */
#article {
 padding: 20px 0;
}
#article h1 {
 color: #333333;
 font-size: 18px;
 font-weight: bold;
}
#article .info {
 padding: 2px 0 20px 0;
 color: #999999;
 font-size: 13px;
}
#article .content {
 color: #666666;
 line-height: 33px;
}
/* 提示信息
----------------------------------------------- */
#douMsg {
 padding: 10px 0 100px 0;
}
#douMsg dl {
 padding: 160px 0 200px 0;
 text-align: center;
 border: 1px solid #E4E4E4;
}
#douMsg dt {
 color: #0072C6;
 font-size: 16px;
 margin-bottom: 30px;
 font-weight: bold;
}
#douMsg dd {
 color: #666;
}
#douMsg dd a {
 margin-left: 5px;
 color: #000;
}
/* 通用结构 
----------------------------------------------- */
/* -- urHere -- */
.urHere {
 color: #999999;
 padding: 20px 0;
}
.urHere a {
 color: #999999;
}
.urHere b {
 margin: 0 8px;
}
/* -- tree -- */
.treeBox {
 border: 1px solid #EEE;
 margin-bottom: 15px;
}
.treeBox h3 {
 background-color:#EEE;
 line-height: 60px;
 color: #333;
 font-weight: bold;
 font-size: 14px;
 padding-left:15px;
}
.treeBox li {
 border-top: 1px solid #F5F5F5;
 _height:36px;
}
.treeBox li a {
 display:block;
 line-height: 36px;
 padding-left: 15px;
 color: #7A7F81;
}
.treeBox li a:hover, .treeBox li.cur a {
 background-color:#19B4EA;
 color:#FFF;
 text-decoration:none;
}
.treeBox ul ul li a {
 padding-left: 20px;
}
/* -- searchBox -- */
.searchBox {
 border: 1px solid #EEE;
 background-color: #FFF;
 height: 36px;
 padding-left: 10px;
}
.searchBox {
 position: relative;
 white-space: normal
}
.searchBox label {
 height: 0;
 line-height: 0;
 overflow: hidden;
 width: 0;
 position: absolute;
 font-size: 0;
 z-index: -1;
 outline: 0
}
.searchBox .keyword {
 color: #999;
 font-size: 14px;
}
.searchBox .btnSearch {
 background-color: #FFF;
 width: 36px;
 height: 36px;
 overflow:hidden;
 cursor: pointer;
 font-size: 18px;
 -webkit-border-radius: 50%;
 border-radius: 50%;
 color: #555;
}
/* -- common -- */
.cue {
 color: red;
 font-size: 14px;
}
.clear {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}
.captcha {
 text-transform: uppercase;
}
.price {
 color: #CC0000;
}
.none {
 display: none;
}
.pointer {
 cursor: pointer;
}
/* -- iconfont -- */
@font-face {
 font-family: 'iconfont';
 src: url('images/icon/iconfont.eot');
 src: url('images/icon/iconfont.eot?#iefix') format('embedded-opentype'),
      url('images/icon/iconfont.woff2') format('woff2'),
      url('images/icon/iconfont.woff') format('woff'),
      url('images/icon/iconfont.ttf') format('truetype'),
      url('images/icon/iconfont.svg#iconfont') format('svg');
}
.iconfont {
 font-family: "iconfont" !important;
 font-size: 16px;
 font-style: normal;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
/* -- form -- */
.btn {
 display: inline-block;
 background-color: #0072C6;
 color: #EEE;
 padding: 6px 25px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align: center;
 -webkit-appearance: none;
}
.btn:hover {
 text-decoration: none;
 color: #FFFFFF;
 background-color: #007AD5;
}
.btnGray {
 display: inline-block;
 background-color: #CCC;
 border: 0;
 color: #333;
 padding: 6px 15px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 -webkit-appearance: none;
}
.btnPayment {
 display: inline-block;
 background-color: #ff4246;
 color: #FFF;
 padding: 7px 28px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 font-size: 14px;
 text-align: center;
 -webkit-appearance: none;
}
/* -- input -- */
.textInput {
 height: 20px;
 padding: 6px;
 font-size: 14px;
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 color: #666;
 -webkit-appearance: none;
}
.textArea {
 padding: 4px;
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 line-height: 20px;
 -webkit-appearance: none;
}
.textAreaAuto {
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 padding: 0;
 font-size: 12x;
 line-height: 20px;
 resize: none;
 min-height: 40px;
 -webkit-appearance: none;
}
/*- tableBasic -*/
.tableBasic {
 color: #666666;
 border-left: 1px solid #EEE;
 border-top: 1px solid #EEE;
 border-collapse: collapse;
}
.tableBasic select {
 color: #8F8F8F;
}
.tableBasic td, .tableBasic th {
 border-right: 1px solid #EEE;
 border-bottom: 1px solid #EEE;
}
.tableBasic th {
 background-color: #EEE;
}
.tableBasic .child {
 background-color: #FFFFFF;
}
.tableBasic td label {
 margin-right: 15px;
}
.tableBasic td i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
/*- tableDiv -*/
.tableDiv dl {
 zoom:1;
 overflow:hidden;
 margin-bottom:20px;
}
.tableDiv dl dt {
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 13px;
}
.tableDiv dl dt i {
 color:#F00;
 margin-left:5px;
 font-weight:bold;
}
.tableDiv dl dd label {
 margin-right: 15px;
 line-height:34px;
}
/* -- lift -- */
.lift {
 margin-top:60px;
 color:#999;
}
.lift a {
 color:#999;
}
.lift span {
 margin-right:15px;
}
/* -- productList -- */
.productList li {
 float: left;
 background-color:#FFF;
 width: 31.5555%;

 margin:0 30px 20px 0;
 text-align:center;


}
.productList li.clearBorder {
 margin-right: 0;
}
.productList .img {
 padding-bottom:18px ;
}
.productList .name {
 font-size:14px;
 padding:0 21px;
 margin-bottom:6px;
 height:21px;
 overflow:hidden;
}
.productList .price {
 font-size:20px;
 color:#666;
 font-weight:bold;
 border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    margin-top: 15px;
}
.buy_btn{
line-height: 26px;
    height: 26px;
    padding: 0 18px;
    border-radius: 6px;
    background: #c74250;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
	    margin-top: 2px;
}	

/* -- pager -- */
.pager {
 text-align: right;
 padding-top: 20px;
 color: #666;
 font-size: 14px;
}
.pager a {
 color: #666;
 text-decoration: underline;
}
/* -- pager class two -- */
.pager ul {
 display: inline-block;
 *display: inline;
 border-left: 1px solid #dddddd;
}
.pager ul li {
 display: inline;
}
.pager ul li a {
 float: left;
 padding: 0 14px;
 line-height: 38px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-left-width: 0;
}
.pager ul li a:hover {
 background-color: #f5f5f5;
}
.pager ul .active a {
 background-color: #f5f5f5;
 color: #999999;
 cursor: default;
}
/* -- onlineService -- */
.onlineService {
 position: fixed;
 _position: absolute;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-380+"px");
 top: 208px;
 right: 0;
 z-index: 999999;
 display: block;
}
.onlineService .onlineIcon {
 position: relative;
 cursor: pointer;
 background: url(images/online_service.png) no-repeat;
 width: 34px;
 height: 110px;
 text-indent: -9999px;
 overflow: hidden;
}
.onlineService #pop {
 border: 3px solid #19B4EA;
 background-color: #F2F2F2;
 padding: 8px;
 width: 95px;
 min-height: 84px;
 position: absolute;
 right: 34px;
 top: 0;
 display: none;
 z-index: 999999;
}
.onlineService .onlineQQ a {
 display: block;
 background: url(images/online_service.png) no-repeat left -160px;
 color: #19B4EA;
 width: 82px;
 height: 24px;
 line-height: 23px;
 padding-left: 27px;
 margin-bottom: 8px;
}
.onlineService .onlineQQ a:hover {
 text-decoration: none;
 color: #19B4EA;
}
.onlineService .service {
 border-top: 1px solid #DDDDDD;
 padding-top: 8px;
 color: #666;
}
.onlineService .service a {
 color: #666;
}
.onlineService .service li {
 background: url(images/online_service.png) no-repeat left -202px;
 padding-left: 8px;
}
.onlineService .goTop {
 display: none;
}
.onlineService .goTop .goBtn {
 background: #F2F2F2 url(images/online_service.png) no-repeat left -120px;
 width: 34px;
 height: 34px;
 display: block;
}
/* footer
----------------------------------------------- */
 .clearf:after {
    content: '';
    display: block;
    clear: both;
}

.footer {
    padding-top: 35px;
}
.footer .l { float: left; }
.footer .r { float: right; }
.footer .l,.footer .r { padding: 45px 0; }
.footer .r p { line-height: 40px; }
.footer .l li { float: left; margin-right: 65px; }
.footer .l li a { display: block; line-height: 80px; }*/

.footer { padding-top: 35px; }
.footer .tac h1 { font-size: 40px; color: #747474; font-weight: normal; line-height: 1; margin: 0; padding: 0;margin-bottom: 20px; }
.footer .tac ul { overflow: hidden; padding: 0 50px; border-top: 1px dashed #d2d2d2; padding-bottom: 15px;}
.footer .tac ul li { float: left; }
.footer .tac ul li a { display: block; padding: 0 25px; line-height: 50px; position: relative; }
.footer .tac ul li a:before { content: '';display: block; width: 4px; height: 4px; border-radius: 100%; background: #666; position: absolute; left: 0; margin: -2px; top: 50%; }
.footer .tac ul li:first-of-type a:before {display: none; }
.footer .clearf { background: #c74250; color: #fff; }
.footer .clearf p { line-height: 55px; opacity: .5;}
.footer  .fl {float: left; }
.footer  .fr {float: right; }


@media screen and (max-width: 1444px) {
	.maxsize,
	.koubei .maxsize{max-width: 1200px;}
	
}
@media screen and (max-width: 1280px) {
	
	.product .slogan .maxsize { padding: 0 15px; }
	.product .list .maxsize { margin: 0 15px; }

}

.tac {
    text-align: center;
}
.inb {
    display: inline-block;
}
#footer .help {
 border-top: 1px solid #F5F5F5;
 padding:50px 0;
 zoom:1;
 overflow:hidden;
}
#footer .help dl {
 float:left;
 width:190px;
}
#footer .help dl dt {
 font-size:14px;
 font-weight: bold;
 margin-bottom:10px;
}
#footer .help dl dd a {
 color:#878787;
 line-height:26px;
}
#footer .help dl.service {
 float:right;
 width:280px;
 text-align:center;
 border-left: 1px solid #EBEBEB;
}
#footer .help dl.service .tel {
 font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
 color:#19B3EA;
 font-size:26px;
}
#footer .help dl.service .work {
 color:#797F7F;
 font-size:14px;
 line-height:180%;
 margin-bottom:12px;
}
#footer .help dl.service .online a {
 display: inline-block;
 margin:0 auto;
 padding: 0 15px;
 line-height:36px;
 border: 1px solid #2DBCEC;
 color:#19B4EA;
}
#footer .help dl.service .online a i {
 margin-right: 5px;
 vertical-align:middle;
}
#footer .info {
 background-color:#FAFAFA;
 font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
 padding-top:30px;
 height:110px;
 color:#797F7F;
}

.blog-article {
	margin-bottom: 30px;
}
.blog-article figure {
	margin-bottom: 20px;
	    margin-top: 0;
		 margin-left: 0;
}
.blog-article .format-icon {
	left: 0;
}
.blog-article p {
	margin-bottom: 20px;
	line-height: 24px;
}
.blog-article blockquote p {
	line-height: 32px;
}
.blog-article .read-more-link {
	text-transform: uppercase;
	line-height: 23px;
	color: #7d8489;
}

.blog-article .read-more-link:hover {
	color: #373c40;
}
.blog-article .read-more-link:hover:after {
	color: #373c40;
}
.blog-article .post-meta {
	color: #a5aaae;
	font-size: 12px;
	float: left;
	width: 21.97402597402597%;
	border-right: 2px solid #d7dee0;
	margin: 0 30px 15px 0;
}
.blog-article .post-meta a {
	color: #a5aaae;
}
.blog-article .post-meta a:hover {
	color: #f16543;
}
.blog-article .post-meta ul {
	list-style: none;
	margin: 0;
	padding: 0 15px;
}
.blog-article .post-meta ul li {
	margin: 0 0 6px;
	padding: 4px 0;
	text-transform: uppercase;
	background: none;
}
.blog-article .post-meta ul li:before {
	font-family: 'FontAwesome';
	padding-right: 17px;
	font-size: 14px;
	color: #8C9194;
}
.blog-article .post-meta ul li.date:before {
	content: "\f073";
}
.blog-article .post-meta ul li.comments:before {
	content: "\f086";
}
.blog-article .post-meta ul li.tags:before {
	content: "\f02b";
}
.blog-article .post-meta ul li.author:before {
	content: "\f007";
}
.blog-article .post-summary {
	padding-right: 10px;
}
.blog-article .post-summary p {
	margin-bottom: 10px;
	line-height: 23px;
	color: #666;
}
.blog-article .post-content-wrapper {
	padding: 15px 0 30px;
}
.blog-article .post-meta ul li time {
	background: none;
	margin-left: -3px;
}
.blog-article {
	float: left;
	width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.blog-article figure {
	display: block;
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 10px;
}
h2.post-title {
    font-size: 20px;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.4;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
h2.post-title a:hover, h2.post-title a:active {
    color: #C70D0E;
    text-decoration: none;
}

.blog-article b{
	font-weight:bold;
}

.wrap h4{
text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: normal;
}

.pros:hover .text {
    background: #c74250;
}
.pros .text{
    padding-top: 10px;
}

.pros:hover .text * {
    color: #fff;
}

.pros:hover .text .price {
    border-color: #cf6570;
}
.pros:hover .text .price input {
    background: #fff;
    color: #c74250;
}

.pname{

	font-size:16px;
	font-weight:bold; 
	color:#000
}
.pdesc{
color:#818181
}

.ad_article_top img {
	width:100%;
	height:auto;
}
.productInfo i {
    display: block;
    overflow: hidden;
    height: 1px;
    background: #e5e5e5;
    margin: 1.3em 0;
	
}
.blank_text h3 {
    color: #89dad5;
}

.white_text .sktitle {
    font-weight: 400;
    font-size: 26px;
    line-height: 1em;
}
.white_text .skinfo {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.white_text .more {
    width: 150px;
    height: 30px;
    background: #76d5d0;
    margin-top: 15px;
text-align: center;
	line-height:30px;
}
.white_text .more a{
color: #FFF;
}
.fr {
    float: right;
}
.koubei .items {
    overflow: hidden;
}
.koubei  {  background: #f1f1f1; padding:0; }
.koubei .slogan .txt{max-width: 360px;top:32.2%;left:57.8%;text-align: center;}
.koubei .content{padding: 30px 0;}
.koubei .maxsize{max-width: 1260px;}
.koubei .items  { overflow: hidden;}
.koubei .items .item { float: left; width: 33.333%; }
.koubei .items .item .con{ background: #fff; margin:30px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-ms-transition: all 0.2s ease-out;}
.koubei .items .item .con:hover{box-shadow: 0 0 25px rgba(0,0,0,.1);transform:translateY(-10px);-o-transform:translateY(-10px);-ms-transform:translateY(-10px);-moz-transform:translateY(-10px);-webkit-transform:translateY(-10px);}
.koubei .items .item .con .face {padding: 10px;}
/*.koubei .items .item .con .text { padding: 0 10px; }*/
.koubei .items .item .con .text{padding-bottom: 40px;}
.koubei .items .item .con a.at,
.koubei .items .item .con p{padding-left: 20px;padding-right: 20px;}
.koubei .items .item .con a.at { display: block; line-height: 50px; color:#bc9950; font-size: 16px;margin-bottom: 10px;border-bottom: 1px solid #E1e0e0;}
.koubei .items .item .con p { line-height: 28px; color:#7e7e7e;}

.koubei img {
    max-width: 100%;
    height: auto;
    border: 0;
}
.videos ul li{
	float:left;
	width:49%;
	
}
.videos ul li h2{
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}

.fu{max-width: 16%;height: auto;position: fixed;right:1%;top:11%;z-index: 997;width: 100%;background: rgb(255,255,255);}
	.fu p{font-size: 14px;line-height: 26px;letter-spacing: 1px;text-align: center;color: #0c8a0c;padding:0px;}
	
	.fu_2{
		
		position: fixed;right:2px;top:40%;z-index: 998;width: 300px;
	}