@charset "utf-8";
/* CSS Document */

header{
	text-align:center;
	padding:0px 0px 50px 0px;
}
header[class="index_H"]{
	padding:0px;
}
header article{
	padding:20px;
	font-size:500%;
	color:#fff;
	background:#00A94F;
	font-weight:bold;
}
header article[class="L_A"]{
	float:left;
	width:25%;
	background:none;
	margin-left:20px;
}
h1{
	font-size:150%;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
	color:#008852;
}
h1 span{
	font-size:70%;
	color:#666;
	padding-left:20px;
}
header aside{
	float:left;
	width:58%;
	font-size:250%;
	margin-top:40px;
	text-align:left;
	padding:10px 50px;
	text-align:justify;
	text-justify:distribute;
	line-height:1.5em;
}
nav{
	clear:both;
	text-align:center;
	padding:80px 20px;
	background:#EDF4DD;
}
.MD_Submit{
	padding:20px 50px;
	text-decoration:none;
	font-size:300%;
	color:#fff;
	border-radius:15px;
	background: #008852;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00a94f), to(#008852));
	background: -webkit-linear-gradient(#00a94f, #008852);
	background: -moz-linear-gradient(#00a94f, #008852);
	background: -ms-linear-gradient(#00a94f, #008852);
	background: -o-linear-gradient(#00a94f, #008852);
	background: linear-gradient(#00a94f, #008852);
	border:5px solid #edf4dd;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}
article{
	background:#efefef;
	padding:20px 50px 50px 50px;
}
article[class="index_a"]{
	background:#efefef;
	padding:0px;
}
article[class="index_a"] li h2{
	font-size:250%;
	margin:5% 0% 0% 0%;
}
article[class="index_a"] li a,article[class="index_a"] li p{
	font-size:150%;
	color:#333;
	margin:0% 0% 5% 0%;
}
.ui-listview .ui-li-has-thumb > .ui-btn > img:first-child{
	max-height:90%;
	max-width:90%;
	top:5%;
	left:2%;
}
.ui-listview > .ui-li-has-thumb > .ui-btn{
	padding-left: 33%;
}
.ui-icon-carat-r:after {
    background-image: url('../images/go.svg');
    background-color: transparent;
	background-size:80%;
}
.ui-listview > li.ui-first-child, .ui-listview > li.ui-first-child > a.ui-btn {
    border: 2px solid #fff;
    border-radius: 20px;
}
.ui-listview > li.ui-last-child, .ui-listview > li.ui-last-child > a.ui-btn ,.ui-listview > li {
    border: 2px solid #fff;
    border-radius: 20px;
}
.ui-btn-icon-notext:after, .ui-btn-icon-left:after, .ui-btn-icon-right:after {
    top: 50%;
    margin-top: -26px;
}
.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
}
article[class="index_a"] li{
	border-color:#fff;
}

ol[class="S_nav"]{
	width:100%;
	height:80px;
	border-bottom:2px dashed #999;
	text-align:center;
	
}
ol[class="S_nav"] li{
	width:30px;
	height:30px;
	border-radius:30px;
	background:#00b058;
	display:inline-block;
	margin-right:20px;
}
ol[class="S_nav"] li[id="Active"]{
	background:#004a2e;
}
section{
	font-size:250%;
	padding:50px;
	background:#fff;
	border-radius:15px;
	float:left;
	position:relative;
	width:100px;
}
h2{
	font-size:140%;
	margin-top:20px;
	color:#008852;
	font-weight:bold;
}
section p{
	padding:10px 0px 20px 0px;
	border-bottom:4px groove #eee;
}
.SE_Out{
	width:5000px;
	height:auto;
	min-height:1744px;
	position:relative;
}
.SE_mask{
	width:100%;
	position:relative;
	overflow:hidden;
}
.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit {
    background-color: #FFF;
    border-color: #FFF;
    color: #333;
    text-shadow: 0px 1px 0px #EEE;
    font-weight: 700;
}
.ui-header .ui-title{
	width:100%;
    font-size: 1em;
    min-height: 1.1em;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 2em 0em 3.5em 0em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: 0px none !important;
}
.ui-content {
    border-width: 0px;
    overflow-y: visible;
    overflow-x: hidden;
    padding:0em;
}
.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
    color: #fff;
	
}
.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    color: #eee;
    font-weight: 700;
}




.go_back{
	background:url(../images/goback.svg) no-repeat center center #fff ;
	background-size:50%;
	height:85%;
	width:100px;
	box-shadow:none;
	border:none;
}
.go_back:active,.go_back:focus{
	background:url(../images/goback2.svg) no-repeat center center #fff ;
	background-size:50%;
	height:85%;
	width:100px;
	box-shadow:none;
	border:none;
}

.ui-page-theme-a .ui-btn,.ui-page-theme-a .ui-btn:hover,.ui-page-theme-a .ui-btn:focus{
	background-color:transparent;
	box-shadow:none;
}

.ui-title{
	background:url(../images/CI.svg) no-repeat center 30% ;
	background-size:50%;
	height:100px;
}

.ui-footer {
    border-width:0px;
    border-style: solid;
    position: relative;
}
