body{
	background-color: #ECECEC;
	font-family:'微软雅黑';
}

/*头部*/
header{
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
	padding: 16px 0;
	box-sizing: border-box;
}
header .wrap{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px;
}
header .head-left,
header .head-right{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
	align-items: center;
}
header .logo{
	display: block;
}
header .logo img{
	display: block;
	width: 90px;
	height: 38px;
}
header .head-left .title{
	margin-left: 16px;
	line-height: 26px;
	font-size: 18px;
	color: #b6b6b6;
	padding: 0 10px;
	border-left: 1px solid #e6e6e6;
}
header .head-right a{
	font-size: 14px;
	color: #B2B2B2;
}

/*底部*/
footer{
	height: 82px;
	padding-top: 34px;
	box-sizing: border-box;
}
footer .copyright{
	color: #cbcbcb;
	font-size: 14px;	
	text-align: center;
}
.content{
	margin-top: 20px;
}
.content .iframeContent{
	width: 1202px;
	height: 691px;
	background-color: #ffffff;
	border: none;
}
