html,
body {
	height: 100%;
	/*overflow: hidden;*/
    background-color:#e7e7e7 !important;
}

header ul> li {
	list-style: none;
}

header a {
	color: #666;
}

header a:hover {
	color: #ff4040;
}

/* background  */
.byw-bg-white {
	background: #FFFFFF;
}
.byw-bg-gray{
    background:#e7e7e7;
}
.byw-bg-f8{
    background-color:#f8f8f8;
}
			
.byw-bg-redEE0 {
	background: #ee0000 !important;
	color: #FFFFFF !important;
}

.byw-bg-red {
	color: #F00 !important;
}

/* border */
.byw-border-no{
    border:none;
}
/*padding*/
.byw-margin--{
    margin:-4px -15px -50px -15px;
}

/**防溢出*/
.byw-stop-overflow{
 overflow:hidden;
}

/* link & words */


a.byw-secondary:hover {
	color: #3048bf;
}

a.byw-danger:hover {
	color: #ff4040;
}

a.byw-success:hover {
	color: #30bf30;
}

a.byw-primary:hover {
	color: #10A0EA;
}

a.byw-white:hover {
	color: #FFF;
}

a.byw-orange:hover {
	color: #ff6600;
}

.byw-secondary {
	color: #3048bf;
}

.byw-warning {
	color: #ff6600;
}

.byw-danger {
	color: #ff4040;
}

.byw-success {
	color: #30bf30;
}

.byw-primary {
	color: #10A0EA;
}

.byw-white {
	color: #FFF;
}

.byw-black {
	color: #282828;
}

.byw-gray {
	color: #999;
}
.byw-yellow{
    color:#ffbe40;
}

.byw-topbar {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 36px;
	z-index: 999;
	background: #F3F3F3;
	border-bottom: 1px solid #EEEEEE;
	line-height: 250%;
	letter-spacing: 1px;
	font-size: 14px;
}

.byw-topbar li {
	display: inline;
	list-style: none;	
}

.byw-topbar li a {
	color: #666;
}

.byw-topbar li span {
	padding-right: 8px;
}

/*.byw-topbar-shadow {*/
	/*box-shadow: 0px 1px 8px rgba(128, 64, 64, 0.4);*/
/*}*/


/* foot */
footer a {
	padding: 0 10px;
	color: #666;
}





/* button */

.byw-btn-primaryRed, .byw-btn-Red, .byw-btn-primaryBlue, .byw-btn-Blue, .byw-btn-primaryGreen, .byw-btn-Orange {
	border: none;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.byw-btn-primaryRed {
	background: rgba(255, 0, 0, 0.7);
}

.byw-btn-Red {
	background-color: #ff0000;
}

.byw-btn-primaryBlue {
	background: rgba(0, 115, 255, 0.7);
}

.byw-btn-Blue {
	background: rgba(0, 0, 255, 0.7);
}

.byw-btn-primaryGreen {
	background: rgba(65, 190, 0, 0.7);
}

.byw-btn-Orange {
	background: rgba(255, 105, 0, 0.7);
}

.byw-btn-primaryGray {
	background: rgba(200, 200, 200, 0.7);
	border: none;
	letter-spacing: 2px;
}

.byw-breadcrumb-none> li+ li:before {
	content: " ";
}

a.byw-link_999 {
	color: #999;
}

.byw-navbar {
	background: #cc0000;
	letter-spacing: 2px;
}

a.byw-navbar:visited {
	color: #fff;
}

.byw-bgImg {
	height: 600px;
	background: url(../images/bannerAD_010.png) no-repeat;
    /*background: url(/images/bannerAD_010.png) repeat 30%;*/
	background-size: cover;
    margin-top:-1.6rem;
    margin-bottom:-1.7rem;
}

.byw-width_1200 {
		/*width: 1200px;*/
		margin: 0 auto;
		padding: 0;
	}

/**设置最小宽度*/
.byw-min-w-600{
    min-width:600px;
}
.byw-min-w-700{
    min-width:700px;
}
.byw-min-w-800{
    min-width:800px;
}
.byw-min-w-900{
    min-width:900px;
}


/**tips*/
.byw-tips-1{
    border: 1px solid #FFEAEA;
    background: #FFEAEA;
    padding: 5px 10px;
}
/*.byw-p-b1{*/
    /*line-height:35px;*/
    /*border-bottom:1px solid #f1f1f1;*/
    /*margin:0;*/
    /*padding:5px 0;*/
/*}*/
/*.byw-p-b1:hover{*/
    /*background-color:#eeeeee;*/
/*}*/
/*.byw-p-b1 i{*/
    /*margin-bottom:-10px;*/
/*}*/
.byw-border-bottom{
    border-bottom:1px dotted #eeeeee;
}
.byw-table{
    width:100%;
    overflow:hidden;
}
/*.byw-table tr td:nth-of-type(even){*/
    /*border-bottom:1px dotted #eee;*/
    /*padding:10px 0;*/
/*}*/
/*.byw-table tr td:nth-of-type(even):hover{*/
    /*background-color:#ededee;*/
/*}*/


.byw-table tr td{
    border-bottom:1px dotted #eee;
    padding:10px 0;
}
.byw-table tr:hover{
    background-color:#ededee;
}
.byw-nav-h-400{
    max-height:400px;
    overflow-y:scroll !important;
    overflow-x: hidden;
}

.byw-show{
    display:block !important;
    overflow:hidden;
}

/*隐藏右侧title**/
.portlet-title{
 display:none;
}
