#brandlogo{ padding:15px; overflow:hidden; position:relative;}
#brandlogo .img{ display:table-cell; vertical-align:middle; width:40%;}
#brandlogo .img img{ width:100%; max-width:138px;}
#brandlogo .brandname{ width:60%; display:table-cell; vertical-align:middle; padding-left:10px;}
#brandlogo .vpsc{ position:absolute; right:5px; top:40%; margin-top:-22px;}
#brandlogo .btnlist{margin: 12px 0px;}
#brandlogo .btnlist .btn{display: inline-block;border: solid 1px #fbe6ed;border-radius: 5px;padding: 2px 0px;vertical-align: middle; width:30%; white-space:nowrap; text-align:center;}
#brandlogo .btnlist .btn.webname{width:37%; display:inline-block;}
#brandlogo .btnlist .btn.zhaoshang{ width:23%;}
#brandlogo .btnlist a.btn{ border-color:#fbe6ed;}

/*閸濅胶澧濇穱鈩冧紖*/
.branddesc{ max-height:45em; overflow:hidden; padding:15px 15px 60px 15px; position:relative; border-bottom:1px solid #eee;}
.branddesc .img{ float:left; margin-right:10px; width:50%;}
.branddesc .img img{ display:block; width:100%;}
.branddesc .desc{ line-height:2em; display:inline;}
.branddesc .desc p{ text-indent:2em;}
.branddesc .more{ position:absolute; left:0; bottom:0; cursor:pointer; background:#fff; display:block; width:100%; text-align:center; height:60px; line-height:40px; padding-top:10px;}
.branddesc .more span{ display:inline-block; border:1px solid #eee; border-radius:5px; line-height:2em; padding:0 10px 0 20px;}
.branddesc .more img{ vertical-align:middle; margin-top:-2px;}

.brandinfo li{ border-bottom:1px solid #eee; padding:8px 15px; line-height:2em;}

.brandttl{ border-bottom:1px solid #eee; padding:8px 15px; line-height:2em; position:relative;}
.brandttl .more{ position:absolute; right:0; top:0; width:48px; height:48px;}
.brandttl .more i{ width:10px; height:10px; border-top:1px solid #666; border-right:1px solid #666; position:absolute; left:50%; top:50%; margin:-5px 0 0 -5px; transform:rotate(45deg); transition:all ease-in-out 300ms;}
.brandttl .more.sall i{ margin:-8px 0 0 -5px; transform:rotate(135deg);}

.article1 li:last-child{ border-bottom:0; margin-bottom:0 !important; padding-bottom:0;}

.votecatbox{ position:relative; padding-bottom:25px;}
.votecatbox::after{content:"閹舵洜銈ㄩ弫鐗堝祦閸欘垵鍏橀張澶婃鏉╃噦绱濇禒銉ヤ箯娓氀嗩攽娑撴艾鐫嶇粈铏规畱妞ょ敻娼版稉鍝勫櫙"; position:absolute; left:0; bottom:5px; width:100%; font-size:12px; line-height:1.5em; color:#ccc; text-align:center;}
.votecatlist{ height:175px; overflow:hidden;}
.votecatlist td{ line-height:2.5em;}
.votecatlist td .votebtn{ display:block; background:#ca8088; border-radius:50%; width:1em; height:1em; text-align:center; line-height:1em;}
.votecatlist td .votebtn.hui{ background:#ccc; color:#fff;}

.articlecomment{ margin-top:0 !important; border:0 !important;}
.articlecomment .dianzhan{ top:2px !important;}

.companyinfo{ height:225px; overflow:hidden;}

/*娴间椒绗熼崶锟�*/
.companypics{width:100%; position:relative;}
.companypics .brandttl{ border:0; padding-bottom:0;}
.companypics .imgbox{width:100%;margin:0;float: left;overflow: hidden;position: relative; padding:0 10px; border-bottom:1px solid #eee;}
.companypics .imgbox .scrollbox{overflow-y: hidden; overflow-x:scroll;white-space: nowrap;}
.companypics .imgbox .scrollbox::-webkit-scrollbar { width:0; height:0;}
.companypics .imgbox .scrollbox ul{display: table-cell;}
.companypics .imgbox .scrollbox ul li{display: table-cell;padding:5px 10px 8px 0;}
.companypics .imgbox .scrollbox ul li .desc{height:2em;width:100%;}
.companypics .imgbox .scrollbox ul li.clickimg .img{ width:170px; height:125px;}
.companypics .imgbox .scrollbox ul li.clickimg.gao .img{ width:80px; height:125px;}

/*閸濅胶澧濆ù閿嬪Г*/
.zhuanti{ position:fixed; z-index:1000; top:328px; right:10px; 
-webkit-animation:clockwise 1.5s linear infinite;
animation:clockwise 1.5s linear infinite;}
.zhuanti .close{ width:2em; height:2em; position:absolute; right:0; top:0;}
.zhuanti img{ width:80px;}
@keyframes clockwise{
	0%{top:328px;}
	50%{top:338px;}
	100%{top:328px;}
}
@-webkit-keyframes clockwise{
	0%{top:328px;}
	50%{top:338px;}
	100%{top:328px;}
}