/*遮罩搜索*/
.search-mrap{display: none; background: #FFF; background: rgba(255, 255, 255, 0.95);color:#666;position: fixed;top:0;left:0;bottom:0;right:0;z-index: 10000;}
.search-mrap i{ display: block; width: 32px; height: 32px; background: url("/images/search/mask-del.png") no-repeat 50% 50%; position: absolute; top:40px; right:40px; cursor: pointer;}
.search-mrap i:hover{ background: url("/images/search/mask-del2.png") no-repeat 50% 50%;}
.search-mrap .mask-search-box{ width: 860px; margin: 108px auto 0; transform:scale(0.7,0.7);-ms-transform:scale(0.7,0.7);-moz-transform:scale(0.7,0.7);-webkit-transform:scale(0.7,0.7);-o-transform:scale(0.7,0.7);transition: transform .3s ease;-webkit-transition: -webkit-transform .3s ease; -moz-transition: -moz-transform .3s ease; -ms-transition: -ms-transform .3s ease;}
.search-mrap .mask-on{ transform:scale(1,1);-ms-transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);}
.search-mrap .mask-search-box .search-box{ border:1px solid #C3C3C3; background:#FFF;position:relative;width:858px;height:40px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;}
.search-mrap .mask-search-box .search-box .txt{ position: absolute; border:0; top:0;bottom:0;left:68px;color:#333;font-size: 18px;width: 740px;outline:none;}
.search-mrap .mask-search-box .search-box .search{ position: absolute; border:0; width: 50px; top:0;right:0;bottom:0; background: url("/images/search/search.png") no-repeat 50% 50%; cursor: pointer;outline:none;}
.search-mrap .mask-search-box .search-box .search:hover{ background: url("/images/search/search-t.png") no-repeat 50% 50%;}
.search-mrap .mask-search-box .sel{  width:35px; display: block; height: 40px;overflow: hidden;white-space: nowrap; margin-left: 10px; text-overflow:ellipsis;  line-height: 40px; padding-right: 18px; background: url("/images/search/upbottom.png") no-repeat 100% 50%; cursor: pointer; transition: background .3s ease;-webkit-transition: background .3s ease; -moz-transition: background .3s ease; -ms-transition: background .3s ease;}
.search-mrap .mask-search-box .sel:hover{ color: #74a131; background-image:url("/images/search/upbottom-t.png");}
.search-mrap .mask-search-box .sel-list{ position: absolute; top:41px; left:0; display: none; background: #FFF;box-shadow:1px 1px 1px #D2D2D2; -moz-box-shadow:1px 1px 1px #D2D2D2;-webkit-box-shadow:1px 1px 1px #D2D2D2; -ms-box-shadow:1px 1px 1px #D2D2D2; -o-box-shadow:1px 1px 1px #D2D2D2;}
.search-mrap .mask-search-box .sel-list li{ line-height: 30px; padding: 0 10px; transition: all .3s ease;-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; cursor: pointer;}
.search-mrap .mask-search-box .sel-list li:hover{ background: #ebebeb;}
.search-mrap .mask-search-hot:after{ content: ".";display: block; height: 0; overflow: hidden; clear: both;}
.search-mrap .mask-search-hot .mask-search-hot-title{ font-weight: 700; color:#737373; margin-top: 40px; font-size: 18px; line-height: 22px;}
.search-mrap .mask-search-hot a{ font-size: 16px; display: inline-block; padding: 5px 15px; text-decoration: none; margin: 10px 5px 0; color:#555; transition: all .3s ease;-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; cursor: pointer;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;}
.search-mrap .mask-search-hot a:hover{ color:#FFF; background: #74a131;}
.search-mrap-show{ padding-left: 24px; background: url("/images/search/search-but.png") no-repeat 0 50%; cursor: pointer;}
.search-mrap-show:hover{ color:#74a131;background: url("/images/search/search-but-t.png") no-repeat 0 50%;}

/*整站搜索*/
.main-wrap{ width: 1100px; margin: 35px auto 50px;}
.main-wrap:after{ content: ".";display: block; height: 0; overflow: hidden; clear: both;}
.main-wrap .main-left{ width: 760px; float: left;}
/*搜索框*/
.main-wrap .main-left .wholesearch-box{ position: relative;}
.main-wrap .main-left .wholesearch-txt{ color:#666; border:1px solid #d0d0d0; height: 47px; padding: 0 40px 0 10px; display: block; width: 708px;border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; -ms-border-radius:4px;font-size: 14px;font-family: "Microsoft YaHei","SimSun",Arial,Helvetica,sans-serif;transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.main-wrap .main-left .wholesearch-txt:focus{ box-shadow:0px 5px 15px #dadada; -moz-box-shadow:0px 5px 15px #dadada;-webkit-box-shadow:0px 5px 15px #dadada; -ms-box-shadow:0px 5px 15px #dadada; -o-box-shadow:0px 5px 15px #dadada; }
.main-wrap .main-left .wholesearch-box input[type=submit]{ position: absolute; top:1px;right:1px; height: 47px; background: none; border:none; width: 35px; cursor: pointer; background: url("/images/search/wholesearch.jpg") no-repeat 0px 9px;transition: 0.4s; -moz-transition: 0.4s; -webkit-transition: 0.4s; -o-transition: 0.4s; -ms-transition: 0.4s;}
.main-wrap .main-left .wholesearch-box input[type=submit]:hover{ background-position: 0 -45px;}

/*选项卡*/
.main-wrap .main-left .wholesearch-title{ height: 32px; border-bottom: 1px solid #dfdfdf; margin-top: 45px;}
.main-wrap .main-left .wholesearch-title a{ display: block; float: left; height: 32px; line-height: 32px; padding: 0 16px; font-size: 18px; color:#444444;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.main-wrap .main-left .wholesearch-title a:hover{color:#FFFFFF; background: #82bb30; text-decoration: none;}
.main-wrap .main-left .wholesearch-title a.on{ border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; color:#82bb30; position: relative; height: 33px; background: #FFF;}
.main-wrap .main-left .wholesearch-title a.on:after{ content: " "; display: block; height: 2px; background: #82bb30;position: absolute;top:0;left:-1px;right:-1px;}
.main-wrap .main-left .wholesearch-title a.on:hover{color:#82bb30; background: #FFF;}

/*新闻列表*/
.main-wrap .main-left .wholesearch-list{ margin: 30px 0 50px;}
.main-wrap .main-left .wholesearch-list .small-img{ padding:30px 0; border-bottom: 1px solid #f5f5f5;transition: background 0.2s; -moz-transition: background 0.2s; -webkit-transition: background 0.2s; -o-transition: background 0.2s; -ms-transition: background 0.2s;}
.main-wrap .main-left .wholesearch-list .small-img:after{ content: ".";display: block; height: 0; overflow: hidden; clear: both;}
.main-wrap .main-left .wholesearch-list .small-img:hover{ background: #f5f5f5;}
.main-wrap .main-left .wholesearch-list .small-img:hover .meta-mrap .meta-box .tab span a{ color:#82bb30; }
.main-wrap .main-left .wholesearch-list .small-img .img-box{ width: 230px; height: 153px; float: left; overflow: hidden; position: relative; margin-right: 15px;}
.main-wrap .main-left .wholesearch-list .small-img .img-box span{background: rgba(135, 182, 68, 0.85); color:#FFF; padding: 3px 5px; font-size: 14px; position: absolute; top:0; left:0;}
.main-wrap .main-left .wholesearch-list .small-img .img-box img{ display: block; width: 230px; height: 153px; transition: transform .3s ease;-webkit-transition: -webkit-transform .3s ease; -moz-transition: -moz-transform .3s ease; -ms-transition: -ms-transform .3s ease;}
.main-wrap .main-left .wholesearch-list .small-img .img-box img:hover{ transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); /* IE 9 */-moz-transform:scale(1.1,1.1); /* Firefox */-webkit-transform:scale(1.1,1.1); /* Safari and Chrome */-o-transform:scale(1.1,1.1); /* Opera */}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap{ display: table-cell; width: 700px;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap h3{ font-size: 20px; line-height: 26px; height: 52px; overflow: hidden;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap h3 a{ color: #1c1c1c;transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s; -o-transition: color 0.3s; -ms-transition: color 0.3s;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap h3 a:hover{ color: #82bb30; text-decoration: none;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box{ height: 24px; overflow: hidden; margin-top: 17px;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box p{ float: left; color:#999; line-height: 24px;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .user{ margin-right: 10px;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .user img{ width: 24px; height: 24px; float: left; margin-right: 3px; display: block;border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .user a{ color:#999; margin:0 2px 0 0;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .user a:hover{ color: #82bb30; text-decoration: none;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .tab{ display: table-cell; width: 700px; float: none; text-align: right;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .tab span a{ color:#999;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .tab span{ margin: 0 4px 0 2px; display: inline-block;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .tab em{ width: 13px; display: inline-block; height: 22px; background: url("/images/search/icon.png") no-repeat -157px -57px;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .text-mrap{ color:#999; line-height: 22px; margin-top: 15px; height: 44px; overflow: hidden;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .name{ height: 24px; line-height: 24px; color:#999; float: left; margin-right:10px;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .name img{ display: block; float: left; width: 24px; height: 24px; margin: 0 5px; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%; }
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .name a{ color:#999;transition: color 0.2s; -moz-transition: color 0.2s; -webkit-transition: color 0.2s; -o-transition: color 0.2s; -ms-transition: color 0.2s;}
.main-wrap .main-left .wholesearch-list .small-img .meta-mrap .meta-box .name a:hover{ text-decoration: none; color: #74a131; }

.main-wrap .main-right{ width: 300px; float: right;}
.main-wrap .main-right .title-box{ height: 28px; line-height: 28px;}
.main-wrap .main-right .title-box span{ border-left: 5px solid #82bb30; color:#1c1c1c;padding:2px 0 2px 10px; font-size: 18px;}
.main-wrap .main-right .title-box span a{ color:#1c1c1c; float: none;}
.main-wrap .main-right .title-box span a:hover{ text-decoration: none; color:#1c1c1c;}
.main-wrap .main-right .title-box a{margin-right:7px; float: right; color:#999; transition: color 0.3s; -moz-transition: color 0.3s; -webkit-transition: color 0.3s; -o-transition: color 0.3s; -ms-transition: color 0.3s;}
.main-wrap .main-right .title-box a:hover{ text-decoration: none; color:#82bb30;}

/*产品分类*/
.classify-mrap{ padding: 10px;}
.classify-mrap a{ color:#a8a8a8; background: #f9f9f9; display: inline-block; height: 25px; line-height: 25px; padding: 0 10px; margin: 10px 10px 0 0; border:1px solid #a8a8a8;border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; -o-border-radius:8px; -ms-border-radius:8px; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.classify-mrap a:hover{ text-decoration: none; color: #82bb30; background: #FFF; border-color: #82bb30; }

/*产品列表*/
.product-box{ width: 800px; margin: 20px 0 60px 0;}
.product-box:after{ content: ".";display: block; height: 0; overflow: hidden; clear: both;}
.product-box .one-box{ width: 240px; height: 258px; margin:20px 20px 0 0; float: left;}
.product-box .product-one{ border: 1px solid #FFF; background: #fafafa;transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.product-box .product-one:hover{ margin-top: -5px; border-color: #98c755; box-shadow:0px 5px 15px #a3c781; -moz-box-shadow:0px 5px 15px #a3c781;-webkit-box-shadow:0px 5px 15px #a3c781; -ms-box-shadow:0px 5px 15px #a3c781; -o-box-shadow:0px 5px 15px #a3c781; }
.product-box .product-one img{ display: block; width: 238px; height:160px;}
.product-box .product-one h3{ padding: 0 10px; font-size: 16px; height:24px; line-height: 24px; margin: 5px 0; overflow: hidden;}
.product-box .product-one h3 a{ color:#333;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.product-box .product-one h3 a:hover{ color:#82bb30; text-decoration: none;}
.product-box .product-one .row{ padding: 0 0 0 10px; height: 20px; line-height: 20px; overflow: hidden;}
.product-box .product-one .row a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.product-box .product-one .row a:hover{ color:#82bb30; text-decoration: none;}
.product-box .product-one .row p{ display: block; float: left; max-width: 200px;}
.product-box .product-one .row em{ font-style: normal; margin: 2px 0 0 2px; display: block; float: left; background: #fd521d; font-size: 12px; color:#FFF; padding: 0 1px; height: 14px; line-height: 14px;}
.product-box .product-one .msg-box{ color:#666; padding: 0 10px; height: 22px; line-height: 22px; margin: 10px 0;}
.product-box .product-one .msg-box em{ font-style: normal; color:#e10000;}
.product-box .product-one .msg-box a{ display: block; border:1px solid #82bb30; color:#82bb30; width: 60px; height: 20px; line-height: 20px; text-align:  center; float: right;border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; -ms-border-radius:4px;}
.product-box .product-one .msg-box a:hover{ text-decoration: none;}

/*企业列表*/
.corporation-box{ width: 800px; margin: 20px 0 60px 0;}
.corporation-box:after{ content: ".";display: block; height: 0; overflow: hidden; clear: both;}
.corporation-box .one-box{ width: 240px; height: 281px; margin:20px 20px 0 0; float: left;}
.corporation-box .corporation-one{ border: 1px solid #e1e1e1; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.corporation-box .corporation-one:hover{ margin-top: -5px; border-color: #98c755; box-shadow:0px 5px 15px #a3c781; -moz-box-shadow:0px 5px 15px #a3c781;-webkit-box-shadow:0px 5px 15px #a3c781; -ms-box-shadow:0px 5px 15px #a3c781; -o-box-shadow:0px 5px 15px #a3c781; }
.corporation-box .corporation-one .img-box{ width: 215px; height: 85px; position: relative; margin: 15px auto 5px;}
.corporation-box .corporation-one .img-box img{ display: block; max-width: 100%; max-height: 100%; position: absolute;top:0;left:0;right:0;bottom:0;margin: auto;}
.corporation-box .corporation-one h3 { font-size: 16px; padding: 0 10px; text-align: center; height: 44px; line-height: 22px; overflow: hidden;}
.corporation-box .corporation-one h3 a{ color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.corporation-box .corporation-one h3 a:hover{ color:#82bb30; text-decoration: none;}
.corporation-box .corporation-one .row01{ padding: 0 10px 0 25px; position: relative; color:#666; height: 22px; line-height: 22px; overflow: hidden; margin-top: 5px;}
.corporation-box .corporation-one .row01 i{ display: block; position: absolute; top:0; left:10px; height: 22px; width: 13px; background: url("/images/search/wholesearch-icon.png") no-repeat -64px -13px;}
.corporation-box .corporation-one .row02{ padding: 0 10px 0 25px; position: relative; color:#666; height: 44px; line-height: 22px; overflow: hidden; margin-top: 5px;}
.corporation-box .corporation-one .row02 i{ display: block; position: absolute; top:0; left:10px; height: 22px; width: 13px; background: url("/images/search/wholesearch-icon.png") no-repeat -16px -13px;}
.corporation-box .corporation-one .msg-box{ height: 24px; overflow: hidden; padding: 0 10px; margin: 15px 0 15px;}
.corporation-box .corporation-one .msg-box a{ display: block; padding: 0 10px; height: 24px; line-height: 24px; background: #f3f2f2; font-size: 12px; color:#666; float: left; margin-right: 5px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.corporation-box .corporation-one .msg-box a:hover{ color:#FFF; background: #82bb30; text-decoration: none;}

/*求购列表*/
.buy-list{ margin-bottom: 50px;}
.buy-list li{ height: 148px; border:1px solid #dcdada; margin-top: 30px;}
.buy-list li .one-list{ width: 370px; float: left; margin-left: 15px;}
.buy-list li .one-list h3{ font-size: 18px; height: 26px; line-height: 26px; overflow: hidden; margin-top: 15px;}
.buy-list li .one-list h3 label{ border:1px solid #ff6363; color:#ff6363; font-size: 14px; padding: 0 5px; float: left; height: 20px; line-height: 20px; margin-top: 2px; margin-right: 5px;border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; -ms-border-radius:4px;}
.buy-list li .one-list h3 a{ color:#378ab3;}
.buy-list li .one-list p{ font-size: 16px; line-height: 22px; height: 44px; overflow: hidden; margin: 25px 0 5px;}
.buy-list li .one-list .msg-box{ color:#999; line-height: 22px;}
.buy-list li .one-list .msg-box span{ border-left: 1px solid #e6e6e6; display: inline-block; height: 14px; line-height: 14px; margin-left: 10px; padding-left: 10px;}
.buy-list li .one-list .msg-box span i{ font-style: normal; color:#ff0101;}
.buy-list li .one-list .msg-box em{ display: inline-block; font-style: normal; max-width: 81px; overflow: hidden; height: 22px; float: left;}
.buy-list li .one-list .msg-box a{ display:block; font-size: 12px; color:#FFF; background: #fd8888; float: right; height: 22px; line-height: 22px; padding: 0 10px; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.buy-list li .one-list .msg-box a:hover{ background: #82bb30; color:#FFF; text-decoration: none;}
.buy-list li .one-right{ border-left: 1px dashed #b8b8b8; width: 315px; float: right; margin: 15px; height:118px;}
.buy-list li .one-right p{ display: block; color:#666; line-height: 22px; padding-left: 15px; height: 88px; overflow: hidden; margin: 6px 0; }
.buy-list li .one-right a{ display: block; float: right; background: #edf9ff; color:#378ab3; line-height: 22px; padding: 0 10px; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s; }
.buy-list li .one-right a:hover{ color:#FFF; background: #82bb30; text-decoration: none; }

/*车型*/
.vehiclemodel-box{ width: 800px; margin: 20px 0 60px 0;}
.vehiclemodel-box:after{ content: ".";display: block; height: 0; overflow: hidden; clear: both;}
.vehiclemodel-box .one-box{ width: 240px; height: 258px; margin:20px 20px 0 0; float: left;}
.vehiclemodel-box .vehiclemodel-one{ border: 1px solid #FFF; background: #fafafa;transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; -ms-transition: .5s;}
.vehiclemodel-box .vehiclemodel-one:hover{ margin-top: -5px; border-color: #98c755; box-shadow:0px 5px 15px #a3c781; -moz-box-shadow:0px 5px 15px #a3c781;-webkit-box-shadow:0px 5px 15px #a3c781; -ms-box-shadow:0px 5px 15px #a3c781; -o-box-shadow:0px 5px 15px #a3c781; }
.vehiclemodel-box .vehiclemodel-one img{ display: block; width: 238px; height:160px;}
.vehiclemodel-box .vehiclemodel-one h3{ padding: 0 10px; font-size: 16px; height:24px; line-height: 24px; margin: 5px 0; overflow: hidden;}
.vehiclemodel-box .vehiclemodel-one h3 a{ color:#333;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehiclemodel-box .vehiclemodel-one h3 a:hover{ color:#82bb30; text-decoration: none;}

.vehiclemodel-box .vehiclemodel-one .msg-box{ color:#666; padding: 0 10px; height: 22px; line-height: 22px; margin: 10px 0;}
.vehiclemodel-box .vehiclemodel-one .msg-box em{ font-style: normal; color:#e10000;}
.vehiclemodel-box .vehiclemodel-one .msg-box label{max-width:145px;height:22px;overflow:hidden;float:left;}
.vehiclemodel-box .vehiclemodel-one .msg-box a{ display: block; border:1px solid #82bb30; color:#82bb30; width: 60px; height: 20px; line-height: 20px; text-align:  center; float: right;border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px; -ms-border-radius:4px; transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.vehiclemodel-box .vehiclemodel-one .msg-box a:hover{ text-decoration: none; border-color: #82bb30; color:#82bb30; box-shadow:0px 0px 5px #a3c781; -moz-box-shadow:0px 0px 5px #a3c781;-webkit-box-shadow:0px 0px 5px #a3c781; -ms-box-shadow:0px 0px 5px #a3c781; -o-box-shadow:0px 0px 5px #a3c781;}

/*-- 长文页面 start */
.longtextbox{ margin: -15px 0 0 0;}
.longtextbox .bor{ display: block; margin: 0 0 0 15px; width: 740px; border-top: 2px solid #ebeaea;}
.longtextbox .bor2{ display: block; margin: 0 0 0 15px; width: 740px; border-top: 1px solid #d2d2d2;}
/* 作者页面 start */
.fans-title form{display:inline;}
.fans-title .author-title{ float: left; border-top:3px solid #FFF; height: 30px; margin-top: 17px; line-height: 30px;}
.fans-title .author-title a{ display: block; margin: 0; background: #FFF; z-index: 1; height: 30px; line-height: 30px; position: relative; padding: 0 20px; font-size: 16px; color:#000;}
.fans-title .l-on{ float: left; border-top:3px solid #e94740; height: 30px; margin-top: 18px; line-height: 30px;}
.fans-title .l-on a{ display: block; margin: 0; background: #FFF; z-index: 1; height: 30px; line-height: 30px; position: relative;  border:1px solid #d2d2d2; border-top:none; border-bottom:none; padding: 0 20px; font-size: 16px; color:#d90e0e;}
.author-box{ margin-left: 15px; width: 760px;}
.author-box .author-one{ border:1px solid #e6e6e6; float: left; width: 231px; margin:20px 20px 0 0; text-align:center;}
.author-box .author-one:hover{ box-shadow:2px 2px 5px #BFBFBF; -moz-box-shadow:2px 2px 5px #BFBFBF;-webkit-box-shadow:2px 2px 5px #BFBFBF; -ms-box-shadow:2px 2px 5px #BFBFBF; -o-box-shadow:2px 2px 5px #BFBFBF;}
.author-box .author-one a.img {position:relative;margin: 15px auto;display:inline-block;}
.author-box .author-one a.img i.v{position:absolute;bottom: 0;right: 0;width: 20px;height: 20px;line-height: 18px;border: 2px solid #fff;color: #fff;background:url(/images/v-16X16.png) #9ac75f;text-align: center;font-size: 12px;-webkit-transform: scale(0.9);border-radius: 100%;box-sizing: border-box;}
.author-box .author-one img{  display: block; width: 113px; height: 113px; border:1px solid #cdcdcd;  border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%;}
.author-box .author-one .name{ font-size: 16px; width: 180px; margin: 0 auto; text-align: center; line-height: 25px; height: 50px; overflow: hidden;}
.author-box .author-one .merber-li { margin: 10px auto; color:#999; text-align: center;}
.author-box .author-one .merber-li li{ min-width: 59px; display: inline-block;}
.author-box .author-one .merber-li:after{ display: block; content: "."; height: 0; overflow: hidden; clear: both;}
.author-box .author-one .merber-li .paddl{ padding-left: 15px; background: url("/images/jh/icon.png") no-repeat -3px -704px;}
.author-box .author-one .merber-li li .sum{ font-size: 18px; color:#333;}
.author-box .author-one .merber-li li .sum a{ color:#4f8df5;}
.author-box .author-one .merber-li li .sum a:hover{ color:#ff7700;}
.author-box .author-one .addfans{ display: block; color:#4f8df5; border:1px solid #4f8df5; margin:15px auto; width: 100px; height: 28px; text-align: center; line-height: 28px; border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;text-decoration:none;}
.author-box .author-one .addfans span{ padding-left: 20px; background: url("/images/jh/icon.png") no-repeat 0 -1140px;}
.author-box .author-one .addfans:hover{ background: #4f8df5; color:#FFF;}
.author-box .author-one .outfans{ display: block; color: #9a999c; border:1px solid #C3C3C3; margin:15px auto; width: 100px; height: 28px; text-align: center; line-height: 28px; border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;}
.author-box .author-one .outfans:hover{ background: #f1f1f1;}
/* 作者页面 end */
/*-- 长文页面 end */

/* 下载列表 */
.dow-left .dow-ul{ margin: 30px 0;}
.dow-left .dow-ul li{border-bottom:1px solid #efefef;padding:30px 0;height:85px;color:#666;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.dow-left .dow-ul li:hover{ background: #f9f9f9;}
.dow-left .dow-ul li .img{width:50px;padding-right:15px;float:left;}
.dow-left .dow-ul li .img img{width:50px;}
.dow-left .dow-ul li .txt{width:690px;float:left;display:inline;}
.dow-left .dow-ul li .txt h2{ font-size:16px;line-height:22px;height:22px;text-align:left;margin-bottom:8px;overflow:hidden;}
.dow-left .dow-ul li .txt h2 a{color:#000;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.dow-left .dow-ul li .txt h2 a:hover{color: #82bb30;}
.dow-left .dow-ul li p.left-p{width:500px;float:left;}
.dow-left .dow-ul li p.left-p span{display:block;float:left;padding-right:15px;height:26px;line-height:26px;text-align:left;}
.dow-left .dow-ul li p.left-p span i{color:#d70000;padding-right:5px;font-style:normal;}
.dow-left .dow-ul li p.left-p span.w1{width:300px;}
.dow-left .dow-ul li p.left-p span.w2{width:130px;}
.dow-left .dow-ul li p.right-p a{display:block;width:56px;height:28px;line-height:28px;color:#82bb30; text-align:center;float:right; margin-right: 10px; border:1px solid #82bb30;border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.dow-left .dow-ul li p.right-p a:hover{text-decoration:none;box-shadow:2px 2px 5px #E4E4E4; -moz-box-shadow:2px 2px 5px #E4E4E4;-webkit-box-shadow:2px 2px 5px #E4E4E4; -ms-box-shadow:2px 2px 5px #E4E4E4; -o-box-shadow:2px 2px 5px #E4E4E4; }
.dow-left .list-more{ background: #f4f4f4; display: block; height: 32px; line-height: 32px; text-align: center; color:#9c9c9c;transition: .2s; -moz-transition: .2s; -webkit-transition: .2s; -o-transition: .2s; -ms-transition: .2s;}
.dow-left .list-more em{ font-style: normal; font-family:"SimSun"; margin-left: 2px;}
.dow-left .list-more:hover{ text-decoration: none; background: #82bb30; color: #FFF;}

/*没找到相关内容*/
.count-12{ font-size: 12px; color:#999;margin-bottom: 20px;}
.null-box{ color:#666; font-size: 16px; margin-top: 15px;}
