/* 样式重置 */
html,body,ul,li,ol,img,a,p,div,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
html{
	font-size: 14px;
}
body{
	font-family: "微软雅黑";
	background: #f6f6f8;
}
a,
a:hover{
	color: #666;
	text-decoration: none;
}
a{
	transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
ul,ol,li{
	list-style: none;
}
li,p,h1,h2,h3,h4,h5,a{ word-wrap:break-word;}
div{word-break:break-all;}
td {
    word-break: break-word;
    word-wrap: break-word;
}
input{
	border: none;
	border: 1px solid #ccc;
	outline: none;
}
img{
	display: block;
	border: 0 none;
}
/* 添加新的样式 */
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.clearfix::before,
.clearfix::after{
	content: "";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.areaheart{
	width: 1200px;
	margin: 0 auto;
}
.sheng{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 顶部 */
.top{
	height: 56px;
	width: 100%;
	background: #2555a9;
}
/* 顶部-左边 */
.top_left{
width:70%;
}
.top_left ul{
	margin-top: 19px;
}
.top_left li{
	float: left;
	line-height: 15px;
	padding: 0 15px;
	height: 15px;
	border-right: 1px solid #fff;
}
.top_left li.last{
	border-right: 0 none;
}
.top_left li a{
	color: #fff;
}
.top_left li:hover a{
	color: lightblue;
}
/* 顶部-右边 */
.top_search{
	margin-top: 10px;
	width: 262px;
	height: 34px;
	border: 1px solid #a8bbdd;
	position: relative;
}
.top_search input{
	background: transparent;
	border: 0 none;
	outline: none;
}
.top_search .ipt_sbt{
	width: 40px;
	height: 23px;
	margin-top: 4px;
	border-right: 1px solid #a8bbdd;
	line-height: 23px;
	color: transparent;
	background: url('../img/icon_search.png') no-repeat center;
}
.top_search .ipt_txt{
	position: absolute;
	right: 0;
	top: 0;
	width: 205px;
	height: 30px;
	float: right;
	color: #fff;
	line-height: 30px;
}
.ipt_txt::-webkit-input-placeholder{
	color: #dfe4ef;
}
/* logo部分 */
.logo{
	height: 140px;
	*height: 115px;
	padding-top: 23px;
	width: 100%;
	background: #fff;
}
.logo_box{
	width: 529px;
	height: 90px;
	margin: 0 auto;
}
.logo_box img{
	width: 100%;
	height: 100%;
	display: block;
}
/* banner部分 */
.banner{
	height: 329px;
	width: 100%;
	position: relative;
	z-index: 10;

}
.ones_info{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 130px;
	width: 100%;
	background: url('../img/bg_ones.png') repeat;
}
.ones_lf{
	position: relative;
	z-index: 3;
	width: 350px;
}
.head_pic{
	width: 138px;
	height: 166px;
	margin: 10px;
	border: 5px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #eee;
}
.head_pic img{
	max-width: 100%;
	max-height: 100%;
	display: block; 
}
.name_info{
	margin-left: 188px;
	padding-top: 20px;
	color: #fff;
	float: left;
}
.name_info .name{
	line-height: 54px;
}
.name_info h2{
	font-size: 30px;
	margin-right: 24px;
	font-weight: normal;
}
.name_info>p{
	font-size: 18px;
}
.name_info i{
	cursor: pointer;
	margin: 19px 9px 0 0;
}

.bodao{
	font-size: 16px;
	margin-top: 20px;
}
.bodao_in{
	margin-top: 5px;
	width: 125px;
	height: 35px;
	margin-right: 46px;
	border-bottom: 1px solid #fff;
}
.bodao_in a{
	line-height: 34px;
	color: #fff;
}
.bodao_in i,
.bodao_in span{
	float: left;
}
.bodao_in a:hover i,
.bodao_in a:hover span{
	opacity: .5;
}
.bodao_in i{
	margin: 10px 10px 0 10px;
}
.web_info{
	margin-top: 20px;
	line-height: 45px;
	width: 220px;
	height: 90px;
	padding-left: 20px;
	font-size: 16px;
	color: #fff;
	border-left: 1px solid #abb9d4;
}

.nav{
    height: 60px;
    width: 100%;
    background: #fff;
   z-index:1;
}
.about{
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 0 5px 0 #ddd;
}
.nav li{
    float: left;
    line-height: 60px;
    font-size: 16px;
}
.nav>div>ul,
.nav>div>ul>li{
    position: relative;
}

#MenuBar1 ul li{
    position: relative;
}

.nav>div>ul>li{
	margin-right: 1px;
}
.nav ul>li ol{
    background: #5588e3;
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
    width: 100%;
}
.nav ul>li ol li{
    line-height: 52px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #DDE0EF;
}
/* .nav ul>li ol li a{
	
} */
.nav ul>li ol li:hover{
    background: #2555a9;
}
.nav li a{
    color: #333;
    display: block;
    height: 100%;
    padding: 0 36px;
    /* white-space: nowrap; */
}
.nav li ol a{
	height: auto;
	line-height: 24px;
	font-size: 14px;
	padding: 12px 18px;

} 
.nav li.hot,
.nav li:hover{
    background-color: #3a66b1;
}
.nav li.hot a,
.nav li:hover a{
	color: #fff;
}
.nav ul>li.last{
position: absolute;
    right: 0;
    top: 0;
}
.nav ul>li .nav_more_icon{
    width: 100px;
    height: 60px;
    background: url('../img/nav_more.png') no-repeat center;
}
.nav ul>li.last:hover .nav_more_icon{

	background-image: url('../img/nav_more2.png');
}
.nav ul>li .nav_more{
position: absolute;
    top: 60px;
    right: 0;
    width: 180px;
    background: #5588e3;
    display: none;
}
.nav ul>li .nav_more li{
    width: 100%;
    text-align: center;
    line-height: 52px;
    border-top: 1px solid #DDE0EF;
    position: relative;
}
.nav ul>li .nav_more li:hover{
    background: #2555a9;
}
.nav ul>li .nav_more li ol{
    top: -1px;
    width: 180px;
    left: -180px;
    border-right: 1px solid #DDE0EF;
}
.nav_more ul>li>a{
	font-size: 16px;
	line-height: 26px;
	padding: 15px 18px;
}


.content{
          overflow:hidden;
	min-height: 1000px;
}
.info_left{
	width: 280px;
	min-height: 500px;
}
.bread{
      display: inline-block;
}
.bread li{
	float: left;
	font-size: 12px;
	color: #a8a8aa;
	padding: 15px 0 10px;
}
.bread li span{
	padding: 0 5px;
}
.bread li a:hover{
	color: #3a66b1;
}
.basic_info{
	border-top: 2px solid #2555a9;
	background: #fff;
	/* box-shadow: 0 0 5px 0 #ddd; */
}
.basic_box{
	padding: 20px;
}
.basic_box.first{
	border-bottom: 2px solid #d6d6d6;
}
.basic_info h3{
	color: #2555a9;
	font-size: 18px;
	padding-left: 35px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: normal;
	background: url('../img/icon_call.png') no-repeat left center;
}
.basic_info .first h3{
	background-image: url('../img/icon_basic.png');
}
.basic_info li{
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.evm_box{
	padding-bottom: 10px;
	text-align: center;
}
.evm_box .ewm img,
.evm_box .ewm{
	width: 154px;
	height: 154px;
	margin: 0 auto;
}
.evm_box p{
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.evm_box .ewm canvas{
width:154px;
height:154px;
}
.info_right{
	width: 890px;
	padding-top: 30px;
	min-height: 500px;
}
.con_box{
	margin-bottom: 30px;
}
.head_box{
	padding-left: 3px;
}
.head_box h3{
	font-size: 18px;
	font-weight: normal;
	color: #2555a9;
	padding-left: 38px;
	line-height: 34px;
	background: url('../img/icon_ones.png') no-repeat left center;
}
.head_box p{
	font-size: 18px;
	color: #c7cee2;
	line-height: 30px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.person_box{
	font-size: 12px;
	color: #535353;
	line-height: 24px;
	padding: 30px;
	background: #fff;
}
.part_edu h3{
	background-image: url('../img/icon_teach.png');
}
.edu_list li{
	padding: 30px;
	background: #fff;
	margin-bottom: 10px;
	font-size: 12px;
    color: #535353;
}
.edu_list li.last{
	margin-bottom: 0;
}
.part_work h3{
	background-image: url('../img/icon_works.png');
}
.part_social h3{
	background-image: url('../img/icon_social.png');
}
.part_social h3{
	background-image: url('../img/icon_research.png');
}
.part_team h3{
	background-image: url('../img/icon_team.png');
}
.team_picbox{
	margin: 20px 0 10px 0;
}
.team_picbox li{
	width: 136px;
	*width: 117px;
	height: 183px;
	*height: 160px;
	padding: 9px;
	float: left;
	margin-right: 37px;
	border: 1px solid #eaeaea;
           margin-bottom: 10px;
}
.team_picbox li.last{
	margin-right: 0;
}
.team_picbox li .pic_box{
	width: 115px;
	height: 162px;
	overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.team_picbox li .pic_box div{
    vertical-align: middle;
    display: table-cell;
    text-align: center;
     width: 115px;
    height: 162px;
}
.team_picbox li img{
	display: inline;
}
.team_picbox li .pic_box p{
	position: absolute;
	left: 0;
	bottom: -32px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background: url('../img/bg80.png') repeat;
	font-size: 14px;
	color: #f1f1f1;
	text-align: center;
	/* display: none; */
}
/* .team_picbox li:hover .pic_box p{
	display: block;
} */

.foot{
           display:inline-block;
	height: 220px;
	width: 100%;
	font-size: 12px;
	color: #fff;
	background: #2555a9;
}
.foot_lf{
	width: 520px;
	padding-top: 62px;
}

.foot_rgt{
	width: 550px;
}
.foot_info{
	padding-top: 68px;
}
.foot_info ul p{
	line-height: 20px;
    WIDTH: 353PX;
    TEXT-ALIGN: CENTER;
}
.foot_ewm{
	padding-top: 56px;
	width: 126px;
	text-align: center;
}
.foot_ewm img{
	display: inline-block;
	width: 83px;
	height: 83px;
}
.foot_ewm p{
	line-height: 42px;
}
.foot_ewm div[id] div div{margin-left:13px;}
.foot_ewm div[id] div table{margin-left:13px;}
/* 非结构页面 */
.part_scientific h3{
	background-image: url('../img/icon_kexue.png');
}
.same_style{
	padding: 30px 55px;
	background: #fff;
          word-wrap:break-word;
}
.hdBox{
	text-align: center;
}
.hdBox h4{
	font-size: 18px;
	color: #3a66b1;
}
.hdBox span{
	font-size: 12px;
	color: #666;
	line-height: 36px;
}
.conIn{
	font-size: 16px;
	color: #666;
	line-height: 38px;
}
.conIn_imgBox li{
	float: left;
	margin: 15px 0;
}
.conIn_imgBox li.last{
	float: right;
}
.conIn_imgBox .img_box{
	width: 376px;
	height: 242px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.conIn_imgBox .img_box img{
	    display: inline;
}
.conIn_imgBox .img_box div{
    width: 374px;
    height: 240px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.pageup p a,
.pageup p{
	font-size: 12px;
	color: #888;
	line-height: 28px;
}
.pageup p a:hover{
	color: #2555a9;
}
/* 汇总页面 */
.keyan h3{
	padding-left: 32px;
	background-image: url('../img/icon_keyan.png');
}
.gather .person_box{
	padding: 18px 35px;
}
.gather li a{
	font-size: 14px;
	color: #333;
	line-height: 38px;
}
.person_box .more{
	height: 24px;
	width: 100%;
	text-align: right;
	font-size: 14px;
}
.more a{
	color: #666;
}
.team_pic li:hover a,
.photo_in li:hover a,
.list li a:hover,
.gather li:hover a,
.more a:hover{
	color: #3a66b1;
}
/* 列表页面 */
.list .edu_list li{
	line-height: 26px;
	padding: 10px 30px;
}
.list li a{
	font-size: 14px;
	color: #333 !important;
}

.list li p{
	font-size: 12px;
	color: #9a9a9a;
}
.list_more{
	margin-top: 10px;
}
.list_page{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.list_page img{
	width: 433px;
	height: 40px;
	margin: 0 auto;
}
/* 内容页 */
.article .conIn{
	line-height: 30px;
}
.art_pageup{
	margin-top: 10px;
}
.fujian{
	margin-top: 10px;
           word-wrap:break-word;
}
.fujian a{
	font-size: 12px;
	color: #999;
}
/* 相册页面 */
.part_photo h3{
	background-image: url('../img/icon_photo.png');
}
.photo_album{
	padding: 42px;
	background: #fff;
}
.photo_in li{
	text-align: center;
	float: left;
	margin-right: 43px;
	margin-bottom: 10px;
	line-height: 34px;
	font-size: 16px;
}
.photo_in li a{
	color: #666;
}
.photo_in li.last{
	margin-right: 0;
}
.photo_in li .pic_box{
	width: 240px;
	height: 154px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.photo_in li .pic_box div{
       vertical-align: middle;
    height: 154px;
    display: table-cell;
    text-align: center;
    width: 240px;
    border: 1px solid #ccc;
}
.photo_in li img{
	/*max-width: 100%;
	max-height: 100%;
	display: block;*/
}
.photo_in p{
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 学生管理 */
.part_student h3{
	background-image: url('../img/icon_student.png');
}
.student_info{
	padding: 25px 25px 50px 25px;
	background: #fff;
}
.same_bos h4{
	font-size: 20px;
	color: #2555a9;
	line-height: 36px;
	margin-bottom: 10px;
	text-align: center;
	/* background: url('../img/hd_bg.png') no-repeat center; */
}
.same_bos h4 span{
	position: relative;
}
.same_bos h4 em,
.same_bos h4 i{
	position: absolute;
	left: -141px;
	top: 13px;
}
.same_bos h4 em{
	left: auto;
	right: -141px;
}
.bos_in h5{
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #333;
	padding-top: 20px;
}
.bos_in h5 span{
	color: #2555a9;
}
.students{
	padding: 10px 32px 20px 32px;
	font-size: 14px;
	line-height: 22px; 
	border-bottom: 1px dashed #e6e6e6;
}
.bos_biye .students{
	border-bottom: 0 none;
}
.students td{
	line-height: 42px;
	text-align: center;
}
.students a{
	color: #333;
}
.students a:hover{
	color: #3a66b1;
}
.bos_in{
	width: 100%;
	background: #fafafa;
}
/* 研究团队 */
.part_team h3{
	background-image: url('../img/icon_keyan.png');
}
.team h4{
	font-size: 24px;
	color: #3a66b1;
	padding-bottom: 20px;
	line-height: 32px;
}
.team .conIn{

	font-size: 14px;
	color: #333;
	line-height: 21px;
}
.team_pic{
	padding-top: 20px;
}
.team_pic li{
	float: left;
	text-align: center;
	margin-right: 8px;
	padding: 4px 26px;
	line-height: 38px;
}
.team_pic li.last{
	margin-right: 0;
}
.team .pic_box{
	width: 202px;
	height: 250px;
	display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #eee;
}
.pic_box img{
	max-width: 100%;
	max-height: 100%;
	display: block;
           margin:0 auto;
}
.rTop{
    width: 50px;
    padding: 5px 0;
    background: #7d98c5;
    position: fixed;
    right: 10px;
    top: 48%;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: none;
    border-radius: 5px;
}
.rTop:hover{
    background: #2555a9;
}

 /*团队成员*/
.member {    padding: 0 10px 0 20px;}
.team h3{line-height: 32px;color: #333;font-size: 16px;margin-bottom: 15px;}
.team h4{line-height: 26px;margin-bottom: 15px;margin-top: -15px;}
.team ul li{float: left;width: 130px;margin: 0 27.14px 20px 0;}
.team .img-wp{width: 120px;height: 144px;padding: 4px;border: 1px solid #ccc;display: table-cell;text-align: center;vertical-align: middle;}
.team .img-wp img{max-width: 120px;max-height: 134px;}
.team ul li p{line-height: 18px;padding: 8px 0;text-align: center;color:#000;}

/* xueshengxinxi*/
.rightconside h2 {
    width: 100%;
    height: 35px;
    font-size: 16px;
    color: #286fb7;
}
.rightconsidexsxx h2 {
    width: 100%;
    height: 35px;
    font-size: 16px;
   color: #50cacf;
}
.rightconsidexsxx {
    width: 93%;
    margin: 0 auto;
}
.xsxxtit {
    width: 100%;
    height: 30px;
    background: #f7f6f6;
    border: 1px solid #f1f1f1;
}
.xsxxtit h2 {
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-indent: 12px;
    color: #FFF;
    background:#3a66b1;
    border: 1px solid #3a66b1;
}
.xsxxfei1 {
    width: 100%;
    padding-top: 13px;
}
.xsxxfei1 h2 {
    width: 100%;
    font-size: 16px;
    text-indent: 16px;
    background: ;
}
.xsxxfei1 h2 span {
    color: #F60;
}
.namelist {
    width: 100%;
    padding: 5px 0px;
    background: #fcfcfc;
    border: 1px solid #f6f6f6;
}
.namelist a {
    display: block;
    float: left;
    width: 135px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 0 10px;
    font-size: 15px;
    color: #4c4c4c;
    margin-bottom: 5px;
}
.clear {
    clear: both;
}
.mat20 {
    margin-top: 20px;
}
.rightconside {
    width: 93%;
    margin: 0 auto;
    min-height: 800px;
}
.xsxxtit {
    width: 100%;
    height: 30px;
    background: #f7f6f6;
    border: 1px solid #f1f1f1;
}
.bggreen h2 {
    background: #0e766d;
    border: 1px solid #127d73;
    width: 200px;
}
.padtop6 {
    padding-top: 6px;
}
.listej {
    width: 100%;
    clear: both;
}
.listej li {
    width: 100%;
    line-height: 36px;
    font-size: 15px;
    word-break: break-word;
}
.listej a {
    color: #000;
    word-wrap: break-word;
    word-break: break-word;
}
div[align="center"] {margin-top:15px}
div[align="center"] a {height:20px}