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


html,body{
	background: #FFFFFF;
}
.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: #353535;
			}
			
			#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: #353535;
			}
			
			#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;
				font-family: '微软雅黑';
				background: #353535;
			}
			
				/**placeholder**/
		
		input#search_spmc::-webkit-input-placeholder {
			/* WebKit browsers */
			color: #FFFFFF;
			font-family: "微软雅黑";
			
		}
		
		input#search_spmc:-moz-placeholder {
			/* Mozilla Firefox 4 to 18 */
			color: #FFFFFF;
			font-family: "微软雅黑";
		}
		
		input#search_spmc::-moz-placeholder {
			/* Mozilla Firefox 19+ */
			color: #FFFFFF;
			font-family: "微软雅黑";
		}
		
		input#search_spmc:-ms-input-placeholder {
			/* Internet Explorer 10+ */
			color: #FFFFFF;
			font-family: "微软雅黑";
		}
		/**placeholder**/
			
	
		#topH {
				background: #ffffff;
				height: 50px;
			}
			
			#topH img {
				height: 40px;
				margin-top: 6px;
			}
	/***header***/
			#header{
	background: #252120;
	margin-top: 50px;
}





#header a  {
	color: #FFFFFF;
	font-weight: bolder;
}


	
		#header #menu {
				font-size: 16px;
				line-height: 25px;
				color: #FFFFFF;
				margin-left: 2px;
				font-size: 20px;
				line-height: 31px;
				font-weight: bold;
			}
			
		/*	#header #menu span {
				font-size: 13px;
				position: relative;
				top: -2px
			}
		*/

#offCanvasContentScroll{
		
	background: #FFFFFF;
	margin-top: 50px;
}





/***footer***/
#footer{
		
	background: #ebebeb;
}


		#footer .mui-tab-item.mui-active .mui-icon{
				color:#840d07
			}
		/*	#footer .mui-tab-item.mui-active .mui-tab-label{
				color:#121212
			}
			*/
			#footer a .mui-icon {
				color: #000000;
				font-weight: bold;
				
			}
			
			#footer a .mui-tab-label{
				color: #686868;
				font-size: 12px;
				text-transform: uppercase;
			}
		
/***footer***/
/**loading**/

#progress {
	display: none;
	position: fixed;
	height: 2px;
	background:#870000;
	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: #870000 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
	}
}
#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);
}

/**loading**/



#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,#icon-back,#icon-language,#icon-kefu ,#icon-tel {
	margin: 3px;
	width: 45px;
	height: 45px;
	text-align: center;
	background-color: #000000;
	border: 0px solid #777777;
	border-radius: 25px;
	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: 2;
	
}

#icon-top{
	bottom: 60px;
}
#icon-tel{
	bottom: 108px;
}
#icon-kefu{
	bottom: 156px;
}
#icon-back{
	bottom: 108px;
}
#icon-kefu .mui-icon,
#icon-top .mui-icon-arrowthinup,
#icon-back .mui-icon,#icon-tel  .mui-icon{
	margin-top: 0px;
	font-weight: 100;
	font-size: 25px;
}

.beizhu_icon {
	position: relative;
	top: -4px;
	font-size: 12PX;
	
	　
}
.beizhu_icon1 {
	position: relative;
	top: 12px;
	font-size: 12PX;
	
	　
}
#icon-top {
	display: none;
}


/**top**/




		/**侧滑菜单**/
			ul#offCanvasSideList li .mui-navigate-right:after {
			
				color: #FFFFFF;
				font-weight: bolder;
				border-radius: 25px;				
				padding: 2px;

			}
			
			ul#offCanvasSideList li a {
				color: #FFFFFF;
				font-weight: bold;
				font-size: 14px;
				text-transform: uppercase;
				
			}
			
			#offCanvasSideList:after,#offCanvasSideList:before{
				left: 100%;
			}
			#offCanvasSideList li:after {
				height: 0px;
				background: #F14E41;
			}
			
			/**侧滑菜单**/
	
			/***/
		
			
			#check_zh {
				font-family: "微软雅黑", "新宋体";
				font-size: 15px;
			}
			
			#check_en {
				font-family: Tahoma, verdana;
			}
			
			
			
			.langTxt {
				line-height: 50px;
				color: #666666;
				font-size: 16px;
			}
			
		
	
			
/****/

.neiyeImg{
	width: 100%;max-width: 100%;
}