* {
	font-family: "microsoft yahei", "微软雅黑", "宋体"
}

html,
body {
	background: #FFFFFF;
}

.mui-content.mui-content-1 {
	padding-bottom: 30px;
	padding-top: 60px;
	background: #FFFFFF;
}

#header {
	height: 60px;
	background: #FFFFFF;
}

#header img {
	max-width: 100%;
	height: 50px;
	margin-top: 5px;
}

#header a {
	color: #64a205;
	font-size: 25px;
	margin-top: 7px;
	font-weight: bold;
}

#header a span {
	color: #898989;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	top: -2px;
	left: 2px;
	text-transform: uppercase;
}


/**loading**/

#progress {
	display: none;
	position: fixed;
	height: 2px;
	background: #456f05;
	transition: opacity 500ms linear;
	z-index: 999999999;
}

#progress.show {
	display: block;
	opacity: 1;
	width: 0;
}

#progress.done {
	opacity: 0
}

#progress span {
	position: absolute;
	height: 2px;
	-webkit-box-shadow: #456f05 1px 0 6px 1px;
	/*-webkit-box-shadow: #ACCD3C 1px 0 6px 1px;*/
	-webkit-border-radius: 100%;
	opacity: 1;
	width: 150px;
	right: -10px;
	-webkit-animation: pulse 2s ease-out 0s infinite;
}

@-webkit-keyframes pulse {
	30% {
		opacity: .6
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: .6
	}
}


/**loading**/

#bg {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: #DCDCDC;
	z-index: 1001;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

#child-title-pic img {
	max-width: 100%;
}


/**toast**/

.mui-toast-container {
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	width: 100%;
	-webkit-transition: opacity .8s;
	transition: opacity .8s;
	opacity: 0;
}

.mui-toast-container.mui-active {
	opacity: 1;
}

.mui-toast-message {
	font-size: 14px;
	max-width: 70%;
	width: 300px;
	margin: 5px auto;
	padding: 15px 10px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 7px;
	background-color: #111;
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


/**toast**/


/**top**/

#icon-top {
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #000000;
	border: 0px solid #777777;
	border-radius: 20px;
	background-clip: padding-box;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	color: #FFFFFF;
	position: fixed;
	right: 6px;
	z-index: 10;
	bottom: -100px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#icon-top span {
	font-size: 30px;
	font-weight: bold;
	line-height: 43px;
	display: block;
	width: 100%;
	height: 100%;
}


/**top**/


/*******************************/


/*++++++++++++++++++search++++++++++++++++++*/

.mui-input-row .mui-input-clear1~.mui-icon-clear {
	position: absolute;
	top: 3px;
	right: 6px;
	z-index: 1;
	width: 38px;
	height: 38px;
	font-size: 20px;
	color: #999;
	text-align: left;
}

#nav_y {
	padding: 0;
	margin: 0;
	background: #78c00b;
}

#searchBtn {
	padding: 0;
	width: 16%;
	border-radius: 0px;
	font-size: 30px;
	height: 45px;
	line-height: 45px;
	border: 0px solid #0062CC;
	color: #FFFFFF;
	margin: 0;
	float: left;
	background: #78c00b;
}

#search_spmc {
	padding: 0;
	border-radius: 0px;
	border: 0;
	width: 80%;
	height: 33px;
	font-size: 14px;
	position: relative;
	top: 0px;
	vertical-align: middle;
	float: left;
	text-align: left;
	color: #FFFFFF;
	background: #78c00b;
}


/*#nav_y {
				padding: 0;
				margin: 0;
				background: #FFFFFF;
				border: none;
				width: 94%;
				margin: 0 auto;
				border-radius: 20px;
				
			}
			
			
			
			#searchBtn {
				padding: 0;
				width: 16%;
				border-radius: 0px;
				font-size: 30px;
				height: 45px;
				line-height: 45px;
				border: 0px solid #0062CC;
				color: #565656;
				margin: 0;
				float: left;
				background: #FFFFFF;
			}
			
			#search_spmc {
				padding: 0;
				border-radius: 0px;
				border: 0;
				width: 80%;
				height: 33px;
				font-size: 14px;
				position: relative;
				top: 0px;
				vertical-align: middle;
				float: left;
				text-align: left;
				color: #565656;
				background: #FFFFFF;
			}*/


/**placeholder**/

input#search_spmc::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #FFFFFF;
}

input#search_spmc:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #FFFFFF;
}

input#search_spmc::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

input#search_spmc:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #FFFFFF;
}


/**placeholder**/


/*++++++++++++++++++search++++++++++++++++++*/


/*++++++++++++++++++jszc++++++++++++++++++*/

#bottom {
	clear: both;
	width: 100%;
	margin-top: 25px;
}

.copy_p {
	text-align: center;
	background: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
	color: #767676;
	margin-bottom: 0;
}

.copy_p a {
	color: #767676;
}


/*++++++++++++++++++jszc++++++++++++++++++*/


/*++++++++++++++++++footer++++++++++++++++++*/

.mui-bar-footer {
	height: 30px;
	background: #efefef;
	width: 100%;
	padding: 0;
	margin-bottom: 0px;
	font-size: 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mui-bar-footer div {
	height: 30px;
	line-height: 30px;
}

.mui-bar-footer div.footer-left {
	width: 50%;
	float: left;
}

.mui-bar-footer div.footer-left .fd1 {
	float: left;
	width: 47%;
	text-align: right;
}

.mui-bar-footer div.footer-left .fd2 {
	float: left;
	width: 6%;
	text-align: center;
}

.mui-bar-footer div.footer-left .fd3 {
	float: left;
	width: 47%;
}

.mui-bar-footer div.footer-left a {
	color: #767676;
}

.footer-right {
	text-align: center;
	font-size: 12px;
	color: #767676;
	width: 50%;
	float: right;
}

.mui-bar-footer div.footer-right a {
	color: #767676;
	font-size: 12px;
}


/*++++++++++++++++++footer++++++++++++++++++*/


/*++++++++++++++++++guding++++++++++++++++++*/

.fixed-nav {
	position: fixed;
	width: 100%;
	top: -85px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.fixed-nav-appear {
	top: 0;
}

.fix_sec {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.fixed-footer {
	width: 100%;
	bottom: -85px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.fixed-footer-appear {
	bottom: 0;
}

.fix_sec_footer {
	width: 100%;
	bottom: 0;
	z-index: 999;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.fixed-selectDiv {
	width: 100%;
	top: 0;
	z-index: 100;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.fixed-selectDiv-appear {
	top: 60px;
}

.fix_sec_selectDiv {
	top: 60px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


/*++++++++++++++++++guding++++++++++++++++++*/