body {
	font-family: "Work Sans",sans-serif
}

body h1,body h2,body h3,body h4,body h5,body h6 {
	margin: 0
}

body p {
	color: rgba(36,36,37,.702);
	margin: 0;
	font: 400 16px/30px "Work Sans",sans-serif
}

body ul {
	margin: 0;
	padding: 0
}

body ul li {
	list-style: none
}
a{
    
}

body section.row,body header.row,body footer.row {
	margin: 0
}

body #success {
	display: none
}

body #error {
	display: none
}

body iframe {
	border: none
}

body i:before {
	margin-left: 0 !important
}

body a,body .btn,body button {
	outline: none;
	transition: all 300ms linear 0s
}

body a:before,body a:after,body .btn:before,body .btn:after,body button:before,body button:after {
	transition: all 300ms linear 0s
}

body a:focus,body a:hover,body .btn:focus,body .btn:hover,body button:focus,body button:hover {
	outline: none;
	text-decoration: none;
	transition: all 300ms linear 0s
}


/* 全局样式 */
#page{
    background: #fff;
    width: 100%;
    height: 100%;
}
.waper{
    width: 1440px;
    margin: 0 auto;
    
}
.bgcolor{
    background: #4774B6; 
    color: #fff  !important
}

header{
    height: 70px;
    line-height: 70px;
    display: flex;
    padding: 0 40px;
    justify-content: space-between;
    margin-bottom: 10px;
}

header h1{
    font-size: 20px;
    font-weight: 500;
}

header .navbar-nav a{
    float: left;
    display: block;
    width: 100px;
    height: 100%;
    text-align: center;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

footer{
    background: #f5f5f5;
    display: flex;
    justify-content: space-around;
    padding: 60px 0;
}
footer div{
   line-height: 90px;
}

footer .decBox h3{
    font-size: 20px;
    font-weight: 400;
}
footer .decBox p{
    font-size: 14px;
    color: #ccc;
}

footer .decBox1 h3{
    font-size:16px;
    color: #ccc;
    font-weight: 400;
}

footer .decBox1 p{
    font-size: 14px;
}