@charset "utf-8";
/*css reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin:0;
	padding:0
}
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:500
}
i, em, b, code {
	font-style:normal;
	font-weight:normal
}
u {
	text-decoration:none
}
img {
	border:0;
	height:auto;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle
}
ol, ul, li {
	list-style:none
}
ins, a {
	text-decoration:none
}
:focus {
	outline:none
}
fieldset {
	border:0
}
q:before, q:after, blockquote:before, blockquote:after {
	content:""
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
audio, canvas, video {
	display:inline-block;
	*display:inline;
	*zoom:1
}
.cd {
	overflow:hidden;
	_zoom:1
}
.cl {
	*zoom:1
}
.cl:after {
	content:'\20';
	clear:both;
	display:block;
	height:0
}
body, button, input, textarea {
	font:12px/1.5 SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif
	/*font:12px/1.14 SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif*/
}
button, input, textarea {
	font-size:100%
}
table {
	border-collapse:collapse;
	border-spacing:0
}
th {
	text-align:inherit
}
a {
	border:0;
	color:#06d;
	outline:0
}
a:hover {
	color:#ff3333;
	text-decoration:none
}
/*css reset*/
body {
	background-color: #eaeff2;
	padding: 1em;
}
.article_title {
	border-bottom: 1px solid #bdc1c4;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.article_title h1 {
	font-size: 22px;
	font-weight: 700px;
	line-height: 1.4;
}
.content {
	padding: 0 0 80px;
}
.content img {
    max-width: 90%;
}
.article_content {
	font-size:15px;
	line-height: 1.5;
	margin-bottom: 1.6em;
}
.article_content h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin: 10px 0 1.6em;
}
.article_content p {
	margin-bottom: 1em;
}
.article_content ol, .article_content ul {
	padding-left: 2em;
}
.article_content ol li {
	list-style: decimal;
}
.article_content ul li {
	list-style: square;
}


table {
	width: 100%;
	border-collapse: collapse;
}

th, td {
	border: 1px solid #666;
	padding: 3px;
}
th {
	text-align: center;
	font-weight: 700;
}
.tips {
	border: 1px solid #7d87bc;
    border-radius: 5px;
    background-color: #d0d5f1;
    padding: 0.75em;
    box-sizing: border-box;
}
.tips h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}

.fixed {
	overflow:hidden;
	position:fixed;
	_position:absolute;
	bottom:60px;
	_bottom:"auto";
	right:2px;
	height:auto;
	width:60px;
}
.fixed .top {
	display:block;
	height:52px;
	width:60px;
	margin:0 auto;
	background:url(../images/icoArrow.png) 0 -56px;
	text-indent:-999em;
	overflow:hidden;
}
.fixed .top:hover {
	background-position:0 -3px;
}

.bottom_Button {
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
}
.bottom_Button a, .bottom_Button a:hover {
	display: inline-block;
	width: 80%;
	height: 60px;
	margin: 10px 10%;
	background-color: #439e1d;
	border-radius: 100em;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-weight: 700px;
	font-size:30px;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.2);
	background-image: linear-gradient(#4eb722, #439e1d);
}


.article_content img {
	max-width:480px;
	margin:0px auto;
	cursor:pointer;
	myimg:expression(onload=function() {this.style.width=(this.offsetWidth > 320)?"500px":"auto"})
}

.hidden {
	display: none;
}
.menuicon {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 10px;
	right: 4px;
	z-index: 188;
}
.menubox {
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	font-family: Arial;
	z-index: 66;
}
.menubg {
	background-color:#1d2939;        
	height:100%;
	width: 100%;
	left:0px;
	position:fixed;
	top:0px;
	z-index:100
}
.menubox dl {
	width:84%;
	height:100%;
	position: fixed;
	z-index: 200;
	color: #fff;
	overflow: auto;
	margin: 10px;
}
.menubox dt{
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	text-indent: 1em;
	background-image: linear-gradient(to right, #1caf9b , #17a2b7);
	border-radius: 6px;
	margin-bottom: 6px;
	cursor: pointer;
	white-space: nowrap;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menubox dd {
	text-indent: 2em;
	padding: 10px 0;
}
.menubox dd li {
	height: 42px;
	line-height: 42px;
}
.menubox dd li a {
	font-size: 14px;
	color: #fff;
}
#close {
	display: none;
}


@media only screen and (max-width: 1200px) {

}
/* IPAD PRO */
@media only screen and (max-width: 1024px) {


}
/* IPAD */
@media only screen and (max-width: 800px) {

}
/* 手机 */
@media only screen and (max-width: 600px) {
	.article_content img {
		max-width:100%;
		myimg:expression(onload=function() {this.style.width=(this.offsetWidth > 320)?"330px":"auto"})
	}
}