html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	background: #f7f5f8;
	color: #333;
	overflow-x: hidden;
	overflow-y: auto;

}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
p{ margin: 0}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
	text-decoration: none;
	color: #000;
}
input:focus, textarea:focus, select:focus , button:focus {
outline: none;
}

button{ border: 0}
.header{box-shadow: 0 0 10px rgba(0,0,0,0.2); background: #fff; padding: 10px; overflow: hidden}
.header .logo{ width: 80%; float: left}
.header .logo img{ width: 100%}
.header  .login{ width: 10%; float: right}
.header  .login img{ width: 90%}

.h50{ height: 60px}
.footer{ font-size: .25rem; padding: 10px  0 5px 0;  box-shadow: 0 0 10px rgba(0,0,0,0.2);width: 100%;position: fixed;bottom: 0;left: 0;background: #fff;z-index: 9999; color: #909090}
.footer_li{width: 25%;text-align: center;list-style: none;float: left;}
.footer_li_img{width: 22px;margin-top: 6px;}
.footer_li_p{font-size: 12px;line-height: 22px;color: #000;}
.footer_lic p{color: #43ac43 !important;}
.footer_li span{ display: block; margin: 0 auto; width:  .5rem; height: .5rem}
.footer_li:nth-child(1) span{
	background: url("/themes/simpleboot3/public/skin/images/sy_h.png") center no-repeat ;
	background-size: 90%;
}
.footer_li:nth-child(2) span{
	background: url("/themes/simpleboot3/public/skin/images/cssy_h.png")  center no-repeat ;
	background-size: 90%;
}
.footer_li:nth-child(3) span{
	background: url("/themes/simpleboot3/public/skin/images/about_h.png")  center no-repeat ;
	background-size: 80%;
}
.footer_li:nth-child(4) span{
	background: url("/themes/simpleboot3/public/skin/images/wd_h.png") center no-repeat;
	background-size: 80%;
}

.footer_li img{ width: 25%; display: block; margin: 0 auto 5px auto;}
.footer_li img:nth-child(3),.footer_li img:nth-child(4){ width: 22%}
.current-menu-item a{ color: #f24a09}

.footer_li:nth-child(1).current-menu-item span{
	background: url("/themes/simpleboot3/public/skin/images/sy_c.png") center no-repeat !important;
	background-size: 90%!important;
}
.footer_li:nth-child(2).current-menu-item span{
	background: url("/themes/simpleboot3/public/skin/images/cssy_c.png")  center no-repeat  !important;
	background-size: 90%!important;
}
.footer_li:nth-child(3).current-menu-item span{
	background: url("/themes/simpleboot3/public/skin/images/about_c.png")  center no-repeat  !important;
	background-size: 80%!important;
}
.footer_li:nth-child(4).current-menu-item span{
	background: url("/themes/simpleboot3/public/skin/images/wd_c.png") center no-repeat !important;
	background-size: 80%!important;
}
