/**
 * @fileOverview pcbsino样式
 * @author xuzengqiang
 * @date 2018-4-1 18:38:25
 * @version 1.0.0
 */

@font-face {
    font-family: "pcbsino-iconfont";
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/iconfont.ttf') format('truetype');
}

.pcbsino-iconfont {
  font-family:"pcbsino-iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-diangongdianqi:before { content: "\e6df"; }

.icon-shouyeleimu:before { content: "\e645"; }

.icon-dianziqijian:before { content: "\e611"; }

.icon-dianhua:before { content: "\e653"; }

.icon-shouye1-copy:before { content: "\e64e"; }

.icon-dianhua1:before { content: "\e69a"; }

.icon-dianhua2:before { content: "\e60a"; }

.icon-jianzhudianqigongcheng:before { content: "\e62d"; }

.icon-dianshiqiang2:before { content: "\e631"; }

.icon-haofangtuo400iconfont2dianti:before { content: "\e6f8"; }

.icon-23:before { content: "\e6ae"; }

.icon-pulse:before { content: "\e63a"; }

.icon-shouye:before { content: "\e624"; }

.icon-PC:before { content: "\e601"; }

.icon-charger:before { content: "\e609"; }

.icon-icon-average:before { content: "\e604"; }

.icon-dianqi:before { content: "\e6a2"; }

.icon-dianli:before { content: "\e62e"; }

.icon-protoio:before { content: "\e64d"; }
.pcbsino-wrapper .header{
	height:60px;
	width:100%;
	background:#FF0000;
}
.pcbsino-wrapper .navbar{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:68px;
	background:#ff552e;
	z-index:200;
}
.pcbsino-wrapper .pcbsino-navbar{
	background:#ff552e;
}
.pcbsino-wrapper .pcbsino-navbar .pcbsino-iconfont{
	color:#FFF;
	font-size:26px;
}
.pcbsino-wrapper .pcbsino-view-cell{
	margin:0;
	padding:8px 5px 6px;
	vertical-align: top;
	border:0 none;
	font-size:15px;
	display: inline-block;
	text-align: center;
	background: none;
}
.pcbsino-wrapper .pcbsino-navbar .pcbsino-view-cell .pcbsino-view-name{
	color:#FFF;
	font-size:14px;
	line-height:24px;
	font-family: 'Open Sans',Microsoft Yahei,Arial,Helvetica,sans-serif;
}
.pcbsino-wrapper .pcbsino-view-cell.pcbsino-cols-2 {
	width:20%;
}
.pcbsino-wrapper .category-container{
	min-height:158px;
	background:#FFF;
	padding:10px 0px;
	position:relative;
	margin-top:68px;
}
.pcbsino-wrapper .category-container .pcbsino-view-cell{
	padding:8px 0px 6px;
}
.pcbsino-wrapper .category-container .mui-grid-9{
	background:#FFF;
	border:0 none;
}
.pcbsino-wrapper .category-container .pcbsino-view-cell .mui-icon img{
	width:36px;
	height:36px;
}
.pcbsino-wrapper .category-container .pcbsino-view-name{
	color:#666;
	line-height:24px;
	font-size:13px;
	font-family: 'Open Sans',Microsoft Yahei,Arial,Helvetica,sans-serif;
}
.pcbsino-wrapper .category-container .mui-indicator{
	width:32px;
	height:3px;
	border-radius:0px;
	border:0 none;
	background:#f0c7b4;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin:1px 3px;
}
.pcbsino-wrapper .category-container .mui-indicator.mui-active{
	background:#ee9974
}

/*菜单start*/
.pcbsino-wrapper .pcbsino-menu{
	margin:10px 0px;
	height:194px;
	background:#FFF;
	overflow:hidden;
}
.pcbsino-wrapper .pcbsino-menu .mui-segmented-control{
	/*border-right:1px solid #AFAFAF;*/
}
.pcbsino-wrapper .pcbsino-menu .mui-segmented-control .mui-control-item{
	width:100%;
	font-size:12px;
	color:#555;
	background:#FAFAFA;
	border-bottom:1px solid #F0F0F0;
}
.pcbsino-wrapper .pcbsino-menu .mui-segmented-control .mui-control-item.mui-active{
	border-left:2px solid #ff552e;
	color:#ff552e;
	background:#FFF;
	border-bottom:1px solid #F0F0F0;
}
.pcbsino-wrapper .pcbsino-menu .pcbsino-sub-menu{
	height:194px;
}
.pcbsino-wrapper .pcbsino-menu .mui-segmented-control .mui-scroll-wrapper{
	height:194px;
}
.pcbsino-wrapper .pcbsino-menu .mui-segmented-control li.mui-table-view-cell{
	color:#AFAFAF;
	font-size:13px;
	border:0 none;
	font-weight:normal;
}
.pcbsino-wrapper .pcbsino-menu .mui-segmented-control li.mui-table-view-cell:after{
	background: #EFEFEF;
}

/*底部start*/
.pcbsino-wrapper .footer{
	margin:10px auto;
	background:#FFF;
	padding:10px 0px 40px;
}
.pcbsino-wrapper .footer .share{

}
.pcbsino-wrapper .footer .share .mui-table-view.mui-grid-9{
	background:#FFF;
	border:0 none;
}
.pcbsino-wrapper .footer .share .mui-table-view-cell{
	padding:0px 0px;
	border:0 none;
}
.pcbsino-wrapper .footer .share i.icon{
	display:block;
	width:32px;
	height:32px;
}
.pcbsino-wrapper .footer .share i.icon-twitter{
	background:url(../images/twitter.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-twitter:hover{
	background:url(../images/twitter_hover.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-linkedin{
	background:url(../images/linkedin.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-linkedin:hover{
	background:url(../images/linkedin_hover.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-facebook{
	background:url(../images/facebook.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-facebook:hover{
	background:url(../images/facebook_hover.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-googleplus{
	background:url(../images/googleplus.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-googleplus:hover{
	background:url(../images/googleplus_hover.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-youtube{
	background:url(../images/youtube.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-youtube:hover{
	background:url(../images/youtube_hover.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-instagram{
	background:url(../images/instagram.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .share i.icon-instagram:hover{
	background:url(../images/instagram_hover.png) 0px 0px no-repeat;
}
.pcbsino-wrapper .footer .copyright {
	color:#AAA;
	font-size:13px;
	text-align:center;
	margin-bottom:15px;
	line-height:24px;
}
.pcbsino-wrapper .footer .bitmap{
	text-align:center;
	margin-bottom:15px;
	font-size:13px;
}
.pcbsino-wrapper .footer .bitmap a{
	color:#AFAFAF;
}
.pcbsino-wrapper .footer .bitmap span.line{
	margin:0px 10px;
	color:#AFAFAF;
}
.pcbsino-wrapper .footer .siteinfo {
	text-align:center;
	padding:0px 20px;
	margin-bottom:15px;
}
.pcbsino-wrapper .footer .siteinfo p{
	color:#CCC;
	font-size:13px;
	margin-bottom: 5px;
}
.pcbsino-wrapper .footer .provider{
	text-align:center;
	font-size:13px;
	color:#CCC;
}
.pcbsino-wrapper .footer .provider a font{
	color:#CCC;
}


/** 右侧主体内容公用start */
.pcbsino-content{
	background: #FFF;
    margin: 10px 0px;
	overflow: hidden;
	padding:0px 20px;
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}
.pcbsino-content .header{
	min-height:30px;
	line-height:40px;
	text-align:center;
	background:#FFF;
	margin:10px 0px;
	height:auto;
}
.pcbsino-content .header span{
	font-size:24px;
	color:#666;
}
.pcbsino-content .intro{
	color:#81988C;
	font-size:14px;
	line-height:25px;
}
.pcbsino-content .item{
	padding:20px 0px;
	font-size:14px;
	clear:both;
	border-bottom:1px solid #BBB;
}
.pcbsino-content .item.lasted{
	border:0 none;
}
.pcbsino-content .item .title{
	color:#777;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
.pcbsino-content .item li{
	padding:4px 0px;
}
.pcbsino-content .item i.icon{
	border-left:4px solid #CE6750;
	margin-right:10px;
}
.pcbsino-content .item li span{
	color:#787668;
	line-height:25px;
}
.pcbsino-content .item.noborder{
	border-bottom:0px none;
}
.pcbsino-content .item .part{
	padding-top:15px;
	color:#949284;
	line-height:25px
}
.pcbsino-content .item a,
.pcbsino-content .item a span{
	color:#666;
}
.pcbsino-content .item a:hover,
.pcbsino-content .item a:hover span{
	color:#108413;
}

.pcbsino-content .article-list{
	margin:0px 0px;
	padding:0px 0px;
}
.pcbsino-content .article-item{
	padding-left:5px;
}
.pcbsino-content .article-item:hover{
	background-color:#F1F1F1;
}
.pcbsino-content .article-item:hover .article-title{
	color:#108413;
}
.pcbsino-content .article-item:hover .article-details{
	color:#666;
}
.pcbsino-content .article-item:first-child{
	border-top:0px;
}
.pcbsino-content .article-title{
	font-size:16px;
	font-weight:bold;
	color:#888;
	margin:5px 0px;
}
.pcbsino-content .article-details{
	color:#AAA;
	font-size:14px;
}

/** 右侧主体内容公用end */


/*产品列表start*/
.pcbsino-content .product-item{
	overflow:hidden;
	position:relative;
}
.pcbsino-content .product-item .photo{
	width:100%;
	text-align:center;
	padding:15px 0px;
}
.pcbsino-content .product-item .photo img{
	width:60%;
	max-width:200px;
	border:0 none;
}
.pcbsino-content .product-item dl{
	padding:10px 0px;
}
.pcbsino-content .product-item dl dd{
	line-height:25px;
	color:#787668;
	font-family: 'Open Sans',Microsoft Yahei,Arial,Helvetica,sans-serif;
}
.product-item dl dd.name{
	font-weight:bold;
}
.product-item dl dd a{
	color:#666;
}
/*产品列表end*/

/*文章列表start*/
.pcbsino-content .file-item{
	border-top:1px solid #DFDFDF;
}
.pcbsino-content .file-item:first-child{
	border-top:0px;
}
.pcbsino-content .file-item .file-info{
	padding:10px 0px;
}
.pcbsino-content .file-item li.name{
	color: #777;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.pcbsino-content .file-item li.intro{
	color: #787668;
	line-height: 25px;
	font-size:14px
}
/*文章列表end*/

/*smt start*/
.pcbsino-content .smt-list{
	padding:10px 0px;
}
.pcbsino-content .smt-list li{
	border-top:1px solid #DFDFDF;
	text-align:center;
	padding:20px 0px 5px;
}
.pcbsino-content .smt-list li:first-child{
	border-top:0px;
}
.pcbsino-content .smt-list li img{
	max-width:350px;
	max-height:262px;
	width:90%;
}
.pcbsino-content .smt-list li p{
	line-height:20px;
	font-size:14px;
	color:#777;
}

/*smt end*/