@charset "gb2312";

/* ---------- Basic Styles ---------- */
	a {
		color: #002040;
	}

/* Service - Index Table */
	table.index-table {
		background-color: #fff;
		border-collapse: collapse;
		font-size: 1.167em;
		table-layout: fixed;
	}

	table.index-table a {
		color: #222;
		display: block;
		width: 100%;
		height: 100%;
	}

	table.index-table a:hover {
		color: #0288D1;
		text-decoration: none;
		background-color: rgba(0,0,0,0.02);
	}

	table.index-table tr:hover {
		background-color: #F5F5F5;
	}

	table.index-table th, table.index-table td {
		border-bottom: 1px solid rgb(220,220,220);
		text-align: center;
		vertical-align: middle;
		width: 5%;
		line-height: 100%;
	}

	table.index-table th span, table.index-table td span {
		display: inline-block;
		padding: 1em 0;
		line-height: 100%;
	}

	table.index-table thead th {
		font-weight: normal;
		text-align: left;
		padding: 0.5em 0.275em;
		color: #888;
	}

	table.index-table tfoot td {
		text-align: right;
		padding: 0.5em 0.275em;
		color: #888;
	}

	table.index-table td {
		padding: 0 0.275em;
	}

	table.index-table th:first-of-type, table.index-table td:first-of-type {
		padding-left: 1.25em;
		width: 7%;
	}
	table.index-table th:last-of-type, table.index-table td:last-of-type {
		padding-right: 1.25em;
		width: 7%;
	}
		table.index-table th[name=onlinelevel] {
			padding-right: .275em;
			font-size: .85em;
		}
		table.index-table th a.tip {
			color: inherit;
			display: inline;
		}
		table.index-table th a.tip .material-icons {
			font-size: 1.1em;
			vertical-align: text-bottom;
		}

	table.index-table td[name=title] {
		text-align: left;
		vertical-align: middle;
		width: 41%;
	}

	table.index-table td[name=itemtype] span, table.index-table td[name=itemcat] span {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: hidden;
		width: 2em;
	}

/* Service - Index Meta */

/* Service - Index Sidebar */
	div.check-list {
		font-size: 1.083em;
		color: #222;
	}

	div.check-list > div {
		cursor: pointer;
		border-radius: 4px;
	}

	div.check-list > div:hover {
		background-color: #e3e3e3;
	}

	div.check-list > div > span {
		display: inline-block;
		vertical-align: middle;
		margin: 0.5em 0;
		line-height: 100%;
	}

	span.check-box {
		margin-right: 1em !important;
		margin-left: 0.5em !important;
		width: 16px;
		height: 16px;
		box-sizing: border-box;
		overflow: hidden;
		border: 2px solid #6f6f6f;
		border-radius: 2px;
	}

	span.check-box > i.material-icons {
		visibility: hidden;
		font-size: 12px;
		font-weight: bold;
		color: white;
	}

	span.check-box.checked {
		background-color: #004a99;
		border-color: #004a99;
	}

	span.check-box.checked > i.material-icons {
		visibility: visible;
	}

/* Service - Content Page */
	.title-box {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		min-height: 130px;
		color: #fff;
		background-color: #1976D2;
		overflow: hidden;
		position: relative;
	}

	.title-box > .float-r {
		display: block;
		float: right;
		font-size: 1.167em;
	}

/* meta */
	.meta {
		margin: 1.5em 0 -.5em;
	}
		.meta-infos,
		.meta-links {
			margin-top: 1em;
		}
			.meta-info {
				margin: .5em 0;
			}
				.meta-info > div {
					display: inline-block;
					vertical-align: top;
				}
				.meta-info .body {
					max-width: 500px;
					position: relative;
				}
				.meta-info p {
					margin: 0;
				}

		.meta-links {
			margin: 1em -.5em 0;
		}
			.meta-links .break {
				margin-left: 2em;
				margin-right: 2em;
			}

			a.meta-link {
				color: #fff;
				display: inline-block;
				margin-right: .5em;
				padding: .25em .5em;
				border-radius: 4px;
				line-height: 1.5;
			}
			a.meta-link.big {
				font-size: 1.8em;
			}
			a.meta-link.on {
				background: rgba(0,0,0,0.2);
				text-decoration: none;
			}
			a.meta-link:hover {
				background: rgba(0,0,0,0.1);
				text-decoration: none;
			}
			a.meta-link > .material-icons {
				font-size: 1.167em;
				display: inline;
				vertical-align: middle;
				margin-right: .5em;
			}
			a.meta-link > span {vertical-align: middle;}

		.meta-map {
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			width: 340px;
			overflow: hidden;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
			.meta-map a.map {
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background-position: center center;
				background-repeat: no-repeat;
				-webkit-background-size: cover;
				background-size: cover;
			}
			.meta-map:after {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				width: 120px;
				background: -moz-linear-gradient(left, rgba(25,118,210,1) 0%, rgba(25,118,210,0) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(left, rgba(25,118,210,1) 0%,rgba(25,118,210,0) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to right, rgba(25,118,210,1) 0%,rgba(25,118,210,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1976d2', endColorstr='#001976d2',GradientType=1 ); /* IE6-9 */
			}

		.meta-feat {
			position: absolute;
			bottom: 0;
			right: 0;
			width: 250px;
			overflow: hidden;
			padding: 20px 10px;
		}
			.meta-feat a.meta-link {
				display: block;
				white-space: nowrap;
				overflow: hidden;
				-ms-text-overflow: ellipsis;
				text-overflow: ellipsis;
			}


	.table-box {
		font-size: 1.167em;
		line-height: 1.5em;
	}

	.box p {
		font-size: 1em;
	}

	.table-box>div {
		overflow: hidden; /*bfc*/
		padding: .75em 1.5em;
		border-bottom: 1px solid #e3e3e3;
	}

		.table-box a.table-box-img {
			display: inline-block;
		}
			.table-box a.table-box-img img {
				max-width: 100% !important;
				-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
				-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
				box-shadow: 0 0 3px rgba(0,0,0,0.3);
			}

		.resultImg {
			max-height: 240px;
		}

	.table-box>div:last-of-type {
		border-bottom: none;
	}

	.table-box>div>div.name {
		float: left;
		width: 4em;
		font-weight: 600;
		color: #444;
		margin-right: 1.5em;
	}

	.table-box>div>div.content {
		overflow: hidden; /*bfc*/
		color: #666;
	}

	.text-box {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	.text-box>div {
		padding: .75em 1em;
	}

	.text-box-head {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		background: #1976D2;
	}

	.text-box-head>h2 {
		color: #fff;
		font-size: 1.5em;
		margin: .5em 0;
	}

	.text-box-subhead>h3 {
		color: #fff;
		font-size: 1.1em;
		margin: .25em 0;
	}

	.text-box>div.text-box-body {
		padding: .75em 1.5em;
	}

	ul.attachment-list {
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style-position: inside;
	}

	ol.attachment-list {
		margin: 0;
		padding: 0;
		list-style-type: decimal;
		list-style-position: inside;
	}

	ol.attachment-list>li,ul.attachment-list>li {
		margin: 0 0 .5em 0;
	}
	ol.attachment-list a, ol.attachment-list a:hover {
		color: #004A99;
		text-decoration: none;
	}
	ol.attachment-list a:hover {
		background: #D7CCC8;
	}

/* Service - Content Page Sidebar ToC */
	.side-note, .side-toc, .side-results, .side-funcs {
		font-size: 1.085em;
		line-height: 2em;
	}
	.side-note {
		line-height: 1.5;
	}

	.side-toc ul {
		list-style-type: none;
		list-style-position: inside;
		margin: 0;
		padding: 0;
	}

	.side-toc a, .side-results>a {
		display: block;
		padding-left: 1em;
		border-radius: 3px;
	}
	.side-toc a:hover, .side-results>a:hover {
		color: #fff;
		background-color: #1976D2;
	}

	.side-results>a {
		padding-left: .5em;
		white-space: nowrap;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.side-toc .toclvl-1>a {padding-left: 1em;}
	.side-toc .toclvl-2>a {padding-left: 2em;}

	.side-note {
		/* background: #e3e3e3; */
		color: #666;
	}
		.side-note p {
			margin: .5em 0;
		}
		.side-note img.note-img {
			display: block;
			width: 100%;
			height: auto;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		}
		.side-note .title {
			font-weight: bold;
			margin-top: 1em;
			color: #333;
		}

	.side-funcs>a.loadmore {
		display: block;
		text-align: center;
		border-radius: 3px;
	}
	.side-funcs>a.loadmore:hover {
		background: #e3e3e3;
	}
	.side-funcs>a.loadmore>i {
		vertical-align: middle;
	}

/* Collapsible Box, Content */
	div.colla-box {
		position: relative;
	}

	div.colla-box>div.colla-content {
		margin-bottom: 0;
	}
	div.has-collapse.collapsed>div.colla-box {
		height: 133px;
		overflow: hidden;
	}
	div.has-collapse.collapsed>div.colla-box, div.has-collapse.collapsing>div.colla-box {
		overflow: hidden;
	}

	div.has-collapse.collapsed>div.colla-box:after, div.has-collapse.collapsing>div.colla-box:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 4em;
		left: 0;
		bottom: 0;
		background: rgba(255,255,255,0);
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	}

	a.colla-toggle {
		display: none;
		text-align: center;
		width: 100%;
		line-height: 1;
		padding: .25em 0;
		font-size: 1em;
		color: #595959;
		border-radius: 3px;
	}
	a.colla-toggle>i {
		display: inline-block;
		vertical-align: middle;
		font-style: normal;
	}

	div.has-collapse>a.colla-toggle {display: block;}
	div.has-collapse>a.colla-toggle:hover {
		background: #ECEFF1;
		text-decoration: none;
	}

/* Search - Page */
	span.pc-row {display: block;}
	.highlight {color:#f44336;}

	#search-conditions {
		margin: 0;
	}

	span.condition-note {
		display: inline-block;
		width: 4em;
		line-height: 20px;
		margin: 4px 1em;
		text-align: left;
		vertical-align: middle;
	}

	.condition {
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: middle;
		width: 336px;
		line-height: 16px;
		height: 20px;
		padding: 2px 4px;
		margin: 4px 0;
		border: none;
		border-radius: 3px;
		background: #fff;
	}

	.condition.half {
		width: 126px;
	}

	.condition.halfmore {
		width: 182px;
		margin-right: 28px;
	}

	.condition:focus {
		box-shadow: 0 0 5px 2px #64B5F6;
	}

	button.condition {

	}

	select.condition {
		font-size: 12px;
		font-family: "Microsoft YaHei", "Hiragino Sans GB", "SimSun", sans-serif;
		padding: 0;
	}

	button.main-button {
		background: #FFD54F;
		background: -webkit-linear-gradient(top,#FFECB3,#FFCA28);
		background: linear-gradient(to bottom,#FFECB3,#FFCA28);
	}

	span.category-post-cat.cat1 {background-color: #0288D1;}
	span.category-post-cat.cat2 {background-color: #0288D1; /* #689F38; */}
	span.category-post-cat.cat3 {background-color: #0288D1; /* #E64A19; */}
	.category-post-list>a:hover>span.category-post-cat.cat1,
	.category-post-list>a:hover>span.category-post-cat.cat2,
	.category-post-list>a:hover>span.category-post-cat.cat3 {background-color: transparent;}


/* 2017 index */
	/* pic slider */
		.card.slider-box {
			height: 320px;
			overflow: hidden;
			margin-bottom: 3px;
		}
			.slider-box .bxslider>li {
				position: relative;
				overflow: hidden;
				width: 720px;
				height: 320px;
				background: #004a99 url(imgsplaceholder.jpg) left top no-repeat;
				-webkit-background-size: 480px 320px;
				background-size: 480px 320px;
				border-top-left-radius: 3px;
				border-bottom-left-radius: 3px;
				overflow: hidden;
				z-index: 1 !important;
				font-size: 0;
			}

			.slide-pic {
				display: inline-block;
				width: 480px;
				height: 320px;
				-webkit-background-size: cover;
				background-size: cover;
				background-repeat: no-repeat;
				background-position: center center;
			}
			.slide-txt {
				display: block;
				position: absolute;
				top: 0;
				right: 0;
				width: 210px;
				margin: 15px 12px 20px 18px;
				color: #fff;
			}
				.slide-title {
					display: block;
					font-weight: bold;
					font-size: 20px;
					line-height: 1.5;
					max-height: 90px;
					margin-bottom: 15px;
					overflow: hidden;
				}
				.slide-excerpt {
					display: block;
					font-size: 13px;
					line-height: 18px;
					max-height: 180px;
					overflow: hidden;
				}
				.kage {
					display: none !important;
				}

		.slider-box .bx-wrapper {
			box-shadow: none;
			border: none;
			margin-bottom: 0;
			background-color: transparent;
		}
			.slider-box .bx-wrapper .bx-controls-direction a {
				z-index: 1;
			}
			.slider-box .bx-wrapper .bx-prev,
			.slider-box .bx-wrapper .bx-next {
				display: block;
				position: absolute;
				top: 48px;
				left: 0;
				right: auto;
				width: 60px;
				height: 224px;
				background: none;
				margin-top: 0;
			}
			.slider-box .bx-wrapper .bx-prev:hover,
			.slider-box .bx-wrapper .bx-next:hover {
				text-decoration: none;
			}
			.slider-box .bx-wrapper .bx-next {
				left: auto;
				right: 240px;
			}
			.slider-box .bx-wrapper .bx-prev:after,
			.slider-box .bx-wrapper .bx-next:after {
				content: 'úÆ';
				display: block;
				font-size: 60px;
				line-height: 224px;
				display: block;
				font-family: 'Material Icons';
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				color: rgba(255,255,255,0.5);
				text-shadow: 0 0 8px rgba(0,0,0,0.25);
				text-indent: 0;
				-webkit-transition: all .2s;
				-moz-transition: all .2s;
				-ms-transition: all .2s;
				-o-transition: all .2s;
				transition: all .2s;
			}
			.slider-box .bx-wrapper .bx-prev:after {
				content: 'úÅ';
			}
			.slider-box .bx-wrapper .bx-prev:hover:after,
			.slider-box .bx-wrapper .bx-next:hover:after {
				color: rgba(255,255,255,.9);
			}

			.slider-box .bx-wrapper .bx-prev:active:after,
			.slider-box .bx-wrapper .bx-next:active:after {
				color: rgba(144,202,249,1);
			}

		.slider-pager {
			position: relative;
			margin-bottom: 8px;
			box-shadow: none;
			border: none;
			text-align: center;
			-ms-touch-action: pan-y;
			touch-action: pan-y;
		}
			.slider-pager .bx-pager {
				position: relative;
				bottom: auto;
				padding-top: 10px;
				padding-bottom: 13px;
				overflow: hidden;
				background-color: #f2f2f2;
				white-space: nowrap;
			}
			.slider-pager .bx-pager .bx-pager-item {
				display: inline-block;
				vertical-align: bottom;
				font-size: 0;
				line-height: 0;
			}
			.slider-pager .bx-pager a {
				display: block;
				position: relative;
				text-indent: -9999px;
				border-radius: 50%;
				width: 14px;
				height: 14px;
				margin: 0 8px;
				outline: 0;
				background-color: #d7d7d7;
			}
			.slider-pager .bx-pager a:hover {
				background-color: #90caf9;
				box-shadow: 0 0 0 3px #d7d7d7;
			}
			.slider-pager .bx-pager a.active {
				background-color: #42a5f5;
				box-shadow: 0 0 0 3px #90caf9;
			}

/* 2017 guide content */
	.doc-table, .flow-table {
		border-collapse: collapse;
		width: 100%;
	}
	.doc-table p:last-child, .flow-table p:last-child {
		margin-bottom: 0;
	}
		.flow-table .flow-title {
			width: 6em;
			text-align: center;
		}
		.doc-table .doc-type,
		.doc-table .doc-format,
		.doc-table .doc-sample,
		.doc-table .doc-online,
		.doc-table .doc-source,
		.doc-table .doc-accept {
			min-width: 3em;
		}
		.doc-table .doc-type,
		.doc-table .doc-format,
		.doc-table .doc-online {
			text-align: center;
		}


/* ---------- Material Colors ---------- */
	.red500 {background-color: #f44336;}
	.red {background-color: #d32f2f;}
	.pink500 {background-color: #e91e63;}
	.pink {background-color: #c2185b;}
	.purple500 {background-color: #9c27b0;}
	.purple {background-color: #7b1fa2;}
	.deeppurple500 {background-color: #673ab7;}
	.deeppurple {background-color: #512da8;}
	.indigo500 {background-color: #3f51b5;}
	.indigo {background-color: #303f9f;}
	.blue500 {background-color: #2196f3;}
	.blue {background-color: #1976d2;}
	.lightblue500 {background-color: #03a9f4;}
	.lightblue {background-color: #0288d1;}
	.cyan500 {background-color: #00bcd4;}
	.cyan {background-color: #0097a7;}
	.teal500 {background-color: #009688;}
	.teal {background-color: #00796b;}
	.green500 {background-color: #4caf50;}
	.green {background-color: #388e3c;}
	.lightgreen500 {background-color: #8bc34a;}
	.lightgreen {background-color: #689f38;}
	.lime500 {background-color: #cddc39;}
	.lime {background-color: #afb42b;}
	.yellow500 {background-color: #ffeb3b;}
	.yellow {background-color: #fbc02d;}
	.amber500 {background-color: #ffc107;}
	.amber {background-color: #ffa000;}
	.orange500 {background-color: #ff9800;}
	.orange {background-color: #f57c00;}
	.deeporange500 {background-color: #ff5722;}
	.deeporange {background-color: #e64a19;}
	.brown500 {background-color: #795548;}
	.brown {background-color: #5d4037;}
	.grey500 {background-color: #9e9e9e;}
	.grey {background-color: #616161;}
	.bluegrey500 {background-color: #607d8b;}
	.bluegrey {background-color: #455a64;}

/* ---------- Animations ---------- */
	@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
	@keyframes opac{from{opacity:0} to{opacity:1}}