/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd{margin:0;padding:0px;border:0;}
body{color:#444;font:15px Arial,'微软雅黑';font-family: "微软雅黑","Arial Narrow";}
li{list-style-type:none;}
h1,h2,h3,h4,h5,h6 {font-size:16px; font-weight:normal; margin:0px; padding:0px;}
input,button,textarea,select{font:100% Arial,'微软雅黑';}

/* 默认全局样式超链接样式*/
a:link{color:#333; text-decoration:none;}/* 链接基本样式 */
a:visited {color:#333; text-decoration:none;}/* 链接点击过后的样式 */
a:hover{color:#f22f2f;text-decoration:none;cursor:pointer;transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }/* 链接移上时的样式 */
a:active{color:#f22f2f;text-decoration:none;}/* 链接点击时的样式 */

/* 其它常用样式的定义 */

.fl{ float:left;}
.fr{ float:right;}
.clear{ clear: both;}
.noBorder{border:none;}
.hd{ width:100%;}
.bd{ width:100%;}

img,li{ vertical-align:top;}/* 解决图片和LI的高度空隙问题 */
img { width: auto; max-width: 100%; }


ul{ width:100%;overflow:hidden;zoom:1;}
/*ul li.last{ margin:0 !important; border-right:none !important; background:none !important;}*/
.last{ margin:0 !important; border:none !important; background:none !important;}
.btn-default,.srk-default{ border:none; background:none; outline:none;}

.registMemu{ height: 30px; line-height: 30px;color: #fff;}
.registMemu li{ float: left; padding-left:25px; height: 30px; line-height: 30px;margin-left:18px;}
.registMemu li a{color: #fff;}
li.home{ background: url(../images/menu1.png) no-repeat left;}
li.ability{ background: url(../images/menu2.png) no-repeat left;}
li.help{ background: url(../images/menu3.png) no-repeat left;}
li.zhuce{ background: url(../images/menu4.png) no-repeat left;}

.copyright{width:100%;margin: 0 auto; position: fixed; bottom:10px;}
.footCenter{ width:94%; margin: 0 auto; /*display: flex; justify-content: space-between;flex-direction: row;flex-wrap: wrap;*/ height: 30px; line-height: 30px;}
.copywen,.beian{  color: #6d6d6d; font-size: 14px;}
.copywen{ width: 100%; text-align: center;}
.copywen p{ display: inline-block; margin: 0 5px;}
.beian{ width:40%; text-align: right;}
.copywen img{margin-right: 5px; vertical-align: middle;}

@media screen and (max-width: 1366px){
	.copyright{ position: inherit;}
	.footCenter{ width:92%;}
	}
@media screen and (max-width: 1280px){
	.copyright{ position:fixed;}
	.footCenter{ width:92%;}
	}

