* {
	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: #81b1b5;
	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: #1d666c;
	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: #1d666c 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++++++++++++++++++*/






/*++++++++++++++++++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-content.mui-content-1 {
				padding-bottom: 80px;
			}
			

			#footer {
				background: #FFFFFF;
				box-shadow: 0 1px 1px #898989;
			}
			
			#footer .mui-tab-item.mui-active {
				color: #81b1b5
			}
			
			#footer a {
				color: #9A9A9A;
				font-size: 12px;
				text-transform: uppercase;letter-spacing: 1px;
			}
			

/*++++++++++++++++++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++++++++++++++++++*/