html{
	font-family: "微软雅黑";
}
nav ul li a{
	font-size: 16px;
	font-family: "微软雅黑";
}
nav ul li a i{
	margin-left: -3px;
}
nav ul li.active {
	background-color: white;
}
nav ul li.active a{
	color: #FF9900 !important;
}
.divider {
	background-color: #F1F1F1;
}
.flexbox {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.container{
	width: 80%;
	max-width: 1200px;
}
.material-tooltip{
	font-size: 14px;
}
.z-depth-0-half {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.04), 0 0px 0px 0px rgba(0, 0, 0, 0.02), 0 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.04), 0 0px 0px 0px rgba(0, 0, 0, 0.02), 0 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.search_bar{
	padding-top: 10px;
	height: 90%;
	width: 30%;
	margin: 0 auto;
}
.navstyle{
	margin: 0 auto;
	padding-right: 1%;
}

@media screen and (max-width: 768px) {
	.nav_logo{
		height: 100%;
	}
}
@media only screen and (min-width: 601px) {
	.row .col.m1_5{
		width: 20%;
    	margin-left: auto;
    	left: auto;
    	right: auto;
	}
}
.bk-info .info-employment .employment-right li{
	text-indent: 0;
	padding-left: 0px;
	font-size: 14px;
}
.bk-info .info-employment .employment-left{
	margin-top: 36px;
	text-align: right;
	width: 150px;
	margin-left: 80px;
}
.indicators .indicator-item:not(.active){
	background-color: #FF9900 !important;
	opacity: 0.3;
}
.indicators .active{
	background-color: #FF9900 !important;
}
.sidenav{
	width: 60%;
	/*height: 85%;*/
	/*top: 8%;*/
}
.dropdown-content{
	top: 64px !important;
}
.mt50{
	margin-top: 50px;
}
.underline:after{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background-color: #FF9900;
	margin: 0 auto;
	margin-top: 5px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.underline:hover:after{
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100px;
}
.nav_logo{
	height: 100%;
}
.foot_logo{
	width: 100px;
	margin-top: 10px;
	margin-bottom: -10px;
}
.page-footer{
	padding-top: 0px;
}
.page-footer h6{
	margin-top: 30px;
}
.footstyle {
	margin-top: 5%;
}
.bgcolor1{
	background-color: #FF9900;
}
.bgcolor2{
	background-color: #333333;
}
.bgcolor3{
	background-color: #666666;
}
.bgcolor4{
	background-color: #CCCCCC;
}
.bgcolor5{
	background-color: #EEEEEE;
}
.color1{
	color: #FF9900 !important;
}
.color2{
	color: #333333 !important;
}
.color3{
	color: #666666 !important;
}
.color4{
	color: #CCCCCC !important;
}
.color5{
	color: #EEEEEE !important;
}
.noborder{
	border: none !important;
}
.noshadow{
	box-shadow: none;
}
.cursor-default{
	cursor: default;
}
blockquote{
	border-left: 5px solid #FF9900;
}
footer .container .row .footbox:first-child{
	padding-top: 20px;
}
footer p{
	font-size: 12px;
}
/* label color */
.input-field label {
	color: #FF9900;
	}
/* label focus color */
.input-field input[type=text]:focus + label {
	color: #FF9900;
}
/* label underline focus color */
.input-field input[type=text]:focus {
	border-bottom: 1px solid #FF9900;
	box-shadow: 0 1px 0 0 #FF9900;
}
/* valid color */
.input-field input[type=text].valid {
	border-bottom: 1px solid #FF9900;
	box-shadow: 0 1px 0 0 #FF9900;
}
/* invalid color */
.input-field input[type=text].invalid {
	border-bottom: 1px solid #FF9900;
	box-shadow: 0 1px 0 0 #FF9900;
}
/* icon prefix focus color */
.input-field .prefix.active {
	color: #FF9900;
}
input[type=number]:not(.browser-default):focus:not([readonly])+label {
	color: #FF9900;
}
input[type=number]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #FF9900;
	box-shadow: 0 1px 0 0 #FF9900;
}
input[type=text]:not(.browser-default):focus:not([readonly])+label {
	color: #FF9900;
}
input[type=text]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #FF9900;
	box-shadow: 0 1px 0 0 #FF9900;
}
input[type=email]:not(.browser-default):focus:not([readonly])+label {
	color: #FF9900;
}
input[type=email]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 1px solid #FF9900;
	box-shadow: 0 1px 0 0 #FF9900;
}
.btn:hover, .btn-large:hover, .btn-small:hover{
	background-color: #FF9900;
	color: white !important;
}
