@charset "utf-8";
/* CSS Document */

/*通用*/
*{ box-sizing:border-box;}
*::before, *::after{ box-sizing:border-box;}
*:focus{ outline:none;}
html{ -ms-touch-action: none;  /* 阻止windows Phone 的默认触摸事件 */}
/*兼容iphone去除默认input表单默认设置*/
input[type="submit"],input[type="reset"],input[type="button"],button { -webkit-appearance: none;}
/*图片默认样式*/
img{border:0;vertical-align: middle;}
/*动画效果*/
*{transition-property:all;}
.com-img{ display:block; width:100%; overflow:hidden;}
.com-img img{ transition:all 0.8s ease-in 0s; -webkit-transition:all 0.8s ease-in 0s; -moz-transition:all 0.8s ease-in 0s; -o-transition:all 0.8s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.mt10{margin-top:10px;}

ul{width:100%;height:auto;position:relative;}
ul li{position:relative;}

/*字体*/
@font-face {
	font-family: 'Myriad';
	src: url("../font/Myriad-Set-Pro-Thin_0.ttf")/*tpa=http://www.barzars.com/APP/Public/Home/font/Myriad-Set-Pro-Thin_0.ttf*/  format('opentype');
}
@font-face {
	font-family: 'FZFSJW';
	src: url("../font/FZFSJW.TTF")/*tpa=http://www.barzars.com/APP/Public/Home/font/FZFSJW.TTF*/  format('opentype');
}
@font-face {
	font-family: 'PALSCRI';
	src: url("../font/PALSCRI.TTF")/*tpa=http://www.barzars.com/APP/Public/Home/font/PALSCRI.TTF*/  format('opentype');
}
@font-face {
	font-family: 'ltxh';
	src: url("../font/ltxh.TTF")/*tpa=http://www.barzars.com/APP/Public/Home/font/ltxh.TTF*/  format('opentype');
}


/*flex*/
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-2{-webkit-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;}
.flex-3{-webkit-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}

.flex-1
{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}

.vertical-container
{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;}


/*modal -- 弹框*/
.modal{width:100%; height:100%; margin:0 auto; z-index:300; position:fixed;top:0px;left:0px; background:rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; display:none;opacity:0;}
.modal .modal-container{position:relative;width:830px;margin:0 auto;}
.modal-container .modal-header{height:53px;line-height:53px;text-align:center;font-size:22px;color:#ffffff;background-color:#da251d;position:relative;}
.modal-header .modal-close{position:absolute;right:0px;top:0px;height:53px;width:40px;background:url("../images/icon-close.png")/*tpa=http://www.barzars.com/APP/Public/Home/images/icon-close.png*/ no-repeat left center;cursor:pointer;}
.modal-container .modal-footer{height:45px;line-height:45px;text-align:center;font-size:14px;color:#555555;border-top:1px solid #ececec;background-color:#fff;}
.modal-container .modal-contain{position:relative;padding:22px;background-color:#fff;}

/*分页*/
.page{position:relative;overflow:hidden;width:100%;height:auto;text-align:left;}
.page a{display:inline-block;text-align:center;height:25px;line-height:25px;width:60px;font-size:14px;color:#888682;background-color:#fff;margin-right:5px;}
.page a{width:auto;min-width:32px;padding:0 14px;}
.page a:hover, .page a.on{background-color:#c3a07d;color:#fff;}


/*限制行数*/
.line2,
.news-block .nb-con,
.hb-list2 li .hb-name
{-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-moz-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;}

.line3,
.CP-list li p
{-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-moz-line-clamp:3;-o-line-clamp:3;-webkit-box-orient:vertical;}


/*动画*/
a:hover,
.modal,
.hb-list2 li .hb-name
{-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}

.hn-name p,
.navPro-list li,
.series-block,
.p-Btn,
.search-block .sb-btn,
.fu-block a,
.pro-list li .pro-href,
.index-banner .ib-btn
{-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}


/*滚动条*/
.viewport { overflow: hidden; position: relative;}
.overview { list-style: none; position: absolute; left: 0; top: 0; }  
.scrollbar{position: relative;  float: right; position:relative;  display:inline; z-index:400; z-index:2;}
.track{ position: relative; }
.thumb{cursor: pointer; position: absolute; top:0; left:0px; z-index:400;}
.disable{ display: none; }  
.noSelect { user-select:none;}
