@charset "utf-8";
.page-body>.main-wrap {
    padding: 0 20px;
    box-sizing: border-box;
}
.page-head {
	height: 530px;
	background-color: #69a7f7;
}
.page-head-layer {
	height: 100%;
}
.page-head-layer-building {
	background: url(head_building.png) no-repeat center 0px;
	background-repeat: repeat no-repeat;
}
/*.page-head-layer-ground {
	position: relative;
	background: url(head_ground.png) no-repeat center bottom;
	background-size: cover;
}*/
.page-head-logo {
	width: 276px;
	height: 84px;
	background: url(head_logo.png) no-repeat left bottom;
	background-size: contain;
	opacity: 0.95;
}
.page-head-wrap {
	width: 600px;
	/*margin-left: 280px;*/
	margin: auto;
}
.page-head-title {
	margin-top: 12px;
}
.page-head-title:before {
	display: block;
	content: attr(title);
	text-align: center;
	color: white;
	font-size: 2.25em;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding-bottom: 15px;
	opacity: 0.9;
}
.page-head-title:after {
	display: block;
	content: "";
	height: 60px;
	background: url(head_title.png) no-repeat center center;
	background-size: contain;
}
.page-head-test {
	margin-top: 8px;
	text-align: center;
}
.page-head-test:before {
	content: "（在线版）";
	font-size: 1.5em;
	color: white;
	opacity: 0.75;
}
.page-head-block {
	height: 323px;
}
.page-head-button {
	display: block;
	width: 223px;
	height: 58px;
	background: url(head_button.png) no-repeat center center;
	background-size: contain;
	margin: 8px auto 0;
}
.page-head-text {
	margin-top: 8px;
	opacity: 0.9;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.75em;
	text-indent: 2em;
	letter-spacing: 0.1em;
}

.page-head-button:hover {
	opacity: 0.8;
}
.page-box {
	background-color: white;
	margin: 20px auto;
	border-radius: 15px;
	padding-bottom: 32px;
}
.page-box.box-hook {
	position: relative;
}
.page-box.box-hook:before, .page-box.box-hook:after {
	content: "";
	position: absolute;
	top: -51px;
	width: 26px;
	height: 80px;
	background: url(box_hook.png) no-repeat;
}
.page-box.box-hook:before {
	left: 50px;
}
.page-box.box-hook:after {
	right: 50px;
}
.page-box .box-title {
	text-align: center;
}
.page-box .box-title .box-title-name {
	display: inline-block;
	position: relative;
	padding: 16px 32px;
	font-size: 2em;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.page-box .box-title .box-title-name em {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	background-color: #14C18C;
}
.page-box .box-title .box-title-name em:before {
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	height: 200%;
	background-color: white;
	border-radius: 15px;
}
.page-box .box-title .box-title-name em:first-child {
	right: 100%;
}
.page-box .box-title .box-title-name em:first-child:before {
	left: -100%;
}
.page-box .box-title .box-title-name em:last-child {
	left: 100%;
}
.page-box .box-title .box-title-name em:last-child:before {
	right: -100%;
}
.page-box.page-color-green .box-title .box-title-name {
	background-color: #14C18C;
	color: white;
}
.page-box.page-color-green .box-title .box-title-name em {
	background-color: #14C18C;
}
.page-box.page-color-yellow .box-title .box-title-name {
	background-color: #FF7E28;
	color: white;
}
.page-box.page-color-yellow .box-title .box-title-name em {
	background-color: #FF7E28;
}
.page-box.page-color-red .box-title .box-title-name {
	background-color: #aecdfe;
	color: white;
}
.page-box.page-color-red .box-title .box-title-name em {
	background-color: #aecdfe;
}
.page-box .box-content {
	padding: 16px;
}
ul.page-link {
	margin: 0;
	list-style-type: none;
}
ul.page-link:after {
	content: "";
	display: block;
	clear: both;
}
ul.page-link>li {
	float: left;
	width: 23.5%;
	margin: 0.75%;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 60px;
	overflow: hidden;
}
ul.page-link>li>a {
	display: block;
	text-decoration: none;
	color: #222;
	padding-left: 35px;
	padding-right: 5px;
}
/*ul.page-link>li>a:first-child {
	padding-left: 16px;
	padding-right: 5px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}*/
/*ul.page-link>li>a[href]:first-child:before {
	content: "'";
	font-family: pip-common;
	font-size: 21px;
	vertical-align: top;
	font-weight: bold;
}*/
ul.page-link.page-link-ex>li>a:last-child {
	float: right;
	width: 60px;
	border-left: 1px solid white;
	text-align: center;
}
ul.page-link.page-link-ex>li>a:last-child:before {
	content: "H";
	font-family: pip-common;
	font-size: 24px;
	vertical-align: top;
}
ul.page-link.page-link-ex>li>a:first-child {
	float: left;
	width: calc(100% - 61px);
}
.page-color-green ul.page-link>li>a:last-child:before {
	color: #14C18C;
}
.page-color-green ul.page-link>li>a:first-child:before {
	color: #14C18C;
}
.page-color-yellow ul.page-link>li>a:last-child:before {
	color: #FF7E28;
}
.page-color-yellow ul.page-link>li>a:first-child:before {
	color: #FF7E28;
}
.page-color-red ul.page-link>li>a:last-child:before {
	color: #aecdfe;
}
.page-color-red ul.page-link>li>a:first-child:before {
	color: #aecdfe;
}
.page-color-green ul.page-link>li {
	background:url(green.jpg) no-repeat 23px #eee;
}
.page-color-yellow ul.page-link>li {
	background:url(yellow.jpg) no-repeat 23px #F8F0D8;
}
.page-color-red ul.page-link>li {
	background:url(blue.jpg) no-repeat 23px #eee;
}
ul.page-link>li>a[href]:hover, ul.page-link>li>a.focus {
	color: white;
}
ul.page-link>li>a[href]:hover:before, ul.page-link>li>a.focus:first-child:before {
	color: white;
}
.page-color-green ul.page-link>li>a[href]:hover, .page-color-green ul.page-link>li>a.focus {
	/*background-color: #14C18C;*/
	background: url(green-hover.jpg) no-repeat 23px #14c18c;
}
.page-color-yellow ul.page-link>li>a[href]:hover, .page-color-yellow ul.page-link>li>a.focus {
	/*background-color: #FF7E28;*/
	background: url(yellow-hover.jpg) no-repeat 23px #FF7E28;
}
.page-color-red ul.page-link>li>a[href]:hover, .page-color-red ul.page-link>li>a.focus {
	/*background-color: #aecdfe;*/
	background: url(blue-hover.jpg) no-repeat 23px #aecdfe;
}
.main-foot {
	border-top: 1px solid #ddd;
	background-color: #EDEBF1;
}
.main-foot>.main-wrap {
	background-color: transparent;
	border-top: none;
}
.mask {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 32px;
}
.mask>div {
	display: table;
	width: 100%;
	height: 100%;
}
.mask>div>div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.dialog {
	display: inline-block;
	max-width: 768px;
	min-width: 400px;
	position: relative;
}
.dialog:before {
	content: "|";
	font-family: 'pip-common';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	z-index: 1;
}
.dialog .page-box {
	padding-left: 32px;
	padding-right: 32px;
	margin: 0;
}
.dialog .page-box .box-title .box-title-name {
	font-size: 1.125em;
}
.dialog .page-box .box-content {
	text-align: left;
	padding-left: 16px;
	padding-right: 8px;
	max-height: 400px;
	overflow-y: auto;
}
.dialog .page-box .box-content a {
	display: block;
	color: #444;
	padding: 12px 0;
}
.dialog .page-box .box-content a:before {
	content: "'";
	font-family: pip-common;
	font-size: 1.375em;
	vertical-align: top;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: -1em;
}
.dialog .page-box .box-content a:hover {
	color: red;
}
.dialog .page-box .box-content a:nth-child(n+2) {
	border-top: 1px dashed  #ccc;
}
.dialog .page-color-green a:before {
    color: #14C18C;
}
.dialog .page-color-yellow a:before {
    color: #FF7E28;
}
@media screen and (max-width:768px){
	body {
		background-color: #f2f2f2;
	}
	.body-wrap, .main-wrap {
		min-width: auto;
	}
	.main-wrap {
		width: auto;
	}
	.page-body>.main-wrap {
		padding: 0;
	}
	.page-head {
		height: auto;
		background-color: transparent;
	}
	.page-head-layer {
		height: 100%;
	}
	.page-head-layer-building, .page-head-layer-ground {
		background: none;
	}
	.page-head-block {
		height: auto;
		padding-bottom: 24px;
		background: #b6d2fe url(head_building.png) no-repeat center bottom;
		background-size: contain;
	}
	.page-head-logo {
		width: 160px;
		height: 42px;
		margin-left: 16px;
	}
	.page-head-wrap {
		margin-left: 0;
		width: auto;
	}
	.page-head-title {
		width: auto;
		margin-left: 0;
		margin-top: 10px;
	}
	.page-head-title:before {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.page-head-title:after {
		height: 28px;
	}
	.page-head-test:before {
		font-size: 1em;
	}
	.page-head-button {
		width: auto;
		height: 32px;
		margin-left: auto;
		margin-top: 10px;
	}
	.page-head-text {
		margin-top: 0;
		padding: 16px;
		width: auto;
		height: auto;
		font-size: 14px;
		background: white;
		opacity: 0.95;
		margin-left: 0;
		color: #0b6f52;
		font-weight: normal;
		line-height: 1.5em;
		text-indent: 2em;
	}
	.page-box {
		padding-bottom: 0;
	}
	.page-box.box-hook:before, .page-box.box-hook:after {
		display: none;
	}
	.page-box .box-title .box-title-name {
		font-size: 1.125em;
	}
	ul.page-link>li {
		float: none;
		width: auto;
		margin: 8px 0;
	}
	.dialog {
		min-width: 260px;
	}
}
