*{
    box-sizing: border-box;
}
body{
    font-family: "Microsoft Yahei","微软雅黑";
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    background-color: #f3f3f3;
}
.clearfix::after{
    content: "";
    display:table;
    visibility:hidden;
    height: 0;
    clear: both;
}
.main-header,.main,.main-footer{
     width: 100%;
}
/*导航栏样式*/
.main-header{
    height: 70px;
    background-color:#fff;
    width: 100%;
	overflow: hidden;
	box-shadow: 0px 1px 2px 1px rgba(112, 112, 112, 0.1);
	margin-bottom: 3px;
}

.main-view{
	margin: auto;
    width: 1200px;
    height: 100%;
}

.logo{
    float: left;
    width: auto;
    height: 100%;
    margin-right:10% ;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
} 

.nav-ul{
    float: left;
	overflow: hidden;
}
.nav-li{
    line-height: 70px;
    float: left;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 400;
}
.nav-li a{
    color: #000;
}
.nav-li a:visited{
    font-weight:bold;
    text-decoration: underline #3CA2FF 6px;
}
.nav-li a:hover{
    font-weight:bold;
    text-decoration: underline #3CA2FF 6px;
}
.nav-li a:active{
    font-weight:bold;
    text-decoration: underline #3CA2FF 6px;
}


.main-footer{
    width: 100%;
    background-color: #465179;
    height: 70px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.main-footer .footerView{
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	opacity: 0.7;
}

.main-footer p{
	flex:1
}
