﻿* {
	padding: 0;
	margin: 0;
}

.container {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

body {
	background-color: #a9a9a9;
}

.header {}

.row1 {
	display: flex;
	justify-content: space-between;
}

.row1-col2 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.row1-col2-row2 {
	display: flex;
	justify-content: space-between;
}

.row2 {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

.footer {
	text-align: center;
	line-height: 70px;
	font-size: 13px;
}

.row1-col2-row2-1:hover {
	opacity: 0.7;
	cursor: pointer;
}
.row1-col2-row2-1,.row1-col2-row2-2,.row2>div{
	position: relative;
}
.row1-col2-row2-2:hover {
	opacity: 0.7;
	cursor: pointer;

}
.row1-col2-row2-3{
	position: relative;
}
.row1-col2-row2-3:hover {
	opacity: 0.7;
	cursor: pointer;

}
.row2>div:hover {
	opacity: 0.7;
	cursor: pointer;

}

.text {
	position: absolute;
	bottom: 10px;
	left:10px;
	font-size: 15px;
	color: #fff;
}
.text2 {
	position: absolute;
	top: 10px;
	right:10px;
	font-size: 15px;
	color: #000;
}
.text3 {
	position: absolute;
	bottom: 10px;
	left:10px;
	font-size: 15px;
	color: #000;
}

.zhege {
	z-index: 999;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	left: 0;
	top: 0;
	filter: Alpha(opacity=50);
	opacity: 0.5;
}

.tanchuang {
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 700px;
	margin-top: -350px;
	margin-left: -480px;
	z-index: 9999;
}
.menu-bar {
	height: 32px;
	line-height: 32px;
	background: #1c6dae;
	padding-left: 10px
}

.menu-bar>img {
	float: right;
	padding: 1px
}

.munu-content {
	padding: 10px;
	width: 940px;
	height: 650px
}

.row1-col2-row1{
	width: 702px;
	height: 217px;
	overflow: hidden;
}