@charset "UTF-8";

/*
Created by Zheng Zhao
Created Day 4.15.2019
*/
body {
	margin: 0px;
	font-family: Helvetica, sans-serif, Verdana, Arial;
	font-size: 0.9em;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: green;
}

p {
	text-align: justify;
	line-height: 23px;
	margin: 11px 0 8px 0;
	padding-bottom: 5px;
}

ul {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

textarea {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: green;
}

select {
	background-color: #fff;
}
/* head */
#head {
	width: 100%;
	background-color: #f8cf5f;
	height: 100px;
	color: #000;
	position: fixed;
	top: 0;
}

#head_bg {
	margin: 0 auto;
	width: 1050px;
	height: 100px;
	background: url(../images/logo_v1.png) no-repeat;
	background-size: 25%;
}

#head_txt {
	float: left;
	margin: 2px 0 0 30px;
}

#head_txt .name {
	margin-top: 0px;
}

#head_txt .en_name {
	font-size: 14.5px;
	color: #ffc354;
}

#head_txt .ch_name {
	font-size: 18px;
}

#head_txt a {
	color: #fff;
}

#head_nav {
	float: right;
	font-size: 16px;
	display: block;
}

#head_nav .nav {
	list-style: none;
	margin: 0px;
}

#head_nav .nav>li {
	float: none;
	display: inline-block;
	vertical-align: top;
}

#head_nav .nav>li>a {
	display: block;
	padding: 65px 5px 13px 5px;
	color: #000;
}

#head_nav>.nav>.active>a {
	color: #3CC;
	background-color: #fff;
	border-bottom: 5px solid #6a9452;
}

#head_nav>.nav>li>a:hover {
	color: #3CC;
	background-color: #ececec;
}

.open {
	color: #3CC;
	background-color: #ececec;
	border-bottom: 5px solid #6a9452;
}

/* body */
#content {
	-moz-box-shadow: 1px 3px 10px #000, 2px 2px 5px #000;
	-webkit-box-shadow: 1px 3px 10px #000, 2px 2px 5px #000;
	box-shadow: 1px 3px 10px #000, 2px 2px 3px #000;
	width: 1100px;
	padding: 0;
	margin: 110px auto 30px auto;
}

#content1 {
	padding: 5px;
	margin: 5px auto 5px auto;
}

#content2 {
	margin: 5px auto 5px auto;
}

#content2 th {
	color: #08c;
	border: 1px solid #eeeeee;
	padding: 5px 10px;
	text-align: right;
}

#content2 td {
	border: 1px solid #eeeeee;
	padding: 5px;
}

#content2 .odd {
	background-color: #f9f9f9;
}

#details th {
	color: #08c;
	border: 1px solid #eeeeee;
	padding: 5px 10px;
	text-align: right;
}

#details td {
	border: 1px solid #eeeeee;
	padding: 5px;
}

#details .odd {
	background-color: #f9f9f9;
}

#content a:hover {
	text-decoration: underline;
	color: green;
}

#center>ul {
	padding: 10px 0 9px 35px;
	margin: 0;
}

#center>ul>li {
	margin-bottom: 10px;
}

#content h2 {
	margin: 0;
	padding: 15px 0 8px 0;
	color: #696969;
	font-size: 22px;
	font-weight: normal;
}

#content h3 {
	color: #696969;
	margin: 0;
	padding: 8px 0 5px 0;
	font-weight: normal;
	text-decoration: 24px;
}

#content1 h2 {
	margin: 0;
	color: #696969;
	font-size: 22px;
	font-weight: normal;
}

#content1 h3 {
	color: #696969;
	margin: 0;
	padding: 8px 0 5px 0;
	font-weight: normal;
	text-decoration: 24px;
}

#cotent1>#center {
	width: 98%;
	margin: 10px auto;
	padding: 10px 0;
}

#center #news ul {
	padding: 10px 0 9px 35px;
	margin: 0;
}

#center #news li {
	margin-bottom: 10px;
}

#content #news {
	height: 50px;
	overflow-y: scroll;
}

#content #statistics table {
	font-size: 12px;
	border-collapse: collapse;
	border-top: 2px solid #6678b1;
	border-bottom: 2px solid #6678b1;
}

#content #statistics th {
	border-bottom: 2px solid #6678b1;
	padding: 10px;
}

#content #statistics .odd {
	background-color: #71ab61;
}

#content #statistics .odd td {
	color: #fff;
}

#content #statistics td {
	padding: 10px;
	text-align: center;
}

pre {
	font-family: Helvetica, sans-serif, Verdana, Arial;
	border: solid 1px #ddd;
	border-radius: 5px;
	background-color: #eee;
	padding: 10px 20px;
	-moz-box-shadow: 1px 3px 10px #000, 2px 2px 5px #000;
	-webkit-box-shadow: 1px 3px 10px #000, 2px 2px 5px #000;
	box-shadow: 1px 3px 10px #000, 2px 2px 3px #000;
}

.tab-content textarea {
	font-family: Helvetica, sans-serif, Verdana, Arial;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 10px 20px;
	-moz-box-shadow: 1px 3px 10px #000, 2px 2px 5px #000;
	-webkit-box-shadow: 1px 3px 10px #000, 2px 2px 5px #000;
	box-shadow: 1px 3px 10px #000, 2px 2px 3px #000;
}

#center {
	width: 95%;
	margin: 10px auto;
	padding: 10px 0;
}

#overview table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 0.9em;
	padding: 5px;
	border-collapse: collapse;
	text-align: center;
	border-top: 2px solid #6678b1;
	border-bottom: 2px solid #6678b1;
	width: 100%;
}

#overview table th {
	font-size: 1em;
	font-weight: normal;
	color: #039;
	border-bottom: 2px solid #6678b1;
	padding: 10px 8px;
}

#overview table td {
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 10px 8px;
}

.data_download_table table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 0.9em;
	padding: 5px;
	background: #ffffee;
	width: 100%;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #000, 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 4px #000, 0px 0px 0px #000;
	box-shadow: 0px 0px 4px #000, 0px 0px 0px #000;
}

.data_download_table table td {
	color: #669;
	padding: 5px 8px;
}

fieldset {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	background-color: #fafafa;
}

.analyse_table {
	border-collapse: collapse;
	text-align: left;
}

.analyse_table td {
	padding: 10px 5px 10px 0;
}

.analyse_table .element {
	padding-right: 25px;
}

/*
#flow>p {
	text-align: center;
	line-height: 23px;
	margin: 0;
	padding-bottom: 5px;
	
}

#flow div {
	padding: 10px;
	border: 1px dotted #aaa;
}
*/
/*footer */
#footer {
	width: 100%;
	min-width: 1100px;
	background: #f8cf5f url(../images/header_back.jpg) repeat-x;
	height: 120px;
	color: #000;
}

#footer_bg {
	text-align: center;
	line-height: 20px;
	padding: 10px;
	margin: 0 auto;
	width: 1100px;
}

#wait {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 1000px;
	width: 100%;
	background-color: #000;
	opacity: 0.5;
}

#wait_info {
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 350px auto;
}

.form-control {
	height: 34px;
	padding: 0 6px;
	color: green;
	/*background-color: #e7efff;*/
	border: 1px solid #ccc;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.btn {
	display: inline-block;
	padding: 8px 12px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.text {
	width: 70px;
}

.btn-gene {
	color: #fff;
	background-color: #919191;
	border-color: #5e5e5e;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}