/** 页头,页尾样式*/
.header-box{
	background: -webkit-linear-gradient(left ,#2979ff ,#1e96fa);
	background-color:#1e96fa;
}
.footer-box{
	background-color: #343C5C;
}

/** 纯按钮样式*/
.button-style{
	color:#f3f4f5;
	background-color: #1e96fa;
}
.button-style-over{
	background-color:#2979ff;
}

/** 标题按钮,下拉框样式*/
.button-div,.button-drop-down{
	color:#1e96fa;
	border: 1px solid #1e96fa;
	background-color: #f4faff;
}
.button-div-over{
	color:#f3f4f5;
	background-color:#1e96fa;
}
.button-drop-over{
	background-color:#ffe48d;
}

/** 输入框边框变色效果*/
.button-search-color{
	border: 1px solid #1e96fa !important;
}

/** home页面部分元素的色值*/
.right-title-two{
	background: -webkit-linear-gradient(left ,#2979ff ,#1e96fa);
	background-color:#1e96fa;
}
.right-title-four{
	color: #1e96fa;
	border-bottom: 1px solid #1e96fa;
}
.triangle-style{
	border-top: 6px solid #1e96fa;
}