﻿/*头部样式*/
*{
	margin: 0;
	padding: 0;
}
ul, li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
body{
	font-family:"微软雅黑";
    overflow-x:hidden;
}
.top{ 
    height:140px;
    width:100%;
    min-width:1024px;
    color:#fff;
}
.top .logo img{
	height:140px;
    width:100%;
    min-width:1920px;
}
.top .alllogo {
    width:1000px;
    height:60px;
}
.top .namelogo{
    display:inline-block;
    margin-top:30px;
    margin-left:7%;
    float:left;
    color:#fff;
    font-family:"微软雅黑";
    font-size:25px;
    font-weight:bold;
}
.top .englishlogo {
    display:inline-block;
    margin-left:7%;
    float:left;
    color:#fff;
    font-family:Arial;
    font-size:22px;
    font-weight:bold;
}
.header{
	float: left;
	width: 210px;
    height: 100%;
    position: absolute;
	border: 1px solid #dedede;
    /*background-color: #eeeeee;*/
}
.header .info{
	padding: 0 10px;
	overflow: hidden;
    background-color:#eeeeee;
	border-bottom: 1px solid #dedede;
	height: 120px;
}
.header .info .headImg{
	width: 60px;
	height: 60px;
	margin-top: 25px;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #dedede;
	cursor: pointer;
}
.header .info .sameIn{
	margin-left: 65px;
	display: flex;
	align-items: center;
	letter-spacing: 2px;
}
.header .info .name{
	margin-top: 30px;
	font-weight: 600;
}
.header .info .name>i{
	font-style: normal;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../image/name.png);
	margin-right: 5px;
}
.header .info .log{
	margin-top: 5px;
}
.header .info .log:hover{
	color: #f43c5e;
}
.header .info .log>i{
	font-style: normal;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../image/quit.jpg);
	margin-right: 6px;
}
.header nav{
	letter-spacing: 2px;
}
.header nav>ul ul{
	display: none;
}/*
.header nav>ul>li:nth-of-type(1) ul{
	display: block;
}*/
.header nav li{
	position: relative;
	font-weight: 400;
}
.header nav li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	/* line-height: 40px; */
	font-size: 14px;
	text-decoration: none;
	font-family: 'Microsoft Yahei';
	background: #fff;
	box-sizing: border-box;
	padding-left: 30px;
}/*
.header .nav > ul > li {
    border-bottom: 1px solid #009cff;
}
*/
.header .nav > ul > li li {
    border-top: 1px solid #008cee;
}

.header .nav li em {
    display: inline-block;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    background-size: cover;
}
/* 删除替换  图标 */
/*.header .nav li:nth-of-type(6n+1) em {
    background-image: url(../image/class.png);
}
.header .nav li:nth-of-type(6n+2) em {
        background-image: url(../image/paper.png);
    }
.header .nav li:nth-of-type(6n+3) em {
        background-image: url(../image/reserch.png);
    }
.header .nav li:nth-of-type(6n+4) em {
        background-image: url(../image/text.png);
    }
.header .nav li:nth-of-type(6n+5) em {
        background-image: url(../image/folder.png);
    }
.header .nav li:nth-of-type(6n+6) em {
        background-image: url(../image/email.png);
    }    
*/
.header .nav li em[title='banji']{
    background-image: url(../image/banjiguanli.jpg);
}
.header .nav li em[title='shijuan']{
    background-image: url(../image/shijuanguanli.jpg);
}
.header .nav li em[title='ceshi']{
    background-image: url(../image/ceshiguanli.jpg);
}
.header .nav li em[title='zuoye']{
    background-image: url(../image/zuoyeguanli.jpg);
}
.header .nav li em[title='xuexi']{
    background-image: url(../image/xuexiguanli.jpg);
}
.header .nav li em[title='beike']{
    background-image: url(../image/beikezhongxin.jpg);
}
.header .nav li em[title='tongzhi']{
    background-image: url(../image/xinxifabu.jpg);
}
.header .nav li em[title='geren']{
    background-image: url(../image/banjiguanli.jpg);
}
.header .nav li em[title='tiku']{
    background-image: url(../image/beikezhongxin.jpg);
}

/*一级导航栏和二级导航栏*/
.header nav li ul li>a{
    background: #009cff;
    color: #fff;
    padding-left:20px;
}
.header nav li ul li.active > a {
	background-color:#0068b7;
}
.header nav li>a>i{
    font-style: normal;
	display: inline-block;
    margin-left:30px;
	width: 18px;
	height: 18px;
	background: url(../image/jiantou.jpg);
}
.header nav>ul>li>a{
	color: #fff;
	font-weight: 500;
	padding-left: 30px;
	background: #008cee;
}
.header nav>ul>li>ul>li>a{
    padding-left:30px;
}
.artical aside{
	display: flex;
	height: 40px;
	align-items: center;
	border-bottom: 1px solid #dedede;
    margin-left:210px;
}
.artical aside>i{
	font-style: normal;
	display: inline-block;
	float: left;
	width: 22px;
	height: 22px;
	background: url(../image/icons.png) no-repeat;
	margin-left: 10px;
}
.artical aside>a{
	float: left;
    font-size: 14px;
	display: inline-block;
	margin-left: 10px;
    color: #0068b7;
}
.artical aside>a:hover{
	color: #0068b7;
}
.artical aside>span{
	float: left;
	display: inline-block;
    font-size:14px;
	margin-left: 5px;
}
.artical aside .status{
	display: inline-block;
	float:left;
	font-size: 13px;
	color:#1887e3;
	font-family: "Microsoft YaHei";
	/*margin-left: 420px;*/
    margin:0 auto;
}
.artical aside .status div{
	display: inline-block;
	float: left;
	margin-left: 30px;
}
.search{
	height: 80px;
	display: flex;
	align-items: center;
	margin-right: 100px;
	float: right;
}
/*模拟下拉框*/
.select{
	display: inline-block;
	height: 26px;
	font-size: 15px;
	border-radius: 4px;
	border: 1px solid #B8D5EF;
	cursor: pointer;
	margin-right: 6px;
}
.select span{
	display: inline-block;
	width: 70px;
	line-height: 26px;
	margin-left: 4px;
	font-weight: 700;
	color: #70B4E4;
	padding: 1px 40px 1px 10px;
}
.select img{
	width: 13px;
	height: 7px;
	margin-left: 4px;
}
.select ul{
	display: none;
	position: absolute;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.3);
	margin-top: 4px;
	background: #FFF;
}
.select ul li{
	width:70px;
	text-align: center;
	font-weight: 700;
	color: rgba(0,0,0,0.7);
	padding: 4px 60px 4px 14px;
}
.select ul li:hover{
	background: #F4F4F4;
}
.select input{
	height: 26px;
	width: 70px;
	font-size: 15px;
	border-radius: 4px;
	border: 1px solid #B8D5EF;
	cursor: pointer;
}
.select input:hover{
	color: #f43c5e;
	background-color: bisque;
}
.select a{
	height: 26px;
	width: 70px;
	font-size: 15px;
	text-align:center;
	border-radius: 4px;
	border: 1px solid #B8D5EF;
	cursor: pointer;
	display:block;
	background-color:#CCC;
}
.select a:hover{
	color: #f43c5e;
	background-color: bisque;
}
