@charset "UTF-8";


/*
	.area-container
=========================================*/
.area-container {
	background: #f5f5f5;
	min-width: 1100px;
	text-align: justify;
	overflow: hidden;
}


/*
	.area-wrap
=========================================*/
.area-wrap {
	width: 1100px;
	margin: 0 auto;
}
.area-wrap:after {
	content: "";
	display: block;
	clear: both;
}


/*
	.area-header
=========================================*/
.area-header {
	background: #fff;
	z-index: 10;
}
.area-header .logo {
	width: 542px;
	float: left;
	margin: 30px 0 0;
}
.area-header .description {
	float: left;;
	margin: 2px 0 10px;
	/*font-size: 0.875em;*/
	line-height: 1.57;
}
.area-header .scale {
	float: right;
	white-space: nowrap;
}
.area-header .scale:before {
	content: "";
	display: inline-block;
	height: 105px;
	vertical-align: middle;
}
.area-header .scale dl {
	background: #deeff8;
	display: inline-block;
	padding: 10px 12px;
	border-radius: 3px;
	vertical-align: middle;
}
.area-header .scale dl:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 26px;
}
.area-header .scale dl dt {
	display: inline-block;
	vertical-align: middle;
}
.area-header .scale dl dt i {
	display: inline-block;
	padding: 0 5px 0 0;
	vertical-align: middle;
	color: transparent;
}
.area-header .scale dl dt i:before {
	content: "\E901";
	font-family: "io-icon";
	color: #555;
}
.area-header .scale dl dt i>.wrap {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.area-header .scale dl dd {
	background: #df6b84;
	display: inline-block;
	padding: 0.25em;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.area-header .scale dl dd>.wrap {
	position: relative;
	bottom: -0.0625em;
}
.area-header .scale dl dd[data-scale="1"] {
	font-size: 0.875em;
}
.area-header .scale dl dd[data-scale="3"] {
	font-size: 1.125em;
}
[data-scale="1"] .area-header .scale dl dd[data-scale="1"],
[data-scale="2"] .area-header .scale dl dd[data-scale="2"],
[data-scale="3"] .area-header .scale dl dd[data-scale="3"] {
	background: #fff;
	color: #df6b84;
}


/*
	.area-header-menu
=========================================*/
.area-header-menu {
	background: #df6b84;
	z-index: 10;
}
.area-header-menu .button {
	display: none;
}
.area-header-menu .main {
	display: table;
	table-layout: fixed;
	color: #fff;
}
.area-header-menu .main>li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.area-header-menu .main>li a,
.area-header-menu .main>li .no-link{
	display: block;
	opacity: 0.5;
	width:148px;
	height:45px;
	line-height:45px;
	font-size:1rem;
	transform:rotate(0.03deg);
  letter-spacing:1px;
}
.area-header-menu .main>li a[href] ,
.area-header-menu .main>li .no-link{
	opacity: 1;
}
.area-header-menu .main>li.current>a[href],
.area-header-menu .main>li a[href]:hover {
	background: #d76772;
}
.area-header-menu .main>li.home a {
	width: 68px;
	height: 70px;
}
.area-header-menu .main>li.home a:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.area-header-menu .main>li.home i {
	display: inline-block;
	vertical-align: middle;
}
.area-header-menu .main>li.home i:before {
	content: "\E900";
	padding: 16px;
	font-family: "io-icon";
	font-size: 30px;
}
.area-header-menu .main>li.home i>.wrap {
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.area-header-menu .main>li ul {
	background: #df6b84;
	display: none;
	padding: 12px 16px;
	border-top: 1px solid #fff;
	text-align: left;
	font-size: 0.9375em;
	position: absolute;
	top: 100%;
	left: 0;
}
.area-header-menu .main>li:hover a[href]+ul {
	display: block;
}
.area-header-menu .main>li:hover a+ul {
	display: none;
}
.area-header-menu .main>li:last-child ul {
	right: 0;
	left: auto;
}
.area-header-menu .main>li ul li {
	border-top: 1px solid #68a0d7;
}
.area-header-menu .main>li ul li:first-child {
	border-top: none;
}
.area-header-menu .main>li ul li a {
	padding: 12px 0 12px 8px;
	white-space: nowrap;
	text-decoration: none;
}
.area-header-menu .main>li ul li a:before {
	content: ">";
	margin: 0 8px 0 0;
	font-family: "io-icon";
	font-size: 0.5em;
}
.area-header-menu .sub {
	display: none;
}


/*
	.area-footer-menu
=========================================*/
.area-footer-menu {
	padding: 10px 0 25px;
	text-align: center;
	font-size: 0.9375em;
}
.area-footer-menu .menu {
	text-align: left;
}
.area-footer-menu .menu:after {
	content: "";
	display: block;
	clear: both;
}
.area-footer-menu .menu li {
	float: left;
	color: #1378bb;
}
/*.area-footer-menu .menu li:before {
	content: "|";
	padding: 0 1em;
}*/
.area-footer-menu .menu li{
	margin-right:15px;
	margin-top:15px;
}
.area-footer-menu .menu li:first-child:before {
	content: none;
}
.area-footer-menu .anchor {
	background: #98ced9;
	width: 73px;
	height: 73px;
	font-family: "io-icon";
	font-size: 30px;
	line-height: 73px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: -100px;
	bottom: -30px;
}


/*
	.area-footer
=========================================*/
.area-footer {
	background: #fff;
	padding: 20px 0;
}
.area-footer .logo {
	float: left;
}
.area-footer .logo:after {
	content: "";
	display: block;
	clear: both;
}
.area-footer .logo a {
	display: block;
	float: left;
	max-width: 406px;
	margin: 0 30px 0 0;
}
.area-footer .copyright {
	/*float: right;*/
	text-align: left;
	font-size: .9rem;
	line-height: 1.75;
	color:#7f7f7f;
}


/*
	.area-bread
=========================================*/
.area-bread {
	padding: 5px;
}
.area-bread ol {
	line-height: 2;
}
.area-bread ol:after {
	content: "";
	display: block;
	clear: both;
}
.area-bread ol li {
	float: left;
}
.area-bread ol li:before {
	content: ">";
	padding: 0 0.5em;
}
.area-bread ol li:first-child:before {
	content: none;
}
.area-bread ol li a[href] {
	color: #df6b84;
}


/*
	.area-title
=========================================*/
.area-title1 {
	background: url(../img/bg-title1.png) 50% 50% repeat-y #fff;
	background-size: auto 100%;
}
.area-title1 .title {
	padding: 0 8px;
	font-weight: bold;
	font-size: 1.6875em;
	line-height: 1.4;
	color: #115e66;
}
.area-title1 .title:before {
	content: "";
	display: inline-block;
	height: 125px;
	vertical-align: middle;
}
.area-title1 .title>.wrap {
	display: inline-block;
	vertical-align: middle;
}

.area-title1--top {
	background: none;
}
.area-title1--top .title {
	/*margin: 0 -100px;*/
	margin: 0 auto;
	padding: 0;
}
.area-title1--top .title:before {
	content: none;
}

.area-title2 {
	background: url(../img/bg-title2.png) 50% 50% repeat-y #fff;
	background-size: auto 100%;
}
.area-title2 .title {
	padding: 0 8px;
	font-weight: bold;
	font-size: 1.6875em;
	line-height: 1.4;
	color: #115e66;
}
.area-title2 .title:before {
	content: "";
	display: inline-block;
	height: 125px;
	vertical-align: middle;
}
.area-title2 .title>.wrap {
	display: inline-block;
	vertical-align: middle;
}

.area-title2--top {
	background: none;
}
.area-title2--top .title {
	/*margin: 0 -100px;*/
	margin: 0 auto;
	padding: 0;
}
.area-title2--top .title:before {
	content: none;
}




.area-title {
	background: url(../img/bg-title.png) 50% 50% repeat-y #fff;
	background-size: auto 100%;
}
.area-title .title {
	padding: 0 8px;
	font-weight: bold;
	font-size: 1.6875em;
	line-height: 1.4;
	color: #115e66;
}
.area-title .title:before {
	content: "";
	display: inline-block;
	height: 125px;
	vertical-align: middle;
}
.area-title .title>.wrap {
	display: inline-block;
	vertical-align: middle;
}

.area-title--top {
	background: none;
}
.area-title--top .title {
	/*margin: 0 -100px;*/
	margin: 0 auto;
	padding: 0;
}
.area-title--top .title:before {
	content: none;
}








/*
	.area-body
=========================================*/
.area-body {
	padding: 20px 0;
}
.area-body a[href] {
	color: #1378bb;
}

.tbanner{
	
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
}
/*
	.area-body-main
=========================================*/
.area-body-main {
	background: #fff;
	box-sizing: border-box;
	float: right;
	width: 860px;
	padding: 30px;
	border-radius: 6px;
}
.area-body-main:before {
	content: "";
	background: #c1e0f1;
	display: block;
	width: 220px;
	height: 100%;
	margin: 0 20px 0 0;
	border-radius: 6px;
	position: absolute;
	top: 0;
	right: 100%;
}


/*
	.area-body-side
=========================================*/
.area-body-side {
	background: #ffffff;
	box-sizing: border-box;
	width: 220px;
	float: left;
	border-radius: 6px;
}
.area-body-side .header {
	background: #4baabc;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	border-radius: 6px 6px 0 0;
	color: #fff;
}
.area-body-side .header:before {
	content: "";
	display: inline-block;
	height: 50px;
	vertical-align: middle;
}
.area-body-side .header i {
	font-size: 30px;
}
.area-body-side .header .wrap {
	margin: 0 0 0 0.25em;
	font-weight: bold;
	font-size: 1.25em;
}
.area-body-side .menu {
	background: #fff;
	margin: 0 0 6px;
	font-weight: bold;
}
.area-body-side .menu>li {
	border-top: 3px solid #ddd;
	font-size: 0.9375em;
}
.area-body-side .menu>li:first-child {
	border-top: none;
}
.area-body-side .menu>li>a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 3px;
	line-height: 1.425;
	text-decoration: none;
}
.area-body-side .menu>li>a:before {
	content: "";
	display: inline-block;
	min-height: 44px;
	padding: 0 6px 0 0;
	border-left: 4px solid #df6b84;
	vertical-align: middle;
	font-family: "io-icon";
	font-size: 12px;
	line-height: 44px;
	color: #f88600;
}
.area-body-side .menu>li>a[href]:before {
	content: ">";
	padding: 0 8px 0 5px;
}
.area-body-side .menu ul {
	padding: 8px 3px;
}
.area-body-side .menu ul li {
	margin: 1px 0;
}
.area-body-side .menu ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	padding-right: 5px;
	padding: 3px 5px 3px 0;
	font-weight: normal;
	line-height: 1.68;
	text-decoration: none;
}
.area-body-side .menu ul li a:before {
	content: ">";
	display: block;
	padding: 0 8px;
	font-family: "io-icon";
	font-size: 12px;
	color: #f88600;
}
.area-body-side .menu ul ul {
	padding: 0;
}
.area-body-side .menu ul ul li a {
	padding-left: 16px;
}
.area-body-side .menu ul ul li a:before {
	content: "-";
}
.area-body-side .menu a[href].current,
.area-body-side .menu a[href]:hover {
	background: #ffe8bc;
}


/*
	.area-overlay
=========================================*/
.area-overlay {
	background: rgba(0,0,0,0.7);
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
.area-overlay .frame {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.area-overlay .frame .close {
	padding: 5px;
	text-shadow: 0 0 2px #000;
	font-family: "io-icon";
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.area-overlay .frame .image {
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}
.area-overlay .modal {
	background: #fff;
	box-sizing: border-box;
	width: 700px;
	padding: 50px 30px 20px;
	border-radius: 6px;
}
.area-overlay .modal p {
	text-align: left;
	line-height: 1.5;
}
.area-overlay .modal h2 {
	margin: 40px 0;
	font-weight: bold;
	font-size: 1.375em;
	line-height: 1.55;
}
.area-overlay .modal ul {
	display: inline-block;
	margin: 0 0 0 -27px;
}
.area-overlay .modal ul:after {
	content: "";
	display: block;
	clear: both;
}
.area-overlay .modal ul li {
	float: left;
	width: 304px;
	margin: 4px 0 4px 27px;
}
.area-overlay .modal ul li p {
	margin: 4px 0 0;
	text-align: center;
	font-size: 0.875em;
	line-height: 1.43;
}
.area-overlay .modal ul li a {
	background: #777;
	display: block;
	border-radius: 3px;
	font-size: 1.5em;
	color: #fff;
}
.area-overlay .modal ul li a:before {
	content: "";
	display: inline-block;
	height: 76px;
	vertical-align: middle;
}
.area-overlay .modal ul li a.yes {
	background-color: #115e66;
}
.area-overlay .modal ul li a>.wrap {
	display: inline-block;
	vertical-align: middle;
}
.area-overlay .modal ul li a>.wrap:before {
	content: ">";
	display: inline-block;
	margin: 0 0.5em 0 0;
	font-family: "io-icon";
	font-size: 16px;
	color: #ffae12;
}


/*
	.section-index
=========================================*/
.section-index p.lead {
	margin: 10px 0 0;
	line-height: 1.625;
}
.section-index .block {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: n;
}
.section-index .block>li {
	counter-increment: n;
	background: #fff;
	width: 540px;
	margin: 25px 0 0 0;
	border-radius: 6px;
	overflow: hidden;
}
.section-index .block>li .header {
	min-height: 50px;
	box-sizing: border-box;
	padding: 11px 14px;
}
.section-index .block>li .header h2 {
	font-size: 1.5em;
	line-height: 1.375;
}
.section-index .block>li .header h2:before {
	/*content: attr(data-pretext) counter(n);*/
	content: "";
	background: #ffae12;
	display: inline-block;
	margin: 0 0.5em 0 0;
	/*padding: 6px 11px;*/
	padding:5px;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 0.667em;
	white-space: nowrap;
	color: #fff;
}
.section-index .block>li .header h2>.wrap {
	display: inline-block;
	vertical-align: middle;
	font-size:1.2rem;
	transform:rotate(0.03deg);
}
.section-index .block>li .body {
	box-sizing: border-box;
	padding: 14px;
	border-top: 3px solid #ddd;
	line-height: 1.625;
}
.section-index .block>li .link {
	padding: 0 14px;
	border-top: 3px solid #ddd;
	font-size: 1.125em;
	line-height: 1.333;
	overflow: hidden;
}
.section-index .block>li .link>ul {
	margin: 0 0 -1px;
}
.section-index .block>li .link ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-index .block>li .link li {
	width: 244px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.section-index .block>li .link li a {
	display: inline-block;
	padding: 6px 0 6px 20px;
	position: relative;
	font-size:14px;
}
.section-index .block>li .link li a:before {
	content: ">";
	display: inline-block;
	font-family: "io-icon";
	font-size: 12px;
	color: #f88600;
	text-indent: -18px;
}
.section-index .block>li .link:first-child {
	padding: 16px 14px;
	border: none;
}
.section-index .block>li .link:first-child>a {
	display: inline-block;
	padding: 6px 0 6px 20px;
	position: relative;
}
.section-index .block>li .link:first-child>a:before {
	content: ">";
	display: inline-block;
	font-family: "io-icon";
	font-size: 12px;
	color: #f88600;
	text-indent: -18px;
}
.section-index .block>li .link li ul {
	padding: 0 0 0 20px;
	border-top: 1px solid #ddd;
}
.section-index .block>li .link li ul li {
	border-bottom: none;
}
.section-index .block>li .link li ul li a:before {
	content: "-";
}
.section-index .block>li.full {
	width: auto;
	min-width: 540px;
}
.section-index .block>li.full li {
	width: 522px;
}
.section-index .block>li.full li li {
	width: 100%;
}
.section-index .block li p.break{
	word-break: break-all;
	text-align: left;
}
/*
	.section-relation
=========================================*/
.section-relation {
	margin: 30px 0 0;
	border-top: 1px solid #b9cedd;
}
.section-relation .block {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-relation .block>li {
	background: #fff;
	box-sizing: border-box;
	width: 540px;
	margin: 30px 0 0;
	padding: 16px 14px;
	border-radius: 6px;
	font-size: 1.125em;
}
.section-relation .block>li a {
	display: inline-block;
	padding: 6px 0 6px 20px;
	position: relative;
}
.section-relation .block>li a:before {
	content: ">";
	display: inline-block;
	font-family: "io-icon";
	font-size: 12px;
	color: #f88600;
	text-indent: -18px;
}
.section-relation .block>li a small {
	font-size: 0.778em;
}
.section-relation p.block {
	margin: 30px 0 0;
}
.section-relation .block.block-bnr{
	margin-top: -60px;
    text-align: right;
    display: block;
}


/*
	.section-header
=========================================*/
.section-header {
	margin: -18px -30px 30px;
	padding: 0 30px 12px 34px;
	border-bottom: 3px solid #ddd;
	font-weight: bold;
}
.section-header:before {
	content: "";
	display: block;
	height: calc(100% - 12px);
	border-left: 6px solid #ffae12;
	position: absolute;
	top: 0;
	left: 15px;
}
.section-header .sub-title {
	font-size: .9rem;
	line-height: 2.6;
	color: #717171;
	font-weight:normal;
}
.section-header .sub-title span{
	
	padding-right:20px;
	
}
.section-header .title {
	font-size: 1.625em;
	line-height: 1.23;
	color: #115e66;
}


/*
	.section-body
=========================================*/
.section-body h3 {
	clear: both;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2;
	color: #115e66;
}
.section-body ul+h3,
.section-body p+h3 {
	margin: 2em 0 0;
}
.section-body p+h3.mg-top{
	margin-top: 20px;
}
.section-body h3 i {
	vertical-align: baseline;
	font-family: "MEiryo UI", "helvetica", sans-serif;
	color: #ffae12;
}
/*.section-body h4 {*/
/*	clear: both;*/
/*	margin: 0.5em 0;*/
/*	padding: 0 0 0 0.5em;*/
/*	border-left: 5px solid #df6b84;*/
/*	font-size: 1.125em;*/
/*	line-height: 1.5;*/
/*}*/
.section-body h4 {
	clear: both;
	margin: 0.5em 0;
	font-size: 1.125em;
	line-height: 1.5;
}

.section-body h4 a:before{
    	content: "●";
	padding: 0 8px;
	font-family: "io-icon";
	color: #f88600;
}
.section-body h4.noborder {
	padding: 0;
	border: none;
}
.section-body p+h4 {
	margin-top: 1.5em;
}
.section-body p {
	line-height: 2;
}
.section-body table+p,
.section-body .zoom+p,
.section-body ul+p,
.section-body p+p {
	margin-top: 1em;
}
.section-body p a {
	text-decoration: underline;
}
.section-body ul {
	line-height: 1.5;
}
.section-body table+ul,
.section-body p+ul,
.section-body ul+ul {
	margin-top: 2em;
}
.section-body ul li {
	display: table;
	padding: 0.25em 0;
}
/*.section-body ul li:before {
	content: "\2022";
	display: table-cell;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 1em;
	padding: 0 0.25em 0 0;
	text-align: center;
	white-space: nowrap;
}*/
.section-body ul li[data-icon]:before {
	content: attr(data-icon);
}
.section-body ul li ul li:before {
	content: "≫";
}
.section-body ul li ul li[data-icon]:before {
	content: attr(data-icon);
	display: table-cell;
	color: inherit;
}
.section-body ul.horizontal {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-body ul.horizontal li {
	margin-right: 1em;
}
.section-body ul.horizontal li:before {
	content: "\25A0";
}
.section-body ul.horizontal li[data-icon]:before {
	content: attr(data-icon);
}
.section-body ul.horizontal li[data-icon=""]:before {
	content: none;
}
.section-body ul.divide-3:after,
.section-body ul.divide-2:after {
	content: "";
	display: block;
	clear: both;
}
.section-body ul.divide-2 li {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-right: 1em;
}
.section-body ul.divide-3 li {
	box-sizing: border-box;
	float: left;
	width: 33%;
}
.section-body ul.alert {
	background-repeat: no-repeat;
	padding-left: 60px;
}
.section-body ul.alert li:before{
	color: #ed4d78;
}
.section-body ul.image {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.section-body ul.image li {
	display: block;
	margin: 1em 0 2em;
}
.section-body ul.image li h4 {
	padding: 0;
	border: none;
}
.section-body img {
	max-width: 750px;
}
.section-body table {
	margin: 2em 0;
}
.section-body h4+table {
	margin-top: 0;
}
.section-body table th,
.section-body table td {
	padding: 10px;
	border: 2px solid #ddd;
	vertical-align: middle;
	line-height: 1.5;
}
.section-body table thead th {
	background: #df6b84;
	text-align: center;
	color: #fff;
}
.section-body table th {
	white-space: nowrap;
}
.section-body table.spec {
	width: 100%;
	margin-top: 1em;
}
.section-body table.spec th,
.section-body table.spec td {
	padding: 10px 1.5em;
	border-style: solid none;
	border-width: 1px;
}
.section-body table.spec th {
	background: #f2f2f2;
}
.section-body table.plugin {
	width: 100%;
	table-layout: fixed;
	margin-top: 1em;
}
.section-body table.plugin th,
.section-body table.plugin td {
	padding: 10px 1.5em;
	border-width: 1px;
	text-align: center;
}
.section-body table.plugin th {
	background: #f2f2f2;
	color: inherit;
	white-space: normal;
}
.section-body table.plugin th:first-child,
.section-body table.plugin td:first-child {
	border-left: none;
}
.section-body table.plugin th:last-child,
.section-body table.plugin td:last-child {
	border-right: none;
}
.section-body table.definition {
	width: 100%;
	margin: 0;
}
.section-body table.definition td,
.section-body table.definition th {
	border: none;
	border-top: 1px solid #ffe8bc;
	vertical-align: top;
}
.section-body table.definition tr:first-child td,
.section-body table.definition tr:first-child th {
	border: none;
}
.section-body .float {
	float: right;
	max-width: 300px;
	margin: 0 0 1em 1em;
}
.section-body .float--left {
	float: left;
}
.section-body .float--left.img-box {
	max-width: 300px;
	margin: 0 0 1em 1em;
}
.section-body .float img {
	max-width: 100%;
}
.section-body .column {
	margin:2em 0;
	padding: 15px;
	border: 3px solid #ffe8bc;
	border-radius: 6px;
}
.section-body .column.prev-img{
	clear:both;
}
.section-body .column.opdivo{
	margin: 0.5em 0 2em;
}
.section-body .column h4 {
	padding: 0;
	border: none;
}
.section-body .column--caption {
	margin: 2em 20px;
	border-color: #4baabc;
}
.section-body .column--image {
	border-color: #ddd;
}
.section-body .column--alert {
	border-color: #ed4d78;
}
.section-body .column--alert h3,
.section-body .column--alert li:before {
	color: #ed4d78;
}
.section-body .column--border {
	border: 1px solid #333;
	border-radius: 0;
}
.section-body .collect {
	background: #deeff8;
	margin: 2em 0 0;
	padding: 15px;
	border-radius: 6px;
}
.section-body .zoom {
	margin: 2em 0;
	text-align: center;
	line-height: 1;
}
.section-body .zoom a {
	display: inline-block;
	padding: 10px;
	border: 2px solid #ddd;
	border-radius: 6px;
	text-decoration: none;
	color: inherit;
}
.section-body .zoom a:before {
	content: "\E902";
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
	font-family: "io-icon";
	color: #ffae12;
}
.section-body .zoom a>.wrap {
	display: inline-block;
	vertical-align: middle;
}
.section-body .movie {
	margin: 2em 0;
}


/*
	.section-checklist
=========================================*/
.section-checklist {
	background: url(../img/checklist-body.png) 50% 0 repeat-y;
	width: 635px;
	margin: 30px auto;
	padding: 0 40px;
}
.section-checklist:before {
	content: "";
	background: url(../img/checklist-head.png) 50% 0 no-repeat;
	display: block;
	height: 89px;
	margin: 0 -40px;
}
.section-checklist:after {
	content: "";
	background: url(../img/checklist-bottom.png) 50% 0 no-repeat;
	display: block;
	height: 30px;
	margin: 0 -40px;
}
.section-checklist h3 {
	margin: 0 10px;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2;
	color: #115e66;
}
.section-checklist input {
	display: none;
}
.section-checklist input+label {
	background: #FFF5D9;
	display: block;
	min-height: 30px;
	margin: 0 0 10px;
	padding: 10px 10px 10px 50px;
	line-height: 1.5;
	cursor: pointer;
	position: relative;
}
.section-checklist input+label:before {
	content: "";
	display: inline-block;
	height: 30px;
	vertical-align: middle;
}
.section-checklist input+label:after {
	content: "";
	background: url(../img/icon-checklist.png) 0 0 no-repeat;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.section-checklist input:checked+label {
	background: #FFDF81;
}
.section-checklist input:checked+label:after {
	background-position: 0 100%;
}
.section-checklist input+label>.wrap {
	display: inline-block;
}


/*
	.section-anchor
=========================================*/
.section-anchor {
	margin: 14px 14px 45px;
}
.section-anchor ul {
	background: #fff;
	margin: 24px 0;
	padding: 12px 16px;
	border-radius: 6px;
}
.section-anchor ul:after {
	content: "";
	display: block;
	clear: both;
}
.section-anchor ul li {
	float: left;
	margin: 2px 24px 2px 0;
}
.section-anchor ul li a:before {
	content: ">";
	display: inline-block;
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	text-decoration: none;
	font-family: "io-icon";
	color: #f88600;
	transform: rotate(90deg);
}
.section-anchor ul li a:hover {
	text-decoration:none;
}
.section-anchor ul li a:hover>.wrap {
	text-decoration:none;
	font-color:#2f00ec;
}


/*
	.section-faq
=========================================*/
.section-faq {
	margin: 14px 0;
}
.section-faq h2 {
	margin: 24px 0;
	font-weight: bold;
	font-size: 1.5em
}
.section-faq dl {
	background: #fff;
	margin: 16px 0;
	border-radius: 6px;
	line-height: 1.75;
}
.section-faq dl dt {
	padding: 22px 60px;
	cursor: pointer;
}
.section-faq dl dt:before {
	content: "Q";
	background: #ffae12;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
	font-family: "io-icon";
	font-size: 21px;
	line-height: 35px;
	color: #fff;
	position: absolute;
	top: 17px;
	left: 14px;
}
.section-faq dl dt:after {
	content: "\E903";
	background: #c9c9c9;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
	font-family: "io-icon";
	font-size: 21px;
	line-height: 35px;
	color: #fff;
	position: absolute;
	top: 17px;
	right: 14px;
}
.section-faq dl dt.open:after {
	content: "\E905";
}
.section-faq dl dd {
	display: none;
	padding: 20px 16px 16px 60px;
}
.section-faq dl dd:before {
	content: "A";
	background: #df6b84;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
	font-family: "io-icon";
	font-size: 21px;
	line-height: 35px;
	color: #fff;
	position: absolute;
	top: 17px;
	left: 14px;
}
.section-faq dl dt.open+dd {
	display: block;
}
.section-faq dl dd:after {
	content: "";
	display: block;
	clear: both;
}
.section-faq dl dd .float {
	max-width: 350px;
}
.section-faq dl dd ul+p,
.section-faq dl dd p+p {
	margin-top: 0.7em;
}
.section-faq dl dd p+ul {
	margin-top: 0.7em;
}


/*
	.section-rule
=========================================*/
.section-rule {
	background: #fff;
	box-sizing: border-box;
	margin: 25px 0;
	padding: 30px;
	border-radius: 6px;
}


/*
	.section-pagination
=========================================*/
.section-pagination {
	clear: both;
	margin: 20px 0 0;
	padding: 24px 0 0;
	border-top: 3px solid #ddd;
}
.section-pagination:after {
	content: "";
	display: block;
	clear: both;
}
.section-pagination a {
	background: #efefef;
	display: none;
	/*border-radius: 6px;*/
}
.section-pagination a[href] {
	display: block;
}
.section-pagination a:hover {
	text-decoration: none;
}
.section-pagination a.prev {
	float: left;
}
.section-pagination a.prev:before {
	content: "<";
	display: inline-block;
	vertical-align: middle;
	padding-left: 1em;
	font-family: "io-icon";
	font-size: 12px;
	line-height: 38px;
	color: #f88600;
}
.section-pagination a.next {
	float: right;
}
.section-pagination a.next:after {
	content: ">";
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
	font-family: "io-icon";
	font-size: 12px;
	line-height: 38px;
	color: #f88600;
}
.section-pagination a>.wrap {
	display: inline-block;
	padding: 0 1em;
	vertical-align: middle;
}


/*
	.section-home-menu
=========================================*/
.section-home-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 10px 0 30px;
}
.section-home-menu .block {
	background: #fff;
	width: 540px;
	border-radius: 6px;
}
.section-home-menu .block .image{
	text-align: center;
}
.section-home-menu .block .header {
	padding: 18px 14px;
	font-size: 1.2em;
}
.section-home-menu .block .header i {
	background: #ffae12;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 8px 0 0;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
	font-size: 33px;
	line-height: 50px;
	color: #fff;
}
.section-home-menu .block .header h2>.wrap {
	display: inline-block;
	vertical-align: middle;
}
.section-home-menu .block .link:empty {
	text-align: center;
}
.section-home-menu .block .link:empty:before {
	content: "";
	display: inline-block;
	height: 135px;
	vertical-align: middle;
}
.section-home-menu .block .link:empty:after {
	content: "Coming Soon";
	display: inline-block;
	vertical-align: middle;
	font-size: 1.25em;
	color: #aaa;
}
.section-home-menu .block .link {
	padding: 16px 14px;
	font-size: 1.0625em;
	line-height: 1.333;
}
.section-home-menu .block .link ul li {
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 49.4%;
	/*width: 250px;*/
}
.section-home-menu .block:first-child li:first-child{
	width: 45%;
	overflow:hidden;
}
.section-home-menu .block .link ul li.not {
	border-bottom-style: none;
}
.section-home-menu .block .link ul li a,
.section-home-menu .block .link ul li .no-link {
	display: inline-block;
	padding: 6px 0 6px 2px;
	position: relative;
	font-size:14px;
}
.section-home-menu .block .link ul li a:before,
.section-home-menu .block .link ul li .no-link:before {
	content: ">";
	display: inline-block;
	/*text-indent: -18px;*/
  width:18px;
	font-family: "io-icon";
	font-size: 12px;
	color: #f88600;
}
.section-home-menu .block .link ul li .no-link {
	display: inline-block;
	padding: 6px 0 6px 2px;
	position: relative;
	color: #aaa;
}
.section-home-menu .block .link ul li .no-link:before {
	content: ">";
	display: inline-block;
	/*text-indent: -18px;*/
  width:18px;
	font-family: "io-icon";
	font-size: 12px;
	color: #f88600;
}

/*
	.section-home-information
=========================================*/
.section-home-information {
	display: -webkit-flex;
	display: flex;
	margin: 30px 0;
}
.section-home-information h2 {
	background: #4baabc;
	padding: 20px;
	border-radius: 6px 0 0 6px;
	white-space: nowrap;
	font-size: 1.5em;
	color: #fff;
}
.section-home-information h2:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.section-home-information h2>.wrap {
	display: inline-block;
	vertical-align: middle;
}
.section-home-information ul {
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	border-radius: 0 6px 6px 0;
}
.section-home-information ul dl {
	display: -webkit-flex;
	display: flex;
	padding: 0.5em 0;
}
.section-home-information ul dl dt {
	padding-right: 1em;
}
.section-home-information ul dl dd {
	color: #df6b84;
}


/*
	.btm-mg
=========================================*/
.btm-mg{
	margin-bottom: 30px;
}
.btm-mg1em{
	margin-bottom: 1em !important;
}
.section-body .collect.btm-mg{
	margin-bottom: 30px;	
}

/*
	.top-mg
=========================================*/
.top-mg{
	margin-top: 5px;
}
.section-body .collect.top-mg{
	margin-top: 5px;	
}

/*新增相关内容样式*/


	.section-index
=========================================*/
.section-article p.lead {
	margin: 10px 0 0;
	line-height: 1.625;
}
.section-article .block {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: n;
}
.section-article .block>li {
	counter-increment: n;
	background: #fff;
	width: 540px;
	margin: 25px 0 0 0;
	border-radius: 6px;
	overflow: hidden;
}
.section-article .block>li .header {
	min-height: 50px;
	box-sizing: border-box;
	padding: 11px 14px;
}
.section-article .block>li .header h2 {
	font-size: 1.5em;
	line-height: 1.375;
}
/*.section-article .block>li .header h2:before {
	content: attr(data-pretext) counter(n);
	background: #ffae12;
	display: inline-block;
	margin: 0 0.5em 0 0;
	padding: 6px 11px;
	border-radius: 3px;
	vertical-align: middle;
	font-size: 0.667em;
	white-space: nowrap;
	color: #fff;
}*/
.section-article .block>li .header h2>.wrap {
	display: inline-block;
	vertical-align: middle;
	font-size:1.2rem;
	transform:rotate(0.03deg);
}
.section-article .block>li .body {
	box-sizing: border-box;
	padding: 14px;
	border-top: 3px solid #ddd;
	line-height: 1.625;
}
.section-article .block>li .link {
	padding: 0 14px;
	border-top: 3px solid #ddd;
	font-size: 1.125em;
	line-height: 1.333;
	overflow: hidden;
}
.section-article .block>li .link>ul {
	margin: 0 0 -1px;
}
.section-article .block>li .link ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-article .block>li .link li {
	width: 244px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.section-article .block>li .link li a {
	display: inline-block;
	padding: 6px 0 6px 20px;
	position: relative;
	font-size:14px;
}
.section-article .block>li .link li a:before {
	content: ">";
	display: inline-block;
	font-family: "io-icon";
	font-size: 12px;
	color: #f88600;
	text-indent: -18px;
}
.section-article .block>li .link:first-child {
	padding: 16px 14px;
	border: none;
}
.section-article .block>li .link:first-child>a {
	display: inline-block;
	padding: 6px 0 6px 20px;
	position: relative;
}
.section-article .block>li .link:first-child>a:before {
	content: ">";
	display: inline-block;
	font-family: "io-icon";
	font-size: 12px;
	color: #f88600;
	text-indent: -18px;
}
.section-article .block>li .link li ul {
	padding: 0 0 0 20px;
	border-top: 1px solid #ddd;
}
.section-article .block>li .link li ul li {
	border-bottom: none;
}
.section-article .block>li .link li ul li a:before {
	content: "-";
}
.section-article .block>li.full {
	width: auto;
	min-width: 540px;
}
.section-article .block>li.full li {
	width: 522px;
}
.section-article .block>li.full li li {
	width: 100%;
}
.section-article .block li p.break{
	word-break: break-all;
	text-align: left;
}
.section-article .block .header i {
	background: #ffae12;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px 0 0;
	border-radius: 15px;
	vertical-align: middle;
	text-align: center;
	font-size: 25px;
	line-height: 40px;
	color: #fff;
}
/*nolinke*/
.area-body-side .menu ul li .nolinke {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	padding-right: 5px;
	padding: 3px 5px 3px 15px;
	font-weight: normal;
	line-height: 1.68;
	text-decoration: none;
}
.area-body-side .menu ul li .nolinke:before {
	content: "-";
	display: block;
	padding: 0 8px;
	font-family: "io-icon";
	font-size: 12px;
	color: #f88600;
}
.area-body-side .menu li .nolinke {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
	padding-right: 5px;
	padding: 3px 5px 3px 0;
	font-weight: normal;
	line-height: 1.68;
	text-decoration: none;
}
.area-body-side .menu li .nolinke:before {
	content: ">";
	display: block;
	padding: 0 8px;
	font-family: "io-icon";
	font-size: 12px;
	color: #f88600;
}
/*分页*/
#pageNav { 
font-size:14px; 
margin: 15px auto 0; 
text-align: center; 
} 
#pageNav ul { 
list-style-type: none; 
overflow: hidden; 
} 
#pageNav ul li { 
background-color: #FFFFFF; 
border: 1px solid #CCDBE4; 
color: #0B3B8C; 
display: block; 
height: 24px; 
line-height: 24px;
margin: 0 5px; 
padding: 0 8px; 
float: left; 
} 
#pageNav ul li a { 
background-color: #FFFFFF; 
color: #0B3B8C; 
padding: 0 3px; 
} 
#pageNav ul li a:hover { 
color: #D87D08; 
} 
#pageNav ul li.hover { 
border: 0 none; 
color: #000000; 
font-weight: bold; 
} 
#pageNav ul li.hover a { 
color: #000000; 
}



/* 分页*/
.pages {

}

.pages a,
.pages span {
    display: inline-block!important;
    font-size: 14px;
    padding: 6px 12px;
    margin: 5px 5px 0;
}

.pages a {
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
}

.pages span {
    background: #df6b84;
    color: #fff;
    border: 1px solid #df6b84;
}

.pages a:hover {
    background: #df6b84;
    color: #fff;
}
