body {
	background: #E4ECF5;
	color: #606060;
	font-family: 'Proxima', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: #E4ECF5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Proxima Bold";
	font-weight: bold;
}
p {
	letter-spacing: 1px;
	line-height: 28px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

@font-face {
	font-family: 'Proxima';
	src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
	font-family: 'Proxima Bold';
	src: url(../fonts/ProximaNova-Bold.otf);
}
@media (max-width:767px) {
.navbar-brand {
	padding-top: 6px;
}
}
/* preloader section */
#bg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #eb5424;
	border-radius: 50%;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}

/* navigation section */
.navbar-default {
	background: #031426;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
	margin: 0 !important;
	width: 100%;
    position: fixed;
    top: 0px;
}
.navbar-default .navbar-brand {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-brand img{width: 243px; height: 43px;position: relative; top: -5px;margin-left: 50px;}
.navbar-collapse h3{
	position: relative;
	top: -3px;
	color: #FF752B;
}
.infobox{width: calc(100% - 460px);margin: 0 230px;height: auto;position: relative;}
.infobox:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow:0 0 30px 10px #E4ECF5 inset;
}



.no1{margin-top: 50px;}
.infobox img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}


footer{
	padding-top: 40px;
	padding-bottom: 20px;
}
footer p {
	line-height: 20px;
}
footer .copyright a {
	color: #eb5424;
}


/***
 重置bootstrap样式
 */
.container{margin: 0 !important;padding: 0 !important;width: 100%;position: relative;}
.row{margin: 0 !important;padding: 0 !important;}

/**********滚动条***************/
html,body,div,table,iframe{
	/*三角箭头的颜色*/
	 scrollbar-arrow-color: #031426;
	 /*滚动条滑块按钮的颜色*/
	 scrollbar-face-color: #000;
	 /*滚动条整体颜色*/
	 scrollbar-highlight-color: #031426;
	 /*滚动条阴影*/
	 scrollbar-shadow-color: #031426;
	 /*滚动条轨道颜色*/
	 scrollbar-track-color: #031426;
}
::-webkit-scrollbar {
		  width: 5px;
		  height:10px;
	}
::-webkit-scrollbar-track {
		  background-color: #031426;
	} /* 滚动条的滑轨背景颜色 */
	::-webkit-scrollbar-thumb {
		  background-color: #000;
		  border-radius: 2px;
	} /* 滑块颜色 */
	::-webkit-scrollbar-button {
		  background-color: #031426;
	} /* 滑轨两头的监听按钮颜色 */
	::-webkit-scrollbar-corner {
		  background-color: #031426;
	} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */

/********/