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

html,
body {
	background: #FFFFFF;
}

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

#header {
	height: 60px;
	background: #FFFFFF;
	box-shadow: none;
}

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

#header a#icon-menu {
	color: #084d9e;
	font-size: 25px;
	margin-top: 7px;
	font-weight: bold;
}

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

#header a#icon-lang {
	font-size: 13px;
	display: block;
	background: #084d9e;
	color: #FFFFFF;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 38px;
	text-align: center;
	margin-top: 12px;
}

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

#footer {
	background: #FFFFFF;
	box-shadow: 0 1px 1px #898989;
}

#footer .mui-tab-item.mui-active {
	color: #084d9e;
}

#footer a {
	color: #9A9A9A;
	font-size: 12px;
	text-transform: capitalize;
}


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


/**top**/

#icon-top,
#icon-back {
	width: 36px;
	height: 36px;
	text-align: center;
	background-color: transparent;
	/*border: solid 1px #084d9e;*/
	background-clip: padding-box;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #084d9e;
	position: fixed;
	right: 1px;
	z-index: 10;
	border-radius: 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

#icon-top {
	bottom: -100px;
}

#icon-back {
	bottom: 92px;
}

#icon-top span,
#icon-back span {
	font-size: 25px;
	line-height: 36px;
	display: block;
	width: 100%;
	height: 100%;
}

#icon-back span {
	font-size: 30px;
}


/**top**/


/**top**/


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


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


/**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;
	background: #FFFFFF;
}

#bottom .fInfo {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
	display: table;
	background: #e9573f;
}

#bottom .fInfo .left {
	width: 60%;
	float: left;
	padding-left: 2%;
	height: 76px;
}

#bottom .fInfo .left p {
	margin-bottom: -2px;
	color: #FFFFFF;
	font-size: 13px;
}

#bottom .fInfo .right {
	width: 35%;
	float: right;
	padding-right: 2%;
	height: 76px;
	text-align: center;
	line-height: 76px;
}

#bottom .fInfo .right img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}

#bottom .nav_ {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background: #dfdfdf;
	padding: 15px 0 5px;
}

#bottom .nav_ a {
	width: 33%;
	display: block;
	text-align: center;
	border-right: solid 1px #565656;
	height: 13px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 13px;
	color: #565656;
	text-transform: uppercase;
}

#bottom .nav_ a:nth-of-type(3n+0) {
	border-right: none;
}

.copy_p {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 4px;
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 0;
	letter-spacing: 1px;
	border-top: solid 1px #FFFFFF;
	background: #e9573f;
	line-height: 18px;
}

.copy_p a {
	color: #FFFFFF;
}


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


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

.mui-bar-footer {
	height: 30px;
	background: #efefef;
	width: 100%;
	padding: 0;
	bottom: -100px;
	font-size: 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-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;
}

.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: 998;
	-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: -1px;
}

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

.fixed-selectDiv {
	width: 100%;
	top: -1px;
	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++++++++++++++++++*/