@charset "UTF-8";

/** 通用样式 start */
.hidden {
	display: none;
}

.keepHidden {
	display: none !important;
}

html {
	width: 100%;
	min-width: 800px;
	height: 100%;
	min-height: 600px;
}

body {
	width: 100%;
	height: 100%;
	position: relative;
}

._content {
	width: 100%;
	height: 100%;
	position: relative;
}

._bg {
	width: 100%;
	height: 100%;
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: -1;
}

._bg img {
	width: 100%;
	height: 100%;
}

._fg {
	width: 100%;
	height: 100%;
	position: relative;
}

/** 通用样式  end  */

/**
 * 以下几个组合样式用于父容器高度不定时的内容垂直居中
 */
/*设置在table上*/
.vCenter_table {
	width: 100%;
	height: 100%;
	text-align: left;
}
/*设置在需要水平居中的table上*/
.vCenter_table_needWidth {
	width: 100%;
	height: 100%;
}
/*设置在tr上*/
/*.vCenter_tr {}*/
/*设置在td上*/
.vCenter_td {
	/*valign: middle;*/
	/* 火狐中建议设置高度，否则内部元素使用百分比高度时计算不正确 */
	height: 100%;
}

/* 头部导航调整 start */
.header {
	top: 15% !important;
	top: 0\9 !important;
	background: transparent !important;
}

.header>._content>.header_box {
	position: absolute !important;
}
/* 头部导航调整  end  */

/** 以下是页面自定义样式 */
._content2 {
	width: 70%;
	height: 70%;
	margin: 0 auto;
}

/** 以下是页面内容 start */
._fg4 {
	margin-top: -90px;
	overflow-y: auto;
	overflow-y: visible\9;
}

.page {
	width: 100%;
	height: auto;
	margin-top: 90px;
	text-align: center;
}

/* 表单内容 start */
.page .box {
	width: 49%;
	float: left;
	text-align: center;
}

.page .box a {
	width: 200px;
    height: 200px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.page .box .img {
	width: 100%;
    height: 100%;
    text-align: center;
}

.page .box .img img {
	width: 200px;
	height: 200px;
}

.page .box .title {
	width: 100%; 
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bolder;
	color: #4b8bd3;
	text-align: center;
}

.page .box .introduction {
	width: 100%;
	line-height: 22px;
	color: #868686;
	font-weight: bold;
	text-align: center;
}

/* 表单内容  end  */

/* IE11 */
@media screen and(-ms-high-contrast:active) , ( -ms-high-contrast :none) {
	._fg4 {
		overflow-y: visible !important;
	}
}