/* CSS Document */
/*font*/
@font-face{font-family:"iconfont";src:url('../font/iconfont.woff') format('woff'),url('../font/iconfont.ttf') format('truetype');}
.iconfont{font-family:"iconfont" !important;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;}
@font-face{font-family:"commonfont";src:url('../font/common.woff') format('woff'),url('../font/common.ttf') format('truetype');}

/*header*/
.headb_allpage{position:relative;z-index:99;background:#fff;height:auto;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;right:0;min-height:1rem;}
.headb_allpage .header{width:100%;height:1rem;position:relative;background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.4); text-align:center; position:fixed; width:100%; height:1rem; top:0; right:0; z-index:10; 
	-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.headb_allpage .commonfont{font-family:"commonfont" !important;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;}
.headb_allpage .home-btn{border-right:1px solid #dbe5ea;width:14.0625%;left:1.09375%;top:0;position:absolute;height:100%;font-size:0.4rem;line-height:1rem;text-align:center;overflow:hidden;display:block;}
.headb_allpage .top-title{width:70%;position: absolute;left:15%;top:0;font-size:0.3rem;line-height:1rem;text-align:center;	overflow:hidden;}
/*header end*/

/* nav */
.navb_nav{width:0;position:absolute;right:0;top:0;bottom:0;z-index:2;overflow:hidden}
.navb_nav li{width:220px;margin:0 auto;border-bottom:1px solid #ccc;}
.navb_nav li a{display:block;width:100%;font:100 16px/50px '微软雅黑';color:#364261;text-indent:60px;}
.navb_nav li a span{margin-right:3%}
.navb_nav li:last-child{margin-bottom:20%;}
.navb_fixed{width:220px;height:100%;position:fixed;right:0;top:0;bottom:0;z-index:9999;overflow-x: hidden;-webkit-overflow-scrolling: touch; background:#FFF;}
/* nav end*/
/*按钮*/
.headb_allpage .nav-btn{width:14.0625%;right:0;position:absolute;font-size:0.4rem;line-height:1rem;color:#3f4a68;text-align:center;overflow:hidden;top: 0; border-left:1px solid #dbe5ea}
/*遮罩*/
.headb_allpage .black-fixed{position: fixed;z-index:9999;left:0;width:0;top:0;height:100%;background:rgba(0,0,0,0.9);text-align:right;font-size:0.4rem;color:#fff;line-height:2;right:0;overflow:hidden;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;opacity: 0}
.headb_allpage .black-clicked{width:100%;padding-right:2%;left:-227px;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;opacity: 1}