@charset "utf-8";

/* CSS Document */


/*theme*/


/**/

#nav li.on a,
.lntitle h3,
/**/

.themebc {
	border-color: #ff6c00 !important;
}
/**/
.see_more a,
/**/
.themebj {
	background-color: #ff6c00 !important;
}


/**/

.down a,
#nav li.on a,
/**/

.underline a:hover,
a.underline:hover,
.themef {
	color: #ff6c00 !important;
}


/*a*/

a {
	color: #585858;
}

a:active,
a:hover {
	outline: 0;
	color: #ff6c00;
}


/*placeholder设置颜色*/

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

:-ms-input-placeholder {
	color: #999;
}


/*
自定义文本选择
*/

::selection {
	background-color: #e13824;
	color: #fff;
}

::-moz-selection {
	background-color: #e13824;
	color: #fff;
}

::-webkit-selection {
	background-color: #e13824;
	color: #fff;
}