body,
ul,
li,
p,
h1,
h2,
h3,
h4,
dl,
dd,
form,
input,
textarea,
select {
	padding: 0;
	margin: 0;
}

body {
	font-size: 16px;
	font-family: "微软雅黑";
}

ul,
li {
	list-style: none;
}

i {
	font-style: normal;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.mt25 {
	margin-top: 25px;
}

.header{
	height: 60px;
	background: #29c192;
	color: #fff;
	min-width: 1200px;
}
.header-box{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	height: 60px;
}
.header-box a{
	height: 100%;
	color: #fff;
	font-size: 18px;
	display: block;
	
}


.logo{
	float: left;
	width: 100px;
	padding-top: 5px;
}
.logo img{
	display: block;
	width: 50px;
	height: 50px;
	border-radius:50% ;
}
.logo h1{
	text-indent: -10000px;
	display: none;
}
.nav{
	float: right;
	width: 1100px;
}
.nav li{
	height: 60px;
	width: 20%;
	float: left;
	position: relative;
	z-index: 11;
}
.nav .nav-item{
	width: 130px;
	position: relative;
	line-height: 60px;
	letter-spacing:3px;
	text-align: center;
	margin: 0 auto;
}
.nav .nav-item.active{
	background-color:rgba(0, 0, 0, 0.2)
}
.nav li:hover .nav-item{
	background: rgba(255, 255, 255, 0.2);
}
.nav li:hover .nav-item.active{
	background: rgba(0, 0, 0, 0.2);
}
.nav .nav-item.down i{
	display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    margin-top: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
	content: ' ';
	box-sizing: border-box;
}
.footer{
	background: #222;
	min-width: 1200px;
}
.footer-box{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	color: #FFFFFF;
	text-align: center;
}
.footer-box a{
	font-size: 16px;
	color: #00aaff;
	padding: 0 10px;
}
@font-face{
	font-family:ALKATIPBasma ;
	src: url('ALKATIPBasma.ttf');
}
.textRight {
	text-orientation: sideways;
	writing-mode: lr-tb;
	direction: rtl !important;
	font-family: ALKATIPBasma;
}
html{
	height: 100%;
}
body{
	min-height: 100%;
	position: relative;
	padding-bottom: 60px;
	box-sizing: border-box;
	min-width: 1200px;
}
.footer{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.list-box{
	width: 130px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	border-top: none;
	box-sizing: border-box;
	display: none;
	margin: 0 auto;
}
.list-box a{
	display: block;
	text-align: center;
	color: #333;
	padding: 15px 0;
	font-size: 14px;
	letter-spacing: normal;
}
.list-box a:hover{
	background: rgba(168, 250, 246, 0.3);
}
.nav li:hover .list-box{
	display: block;
}

.position {
	padding: 15px 8px;
	font-family: '宋体';
	font-size: 12px;
	color: #999;
}

.position i {
	padding: 0 5px;
}

.admin{
	cursor: pointer;
	color: #00aaff;
}
.admin:hover{
	text-decoration: underline;
}

.list-paddingleft-2 li{
	overflow: hidden;
}