@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* CSS Document */
html {
	overflow-x: hidden;
}

body {
	background: #f5f5f5;
	overflow: hidden;
}

.wrap {
	margin: 0px auto 0px auto;
	width: 94%
}

.bsbg {
	max-width: 1400px;
	background: #fff;
	width: 95%;
	margin: 25px auto;
}

.index {
	background: url(../images/index-bj.png) no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 140px;
}
.index .conbox{
	margin-top: -34px;
}
.conbox {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

/*top*/
.top {
	width: 100%;
	background: #88000c;
	text-align: right;
	padding: 11px 0;
}

.top a, .top i {
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	height: 21px;
	line-height: 17px;
	cursor: pointer;
}

.top a:last-child {
	padding-right: 25px;
	position: relative;
}

.top a:last-child:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
	width: 0;
	height: 0;
	border-left: 8px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.searchbtn {
	float: right;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	line-height: 33px;
	text-align: center;
	margin-top: 30px;
	border: 1px solid #CFCFCF;
	margin-left: 18px;
}

.searchbtn img {
	vertical-align: middle;
	cursor: pointer;
}

.searhbox01 {
	height: 60px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.4);
	padding: 8px;
	width: 355px;
	border-radius: 5px;
	position: absolute;
	top: 90px;
	right: 0;
	z-index: 9;
	display: none;
}

.searhbox01 .text {
	width: calc(100% - 65px);
	background: #fff;
	padding: 0 10px;
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
}

.searhbox01 .btn {
	width: 45px;
	height: 42px;
	float: right;
	cursor: pointer;
}

.searhbox01 .btn svg {
	vertical-align: middle;
}

.header {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.head {
	width: 1430px;
	z-index: 99;
	margin: 0 auto;
	max-width: 95%;
	position: relative;
}

.head .eng {
	color: #0A5597;
	margin-left: 18px;
	font-size: 14px;
	float: right;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	line-height: 33px;
	text-align: center;
	margin-top: 30px;
	border: 1px solid #CFCFCF;
}

.logo {
	float: left;
	transition: .3s;
	/* width:380px; */
	padding: 35px 0 30px 0;
}

.logo a {
	display: inline-block;
}

.logo i {
	width: 1px;
	height: 20px;
	margin: 0 15px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
}

.logo span {
	display: inline-block;
	line-height: 50px;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
}

.headr {
	float: right;
	padding-top: 12px;
}

.headr .ce {
	float: right;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
	line-height: 40px;
	vertical-align: middle;
	background: url(../images/cnicon.png) no-repeat left center;
	padding-left: 35px;
	font-size: 16px;
	color: #333;
}

.headr .ce a {
	color: #fff;
}

.head-links a.kdhome {
	background: url(../images/home.png) left center no-repeat;
}

.search {
	width: 275px;
	float: right;
	border: 1px solid #fff;
	position: relative;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	-o-border-radius: 19px;
	overflow: hidden;
}

.search .ss {
	width: calc(100% - 65px);
	height: 37px;
	padding-left: 10px;
	line-height: 37px;
	background: transparent;
	vertical-align: middle;
	color: #fff;
	font-size: 15px;
}

.search .ssbtn {
	width: 50px;
	height: 37px;
	background: url(../images/ssbtn.png) no-repeat center center;
	vertical-align: middle;
	cursor: pointer;
}

/*导航*/
.nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(50%);
	z-index: 9;
	margin: 0 auto;
	text-align: right;
	font-size: 0;
	padding-left: 510px;
	padding-right: 60px;
}

.nav::after {
	content: "";
	position: absolute;
	left: 100%;
	right: -300px;
	top: 0;
	bottom: 0;
	background: #0A5597;
}

li.yiji_nav {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

li.yiji_nav .jt {
	display: inline-block;
	width: 20px;
	height: 58px;
	background: url(../images/xljt.png) no-repeat center center;
	vertical-align: middle;
	float: right;
}
.more_ul li.yiji_nav .jt{
	display:none;
}

a.yiji_nav {
	display: block;
	padding: 0 25px;
	line-height: 58px;
	text-align: center;
	float: left;
	margin-left: 0px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	overflow: hidden;
}

a.yiji_nav:hover {}

.select_box li.yiji_nav, .select_box .more_ul li a, .select_box a.yiji_nav {
	height: auto !important;
	padding: 7px 10px;
	line-height: 30px !important;
	font-size: 15px;
}

.select_box li.yiji_nav {
	padding: 0;
}

.select_box li.yiji_nav a:hover {
	background: rgba(245, 166, 35, 0.8);
	border-bottom: 0;
}

li.erji_nav:hover a.erji_nav, a.erji_nav:hover {
	color: #fff;
	background: rgba(245, 166, 35, 0.8)
}

.more_ul li.yiji_nav:hover:before, .more_ul li.yiji_nav:hover:after {
	display: none;
}

/* 这是控制菜单显示与隐藏的重点 */
a.yiji_nav:hover ul.erji_nav, li.yiji_nav:hover ul.erji_nav {
	visibility: visible;
}

a.erji_nav {
	display: block;
	text-align: center;
	line-height: 26px;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

#menu {
	z-index: 99;
	position: relative;
	display: inline-block;
	background: #0A5597;
	padding: 0 25px;
	border-radius: 29px 0px 0px 29px;
}

#menu ul {
	width: 100%;
	float: right;
}

ul.erji_nav {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100% !important;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999
}

li.erji_nav {
	position: relative;
	/* 这里把第二级菜单项设成相对定位，以使得它包含的三级菜单相对它自己定位 */
	left: 0px;
	top: 0px;
}

.more_ul {
	width: 200px;
	height: auto;
	position: absolute !important;
	position: absolute;
	z-index: 999;
	top: 100%;
	right: 0px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.more_ul li {
	width: 100%;
}

.more_ul li a.yiji_nav {
	display: block;
	line-height: 40px;
	width: 100%;
	cursor: pointer;
	color: #fff;
}

.more_ul li a.yiji_nav:hover {
	background: rgba(245, 166, 35, 0.8);
	color: #fff;
}

.select_box {
	position: absolute;
	width: 60px;
	text-align: center;
	display: inline-block;
	float: none;
	background: #0A5597;
	right: 0;
	top: 0;
}

.select_box i {
	display: block;
	line-height: 70px;
	width: 80px;
	float: left;
	color: #3156a3;
	font-size: 18px;
}

.select_box span {
	width: 60px;
	float: left;
	line-height: 58px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0;
}

.select_box span img {
	width: 27px;
	vertical-align: middle;
}


/*手机导航*/
.mob {
	display: none;
}

.nav-icon {
	width: 42px;
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 35px;
	display: none;
	border-radius: 5px;
}

.nav-icon img {
	vertical-align: middle;
}

#navbg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	top: 0;
	display: none;
	z-index: 999
}

.navlist {
	position: fixed;
	right: -1024px;
	top: 0;
	background: #0A5597;
	width: 80%;
	height: 100%;
	z-index: 9999;
	overflow-y: auto;
	box-shadow: -5px 0 13px rgba(0, 0, 0, .43);
}

.mob_link {
	width: 100%;
	height: 50px;
	padding: 10px 15px;
}

.mob_link .link_l {
	float: left;
	line-height: 30px;
}

.mob_link .link_l a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.mob_link .link_l a.kdhome {
	background: url(../images/home.png) left center no-repeat;
}

.mob_link .closebtn {
	float: right;
	cursor: pointer
}

.mob_list {}

.js_mob {
	padding: 10px 12px;
	background: #05457d;
}

.search-input {
	border: 1px solid #fff;
	height: 35px;
}

.search-input:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.search-input input {
	width: calc(100% - 62px);
	float: left;
	background: none;
	outline: none;
	border: 0;
	padding-left: 20px;
	line-height: 32px;
	color: #fff;
}

.search-input button {
	width: 40px;
	height: 33px;
	float: right;
	background: none;
	outline: none;
	border: 0
}

.search-input button img {
	width: 18px;
}

.mob_list li {
	line-height: 50px;
	font-size: 16px;
	/* text-indent: 20px; */
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #396c98;
}

.search-input input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.search-input input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.search-input input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.search-input input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.mob_list li a {
	color: #fff;
	width: 85%;
	display: block;
	padding-left: 20px;
}

.mob_list li i {
	display: block;
	width: 17px;
	height: 17px;
	z-index: 122;
	position: absolute;
	right: 10px;
	top: 17px;
	background: url(../images/jtx.png) center center no-repeat;
	background-size: 17px
}

.mob_list li i.icon {
	background: url(../images/jts.png) center center no-repeat;
	background-size: 17px
}

.mob_list li .ejnav {
	display: none
}

.mob_list li .ejnav li {
	width: 100%;
	border: 0;
	line-height: 45px;
	font-size: 14px;
	background: #05457d;
	border-bottom: 1px solid #396c98;
}

.mob_list li .ejnav li:last-child {
	border-bottom: 0;
}

.mob_list li .ejnav li a {
	width: 100%;
}

.open {
	right: 0
}

.banner {
	background: url(../images/banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	overflow: hidden;
}

.banner img {
	width: 100%;
}

.banner .slick-dots {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
}

.banner .slick-dots li {
	width: 20px;
	height: 5px;
	background: #fff;
	display: inline-block;
	margin: 0 5px;
}

.banner .slick-dots li.slick-active {
	background: #0a559d;
	width: 30px;
}

.banner .slick-slide img {
	width: 100%;
}

/*个人信息*/
.part01 {
	background: url(../images/profilebg.png) no-repeat right top;
	padding-bottom: 40px;
	position: relative;
}

.part01:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 364px;
	height: 482px;
	background: url(../images/bwpng.png) no-repeat;
}

.page-wid {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.introbox {
	transition: all .5s;

	padding: 108px 138px 108px 0;
	max-width: 685px;
	position: relative;
	z-index: 3;
}

.introbox::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: -260px;
	background: url(../images/xiaohui.png) no-repeat right center;
	background-size: cover;
}

.introbox::-webkit-scrollbar {
	display: none
}

.introbox .esse {
	position: relative;
	padding-top: 20px;
	border-top: 1px solid #98be97;
	margin-top: 50px;
}

.name {
	line-height: 40px;
	margin-top: 10px;
	position: relative;
	padding-bottom: 10px;
}

.name::before {
	content: "";
	position: absolute;
	background: #D8D8D8;
	height: 1px;
	left: -50px;
	right: 9PX;
	bottom: 0;
}

.name::after {
	content: "";
	position: absolute;
	height: 1px;
	bottom: 0;
	transform: translateY(50%);
	width: 17px;
	height: 17px;
	right: 0;
	background: url(../images/name-dot.png) no-repeat;
	background-position: center center;
}

.name h1 {
	font-size: 30px;
	line-height: 30px;
	display: block;
	font-weight: bold;
	position: relative;
	z-index: 5;
	color: #fff;
	text-align: left;
}

.name h1 i.likes {
	float: right;
	background: url(../images/xin.png) no-repeat left center;
	padding-left: 30px;
	font-size: 16px;
	color: #fff;
}

.name p {
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	line-height: 26px;
}

.name h1 svg, .name span svg {
	margin-right: 10px;
	vertical-align: middle;
}

.contact {
	position: relative;
	margin-top: 15px;
}

.contact h1 {
	font-size: 20px;
	font-weight: bold;
	border-left: 3px solid #fff;
	padding-left: 10px;
	color: #fff;
	margin-bottom: 15px;
}

.contact .xx_lx {
	display: block;
}

.contact p {
	width: 50%;
	float: left;
	margin: 10px 0;
	vertical-align: middle;
	color: #fff;
}

.contact p b {
	font-weight: normal;
}

.contact span {
	display: inline-block;
	width: 32.333%;
	text-align: center;
	background: url(../images/xline.png) no-repeat right center;
}

.contact span b {
	display: inline-block;
	width: 25px;
	height: 27px;
	vertical-align: middle;
	margin-right: 10px;
}

.contact span:last-child {
	background: none;
}

.introbox .photobox {
	text-align: center;
	width: 222px;
	position: relative;
	z-index: 5;
	float: left;
	border-radius: 10px;
	background: #fff;
	border: 11px solid #fff;
	border-radius: 10px;
}

.introbox .photobox span {
	padding-top: 135%;
	position: relative;
	overflow: hidden;
	display: block;
	background: #fff;
}

.teacherimg {
	width: 198px;
	height: 252px;
	margin: 0 auto;
	background: #98be97;
	position: absolute;
	right: -22px;
	top: 30px;
}

.teacherimg span {
	width: 198px;
	height: 252px;
	line-height: 250px;
	display: block;
	position: absolute;
	left: -10px;
	top: -10px;
}

.introbox .photobox img {
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
	border-radius: 10px;
}


/*首页个人简介*/
.brief {
	position: relative;
	overflow: hidden;
	padding-left: 50px;
}

.brief .present {
	font-size: 15px;
	line-height: 30px;
	color: #222;
	width: 85%;
}

.brief .present h1 {
	font-size: 24px;
	color: #991019;
	background: url(../images/xline.png) repeat-x left bottom;
	height: 60px;
	line-height: 60px;
}

.brief .present p {
	line-height: 26px;
	margin-top: 15px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.brief .present.ny {
	width: 100%;
}

.brief .data {
	margin-top: 10px;
}

.tit_in {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	position: relative;
	background: url(../images/xxbg.png) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.tit_in a {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 14px;
	color: #ecd0d1;
	font-weight: normal;
}

.tit_in a:hover {
	color: #fff;
}

.brief .data p {
	line-height: 36px;
}

.brief .data li {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}

.brief .more {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	color: #4b9a7b;
	font-size: 36px;
	width: 0;
	height: 0;
	border-right: 75px solid #f5a624;
	border-top: 75px solid transparent;
}

.brief .more a {
	font-size: 16px;
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	position: absolute;
	bottom: 16px;
	right: -77px;
	color: #fff;
}

.s_bif {
	margin-top: 0;
}

/*教育经历*/
.edu {
	width: 45%;
}

.edu .tit {
	font-size: 22px;
	font-weight: bold;
	color: #0a559d;
	background: url(../images/xxbg_red.png) repeat-x left bottom;
	padding-bottom: 20px;
	position: relative;
}

.edu .tit a, .part_tit a {
	position: absolute;
	right: 0;
	top: 5px;
	line-height: 28px;
	font-size: 14px;
	color: #0a559d;
	font-weight: normal;
	background: url(../images/moreicon.png) no-repeat left center;
	padding-left: 40px;
}

.edu .tit a:hover {
	font-weight: bold;
}

.experice {
	border-left: 1px solid #e5e5e5;
	margin-left: 15px;
	padding-top: 1px;
	margin-top: 30px;
}

.experice li {
	background: url(../images/iconlist.png) no-repeat 0px 0;
	padding-left: 40px;
	margin: -5px 0 30px -10px;
	min-height: 40px;
	display: table;
}

.experice li h2 {
	background: url(../images/dataico.png) no-repeat left 6px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.experice li span {
	display: table-cell;
	vertical-align: top;
	color: #0a559d;
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: bold;
	min-width: 150px;
}

.experice li span em {
	display: inline-block;
	background: #68b697;
	margin-left: 20px;
	padding: 0 10px;
	position: relative;
}

.experice li span em:before {
	content: "";
	display: block;
	position: absolute;
	left: -15px;
	top: 0;
	border-right: 15px solid #68b697;
	border-bottom: 40px solid transparent;
}

.experice li p {
	line-height: 24px;
	font-size: 14px;
	color: #3c3d3d;
	display: table-cell;
	vertical-align: middle;
}

/*内容区*/
.contain {
	width: calc(100% - 380px);
	float: right;
	padding: 0px;
}

.itembox {}

.part_tit {
	background: url(../images/xxbg_red.png) repeat-x left bottom;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}

.part_tit h1 {
	display: inline-block;
	font-size: 32px;
	color: #0a559d;
	font-weight: bold;
}

.account a {
	font-size: 14px;
	color: #fff;
	background: #0a559d;
	display: block;
	margin: 0 auto;
	line-height: 48px;
	margin-top: 20px;
	width: 180px;
	text-align: center;
	opacity: 1;
}

.account a:hover {
	opacity: 0.8;
}

.bkbox {
	border: 1px solid #dbe5ee;
	padding: 25px;
	margin-top: 25px;
	border-radius: 10px;
}

.account {
	margin-top: 20px;
}

.account p {
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	line-height: 30px;
}

.leftbox {
	float: left;
	width: calc(100% - 400px);
	padding-right: 30px;
	margin-top: -40px;
}

/*首页论文成果*/
.kybox {
	background: #f8f8f8;
	padding-bottom: 50px;
}

.slideBox {
	position: relative;
}

.slideBox .hd {
	background: url(../images/xxbg_red.png) repeat-x left bottom;
	text-align: center;
}

.slideBox .hd::-webkit-scrollbar {
	display: none
}

.slideBox .hd ul {
	font-size: 0;
}

.slideBox .hd li {
	font-size: 22px;
	text-align: center;
	color: #383838;
	line-height: 85px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 25%;
	vertical-align: bottom;
	font-size: 0;
	background: #E8EDF6;
	border-left: 1px solid #fff;
}

.slideBox .hd li:nth-child(1) {
	border: none;

}

.slideBox .hd li div {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 35px;
}

.slideBox .hd li div img {
	vertical-align: middle;
	margin-bottom: 5px;
	display: none;
}

.slideBox .hd li div span {
	display: block;
	font-size: 22px;
	line-height: 26px;
	color: #383838;
}

.slideBox .hd li.on {
	line-height: 119px;
	background: url(../images/conbox-tit-on.png) no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 4px 10px 0px rgba(10, 85, 151, 0.3);
	z-index: 9;
}

.slideBox .hd li.on img {
	display: inline-block;
}

.slideBox .hd li.on+li {
	border-color: transparent;
}

.slideBox .bd {
	margin-top: 25px;
	border-radius: 10px;
}

/*获奖信息*/
.honor li {
	background: url(../images/bg-item.png) no-repeat left 7px;
	padding-left: 20px;
	margin-bottom: 25px;
}

.honor li:last-child {
	margin-bottom: 0;
}

/*工作经历*/
.work li {
	display: table;
	border-spacing: 15px;
}

.work li span {
	display: table-cell;
	width: 208px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #f5f5f5;
	color: #1c65aa;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

.work li p {
	display: table-cell;
	font-size: 16px;
	color: #3c3d3d;
	vertical-align: middle;
}

/*论文成果*/
.kydata {
	padding-top: 1px;
}

.kydata li {
	background: url(../images/iconcg.png) no-repeat left 11px;
	min-height: 43px;
	font-size: 16px;
	line-height: 30px;
	padding-left: 37px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.kydata li:last-child {
	margin: -5px 0 0 -22px;
}

.kydata li a:hover {
	color: #0a559d;
}

.kydata .details {
	font-size: 14px;
	color: #fff;
	background: #0a559d;
	display: block;
	margin: 0 auto;
	line-height: 48px;
	margin-top: 20px;
	width: 180px;
	text-align: center;
	opacity: 1;
}

.kydata .details a {
	color: #fff;
}

.kydata .details:hover {
	font-weight: bold;
	opacity: 0.8;
}

/*研究方向*/
.direct {
	margin-top: 30px;
}

.direct li {
	background: url(../images/sjxico.png) no-repeat left 5px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.direct li:last-child {
	margin-bottom: 0;
}


/*研究方向*/
.directionbox {
	width: 100%;
	padding: 60px 0;
	background: #f8f8f8;
}

.yjbg {
	width: 100%;
	overflow: hidden;
}

.yjbg img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.yjbg img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.yj_item {
	margin-top: -80px;
	text-align: right;
}

.yj_item .sub_c {
	display: inline-block;
	width: 45%;
	padding: 40px 30px;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	position: relative;
	background: url(../images/cgbg.png) no-repeat calc(100% - 60px) calc(100% - 30px) #fff;
	background-size: 95px;
	text-align: left;
}

.yj_item .sub_c h1 {
	font-size: 48px;
	color: #9d1519;
	font-weight: bold;
	margin-bottom: 20px;
}

.yj_item .sub_c p {
	font-size: 18px;
	color: #555;
}


/*团队成员*/
.teambox {
	position: relative;
	clear: both;
	background: #382e2f;
	padding: 80px 0;
}

.teambox .teamtit {
	text-align: center;
	background: url(../images/teamtitbg.png) no-repeat center 0;
	height: 316px;
	width: 88px;
	line-height: 30px;
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
	position: absolute;
	left: 25px;
	top: 0;
	writing-mode: vertical-lr;
	padding: 50px 30px;
	letter-spacing: 8px;
	min-height: 316px;
}

.namebox {
	position: relative;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.member {
	margin-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.member .slick-list {
	/* width: calc(100% - 120px); */
	margin: 0 auto;
}

.member .slick-prev {
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -40px;
	width: 60px;
	height: 60px;
	background: url(../images/prevbtn.png);
	cursor: pointer;
	opacity: 0.9;
}

.member .slick-next {
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -40px;
	width: 60px;
	height: 60px;
	background: url(../images/nextbtn.png);
	cursor: pointer;
	opacity: 0.9;
}

.member .slick-prev:hover, .member .slick-next:hover {
	opacity: 1;
}

.member p {
	font-size: 16px;
	margin-bottom: 15px;
}

.teambox .more {
	text-align: center;
	margin-top: 25px;
}

.teambox .more a {
	float: none;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 30px;
	border-radius: 30px;
	color: #fff;
}

.teambox .more a:hover {
	background: #88000c;
	color: #fff;
	border: 1px solid #88000c;
}

.member .slick-slide {
	float: left;
	margin: 0 15px;
	text-align: center;
}

.member li a {
	display: block;
}

.member li .picture {
	padding-top: 130%;
	position: relative;
	overflow: hidden;
}

.member li .picture img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.3s;
}

.member li p {
	font-size: 16px;
	text-align: center;
	color: #333;
	font-size: 16px;
	margin-top: 15px;
}

.team_intro {
	display: table;
	margin-bottom: 20px;
}

.team_intro dl {
	display: block;
	margin-bottom: 10px;
}

.team_intro dt {
	font-size: 16px;
	display: block;
	position: relative;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background: url(../images/membg.jpg) no-repeat left center #0a559d;
	height: 44px;
	width: 170px;
}

.team_intro dd {
	overflow: hidden;
	zoom: 1;
	line-height: 30px;
	padding-left: 30px;
	text-indent: 2em;
	margin-top: 10px;
}

/*footer*/
.footer {
	width: 100%;
	color: #fff;
	background: #28389A;
	background: linear-gradient(0deg, #28389A 0%, #215EA8 100%);
	padding: 50px 0;
}


.foot-l {
	float: left;
}

.foot-l p {
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	color: #D1D1D1;
}

.foot-r {
	float: right;
}

.foot-r div img {
	display: block;
	margin: 0 auto;
	width: 100px;
}

.foot-r p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #D1D1D1;
}

.visit {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.visit li {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.visit li:last-child {
	border-right: 0;
}

.visit li p {
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
	font-weight: 100;
}

.tutor {
	clear: both;
	text-align: center;
	/* margin-top: 30px; */
	vertical-align: middle;
	position: absolute;
	right: 0;
	bottom: 50px;
}

.tutor a {
	display: inline-block;
	height: 40px;
	position: relative;
	text-align: center;
	line-height: 40px;
	color: #222;
	font-size: 20px;
	padding: 0 50px 0 25px;
	color: #fff;
	/* margin: 0px 20px; */
	background: rgba(10,85,151,80%);
	/* width: 180px; */
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
}
.tutor a:after{
	content:"";
	position:absolute;
	background: url(../images/enter.png) no-repeat;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.tutor a:last-of-type{
	margin-left: 30px;
}

.tutor a:hover {
/*	opacity: 0.9;*/
}

.copy {
	width: 100%;
	border-top: 1px solid #a1b9cf;
	text-align: center;
	padding: 10px;
	line-height: 26px;
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}

.whitebg {
	background: #fff;
	margin-top: -150px;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.introbox.whitebg .photobox {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}



/*研究方向页面*/
.list_R dt {
	font-size: 18px;
	line-height: 30px;
	background: url(../images/bg-item02.png) no-repeat left 12px;
	padding-left: 13px;
	padding: 8px 0 8px 25px;
	color: #fff;
	margin-top: 10px;
}

.list_R dt a {
	color: #333;
}

.list_R dt:hover a {
	color: #0a559d;
}

.list_R dd {
	line-height: 28px;
	font-size: 16px;
	padding: 10px 15px 10px 10px;
	border-bottom: 1px dashed #e5e5e5;
	background: url(../images/linkicon.png) no-repeat 10px 15px;
	padding-left: 35px;
}

.list_R dd:hover a {
	color: #0a559d;
}


/*团队成员页面*/
.pd-m {
	padding: 25px 0
}

.team_c {
	margin-top: 15px;
}

.team_c dl {}

.team_c dt {
	font-size: 16px;
	display: block;
	padding: 10px;
	position: relative;
	font-weight: bold;
	color: #0a559d;
	float: left;
}

.team_c dd {
	overflow: hidden;
	zoom: 1;
	line-height: 30px;
	padding-top: 5px;
}

.team_member {}

.team_member li {
	width: 16%;
	margin: 20px 2%;
	padding: 5px;
	float: left;
	text-align: center;
	background: #fff;
}

.team_member li a {
	display: block;
}

.team_member li .picture {
	padding-top: 140%;
	position: relative;
	overflow: hidden;
	background: rgba(10,85,151,8%);
}

.team_member li .picture img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.3s;
}

.team_member li p {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}


/*分页*/




.pages table{width:auto !important; margin:0 auto}
 tbody{
     border: none;
    background-color: #fff;
 }
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #0a559d  !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #0a559d  !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #0a559d !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#0a559d, EndColorStr=#0a559d)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0a559d), to(#0a559d))!important;
    background: -moz-linear-gradient( top,#0a559d,##0a559d)!important;
    background: -ms-linear-gradient(top,#0a559d 0%,#0a559d 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}



.ydpage{
	line-height:36px;
	height:36px;
	color:#fff;
	background: #0a559d;
	text-align:center;
	border-radius:10px;
	margin-top:10px;
}


/*综合页面*/
.partbox {
	background: #fff;
	margin-top: 30px;
	padding: 30px 60px;
}

.nobg {
	background: transparent;
}

.location {
	position: relative;
	line-height: 60px;
	background: url(../images/xxbg_red.png) repeat-x left bottom;
}

.location h1 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #0a559d;
	position: relative;
}

.location span {
	float: right;
	color: #999;
	padding-right: 35px;
}

.compage {
	padding: 0px;
	min-height: 75px;
}

.flow {
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 30px;
}

.flow:last-child {
	border-bottom: 0;
}

.column_tit {
	line-height: 30px;
	padding: 10px 0;
	position: relative;
}

.column_tit:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.column_tit .tmt {
	font-size: 16px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background: url(../images/membg.jpg) no-repeat left center #0a559d;
	height: 44px;
	padding: 0 30px 0 40px;
}

.column_tit a {
	position: absolute;
	right: 0;
	top: 5px;
	line-height: 28px;
	font-size: 14px;
	color: #0a559d;
	font-weight: normal;
	background: url(../images/moreicon.png) no-repeat left center;
	padding-left: 40px;
}

.column_tit a:hover {
	font-weight: bold;
}

.column_tit h1 {
	padding: 5px 20px;
	background: #991019;
	color: #fff;
	font-size: 18px;
	position: relative;
}

.compage a.morebtn {
	margin-top: 0;
	float: right;
	padding-left: 50px;
	background: url(../images/morebg.png) no-repeat left 20px;
	font-size: 16px;
	color: #991019;
	height: 50px;
	line-height: 50px;
}

.compage a.morebtn:hover {}

.flow .pl, .tplist {
	line-height: 28px;
}


.flow .pl table{
	 border-collapse: collapse;
}
.flow .pl table td{
	border:1px solid #5a5a5a;
	padding: 0 10px;
	line-height:28px;
}

.zhlist {}

.zhlist li {
	padding: 15px 0 15px 37px;
	font-size: 16px;
	line-height: 36px;
	background: url(../images/bg-item02.png) no-repeat 10px 19px;
	border-bottom: 1px solid #e5e5e5;
}

.zhlist li:last-child {
	border-bottom: 0;
}

.zhlist li:hover a {
	color: #0a559d;
}

.tplist {}

.tplist li {
	width: calc(25% - 3%);
	margin: 10px 1.5%;
	float: left;
	vertical-align: top;
}

.tplist li a {
	display: block;
}

.tplist li a .pic_p {
	display: block;
	background: #f5f5f5;
	padding-top: 66.7%;
	position: relative;
	overflow: hidden;
}

.tplist li a .pic_p img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.3s;
}

.tplist li p {
	text-align: center;
	line-height: 45px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	padding: 0 5px;
}


/*教师图片页面*/
.particular {
	float: left;
	width: 20%;
}

.particular li {
	padding: 20px 10px;
	background: #fff9f0;
	-moz-box-shadow: 0px 1px 5px #cfcfcf;
	-webkit-box-shadow: 0px 1px 5px #cfcfcf;
	box-shadow: 0px 1px 5px #cfcfcf;
	margin-bottom: 15px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 0em;
	-webkit-border-bottom-right-radius: 0em;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0em;
	-moz-border-radius-bottomright: 0em;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0em;
	border-bottom-right-radius: 0em;
	border-bottom-left-radius: 10px;
	cursor: pointer
}

.particular li.on {
	background: url(../images/tabbg.png) no-repeat right bottom #8f000b;
	color: #fff;
}

.particular li.on a {
	color: #fff;
}

.piclist {
	width: 77%;
	float: left;
	margin-left: 20px;
}

.piclist li {
	width: 30%;
	margin: 0 0 20px 2.8%;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e5e5e5
}

.piclist li span {
	display: table;
	width: 100%;
	height: 170px;
}

.piclist li span a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.piclist li span a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.piclist li p {
	text-align: center;
	line-height: 28px;
}

/*内容页*/
.content h2 {
	font-size: 32px;
	text-align: center;
	margin-top: 10px;
}

.content .Subtitle {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.content .Subtitle .time {
	display: inline-block;
	color: #888;
	margin: 0 10px;
	font-size: 14px;
}

.content .Subtitle .click {
	display: inline-block;
	color: #888;
	margin: 0 10px;
	font-size: 14px;
}

.content .subs {
	margin: 25px 0;
	line-height: 28px;
}

.content .subs table{
	 border-collapse: collapse;
}
.content .subs table td{
	border:1px solid #5a5a5a;
	padding: 0 10px;
	line-height:28px;
}


.content .subs p img {
	max-width: 90%;
	margin: 0 auto;
}

.enclosure {}

.enclosure h3 {
	font-size: 16px;
	display: inline-block;
	padding: 10px 35px 10px 20px;
	position: relative;
	background: #e8f0f9;
	border: 1px solid #0682d6;
	border-right: 0;
	font-weight: bold;
	color: #013e74;
}

.enclosure h3:after {
	content: "";
	width: 37px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0px;
	top: -1px;
	background: url(../images/btsj.png) no-repeat;
	background-size: 100% 102%;
}

.enclosure .wzlist {
	padding-left: 20px;
}

.enclosure .wzlist li {
	background: url(../images/bg-item02.png) no-repeat left 6px;
	line-height: 28px;
	padding: 5px 0 5px 25px;
}

.enclosure .imglist {
	margin-top: 10px;
}

.enclosure .imglist li {
	width: calc(25% - 3%);
	padding: 5px;
	height: 200px;
	vertical-align: top;
	margin: 10px 1.5% 10px 1.5%;
	border: 1px solid #0166c0;
	float: left;
}

.enclosure .imglist li span {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.enclosure .imglist li span img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.flip {
	margin-top: 10px;
}

.flip li {
	margin: 10px 0;
	line-height: 28px;
}

.flip li span {
	float: left;
	padding-right: 10px;
	color: #0a559d;
	padding: 0px 10px;
	font-weight: bold
}

.flip li a {
	display: block;
	overflow: hidden;
	zoom: 1;
	/* padding-left: 15px; */
	/* padding-top: 5px; */
}


.flip li:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

/*结构化内容页*/
.structure {
	margin: 20px 0;
}

.structure dl {
	display: table;
	width: 100%;
	border-spacing: 5px;
}

.structure dl:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both
}

.structure dl dt {
	display: table-cell;
	width: 15%;
	text-align: right;
	line-height: 28px;
	padding: 10px;
	background: #f0f5ff;
	color: #0a559d;
	vertical-align: middle;
	margin-right: 20px;
}

.structure dl dd {
	display: table-cell;
	line-height: 28px;
	padding: 10px 15px;
	vertical-align: middle;
	background: #f6f6f6;
}

/*标题列表页*/
.yd_list {
	display: none;
}

.titlist li {
	line-height: 28px;
	padding: 10px 0 10px 20px;
	background: url(../images/gdjt.png) no-repeat left 19px;
	background-size: 5px;
	border-bottom: 1px dashed #a3a3a3
}


.itemblock {
	padding-left: 202px;
	position: relative;
	min-height: 128px;
	margin-top: 50px;
}

.itembox-tit {
	position: relative;
}

.itembox-titicon {
	width: 128px;
	height: 128px;
	background: #8AAAA7;
	border-radius: 50%;
	border: 17px solid transparent;
	position: absolute;
	left: 0;
	transform: translateX(-202px);
}

.itembox-titicon::before {
	content: "";
	position: absolute;
	left: 100%;
	right: -60px;
	top: 50%;
	height: 1px;
	background: #D8D8D8;
	z-index: 4;
}

.itembox-titicon div {
	background: linear-gradient(142deg, #CCD4D6 15%, #FFFFFF 84%);
	border: 2px solid #F6FFFF;
	position: relative;
	height: 100%;
	border-radius: 50%;
}

.itembox-titicon div::before {
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	opacity: 0.4;
	background: #8AAAA7;
	top: 50%;
	transform: translateY(-50%) translateX(55px);
	left: 100%;
	z-index: 1;
	border-radius: 50%;
}

.itembox-titicon div::after {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: #8AAAA7;
	top: 50%;
	transform: translateY(-50%) translateX(60px);
	left: 100%;
	z-index: 4;
	border-radius: 50%;
}

.itembox-tit1 .itembox-titicon {
	background: #8AAAA7;
}

.itembox-tit2 .itembox-titicon {
	background: #09BDCB;
}

.itembox-tit3 .itembox-titicon {
	background: #087CB7;
}

.itembox-tit4 .itembox-titicon {
	background: #0A557D;
}

.itembox-tit1 .itembox-titicon div::before {
	background: #8AAAA7;
}

.itembox-tit2 .itembox-titicon div::before {
	background: #638285;
}

.itembox-tit3 .itembox-titicon div::before {
	background: #087CB7;
}

.itembox-tit4 .itembox-titicon div::before {
	background: #0A557D;
}

.itembox-tit1 .itembox-titicon div::after {
	background: #8AAAA7;
}

.itembox-tit2 .itembox-titicon div::after {
	background: #09BDCB;
}

.itembox-tit3 .itembox-titicon div::after {
	background: #087CB7;
}

.itembox-tit4 .itembox-titicon div::after {
	background: #0A557D;
}

.itembox-titicon div img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 50%;
	max-height: 50%;
}

.itembox-titname {
	padding-top: 51px;
	padding-bottom: 25px;
}

.itembox-titname h3 {
	font-size: 0;
}

.itembox-titname h3 b {
	font-size: 26px;
	font-weight: bold;
	line-height: normal;
	color: #0A5597;
	line-height: 26px;
	display: inline-block;
	vertical-align: bottom;
}

.itembox-titname h3 i {
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	height: 24px;
	background: #D8D8D8;
	transform: rotateZ(15deg);
	margin: 0 15px 0 20px;
}

.itembox-titname h3 span {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #C8C8C8;
	display: inline-block;
	vertical-align: bottom;
}

.itemlist li {
	padding: 5px 0;
}

.itemlist li a {
	display: block;
	padding-left: 30px;
	background: url(../images/itemlist-icon1.png) no-repeat;
	background-position: left 4px;
	font-size: 20px;
	line-height: 28px;
	color: #242424;
}

.itemlist li a:hover {
	color: #0A5597;
}

.itemtext p {
	font-size: 20px;
	line-height: 48px;
	color: #242424;
}


@media only screen and (max-width:1200px) {

	.tutor a{
		display:block;
		
	}
	.tutor a:last-of-type{
		margin-left:0;
		margin-top:15px;
	}

	
}

@media only screen and (max-width:1024px) {
	.logo {
		width: auto;
		padding: 0;
	}

	.logo span {
		font-size: 30px;
	}

	.logo i {
		height: 50px;
	}

	.searchbtn {
		display: none;
	}

	.searhbox01, .head .eng {
		display: none;
	}

	.head {
		padding: 15px 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.top i.searchbtn {
		display: none !important;
	}

	.nav, .headr .ce {
		display: none
	}

	.mob {
		display: block
	}

	.nav-icon {
		margin-left: auto;
		display: block;
		background: #0a559d;
	}

	#menu {
		width: 0;
	}

	.more_ul {
		width: 220px;
		right: 0;
		left: auto
	}

	ul.erji_nav {
		position: relative;
		left: auto;
		top: auto;
		display: none
	}

	.select_box .more_ul li a {
		background: #991019
	}

	a.yiji_nav {
		text-align: left;
		width: 85%;
		float: left;
		text-indent: 10px;
	}

	li.yiji_nav .jt {
		display: block;
		width: .2rem;
		height: .2rem;
		z-index: 122;
		position: absolute;
		right: 10px;
		top: 11px;
		background: url(../images/jtx.png) center center no-repeat;
		background-size: .15rem
	}

	.namebox:after {
		display: none;
	}

	.introbox {
		padding: 50px 0;
	}

	.basic {
		float: none;
		width: calc(100% - 50px);
		margin-left: auto;
		margin-right: auto;
	}

	.leftbox {
		float: none;
		padding-right: 0;
		width: 100%;
		margin-top: 80px;
	}

	.part {
		background: url(../images/partbg.jpg) no-repeat center top;
		margin-top: 40px;
		padding-bottom: 42px;
		padding-top: 30px;
		background-size: cover;
	}

	.location span {
		display: none;
	}

	.yj_item .sub_c {
		width: 60%;
	}

	.yd_list {
		display: block;
	}

	.pc_list {
		display: none;
	}

	.zhlist li {
		font-size: 16px;
	}

	.location h1 {
		font-size: 22px;
	}

	.contain {
		float: none;
		width: 100%;
	}


	
	.enclosure .imglist li {
		width: 23%;
		height: 150px;
	}

	.structure dl dt {
		width: 25%;
	}

	.footer {
		position: relative;
		padding: 30px 0;
	}

	.location {
		margin-top: 20px;
	}

	.itemlist li a {
		font-size: 18px;
	}

	.itemtext p {
		font-size: 18px;
		line-height: 38px;
	}

	.foot-l p {
		font-size: 16px;
	}
}

@media only screen and (max-width:959px) {
	.introbox .photobox {
		float: none;
		margin: 0 auto;
	}

	.brief {
		margin: 0 auto;
		width: auto;
		float: none;
	}

	.brief .data li {
		width: auto;
		float: none;
		margin: 15px 0;
		line-height: 26px;
	}

	.contact p {
		width: auto;
		float: none;
	}

	.edu {
		float: none !important;
		width: auto;
	}

	.member li {
		width: 33.333%;
		margin-top: 15px;
	}

	.visit, .bq {
		width: 100%;
		text-align: center;
		display: block;
	}

	.bq {
		margin-top: 20px;
	}

	.bq p {
		text-align: center;
	}

	.research {
		float: none !important;
		width: auto;
	}

	.team {
		height: 540px;
	}

	.tit {
		font-size: 16px;
	}

	.nrwz a {
		margin-top: 0
	}

	.menlist li span {
		height: 189px;
	}

	.teacher_pic {
		margin-right: 20px;
	}

	.teacher_int {
		width: 97%;
		float: none;
		margin-left: 0
	}

	.tplist li {
		width: calc(33.333% - 3%);
	}

	.tplist li span {
		height: 90px;
	}

	.piclist li {
		width: 29.8%
	}

	.piclist li span {
		height: 120px;
	}

	.team_member li {
		width: 21%;
	}
	.content h2{
		font-size: 26px;
	}
}

@media only screen and (max-width:768px) {
	.logo {
		width: 85%;
		text-align: left;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 0;
	}

	.logo span {
		font-size: 18px;
	}

	.logo a {
		max-width: 85%;
		margin-right: auto;
	}

	.logo i {
		height: 35px;
		margin: 0;
		margin-right: auto;
	}

	.logo img {
		width: 100%;
	}

	.logo span {
		margin-right: auto;
	}

	.banner {
		background-size: auto 300px;
	}

	.introbox {
		margin: 20px 0 0 0;
		padding: 30px 0 0 0;
		background: rgba(10, 85, 157, .7);
	}

	.introbox::before {
		display: none;
	}
	.tutor {
		position: static;
	}

	.brief {
		float: none;
		padding-top: 1px;
		padding-bottom: 15px;
		padding-left: 20px;
	}

	.brief .data li {
		margin: 5px 0;
	}

	.name {}

	.perbox {
		height: auto;
		min-height: 590px;
		padding-bottom: 80px;
	}

	.perbox ul {
		height: auto;
	}

	.bq {
		float: none;
		width: auto;
		text-align: left;
	}

	.visit {
		text-align: center;
		float: none;
		width: auto;
		margin-top: 10px;
	}

	.tutor a {
		margin-top: 10px;
		display:inline-block;
	}

	.team_member li {
		width: 29.333%;
	}

	.structure dl dt, .structure dl dd, .structure dl {
		display: block;
		width: auto;
		text-align: left;
		margin-top: 10px;
		margin-right: 0;
	}

	.member li {
		width: 50%;
		margin-bottom: 15px;
	}

	.index .conbox {
    margin-top: 0;
}

	.introbox .photobox {
		width: 160px;
	}

	.itembox-titicon {
		width: 50px;
		height: 50px;
		border-width: 5px;
		transform: translateX(-60px);
	}

	.itemblock {
		padding-left: 60px;
		margin-top: 25px;
	}

	.itembox-titname {
		padding-top: 12px;
		padding-bottom: 15px;
	}

	.itembox-titicon::before {
		display: none;
	}

	.itembox-titicon div::before {
		display: none;
	}

	.itembox-titicon div::after {
		display: none;
	}

	.itembox-titname h3 b {
		font-size: 22px;
	}

	.itembox-titname h3 span {
		font-size: 14px;
	}

	.itembox-titname h3 i {
		margin: 0 5px;
	}

	.itemlist li a {
		font-size: 16px;
	}

	.itemtext p {
		font-size: 16px;
		line-height: 30px;
	}

	.index {
		padding-bottom: 50px;
	}

	.foot-l {
		float: none;
		text-align: center;
	}

	.foot-r {
		float: none;
                text-align:center;
	}

	.foot-l p {
		line-height: 30px;
	}
}

@media only screen and (max-width:640px) {

	.part_tit h1 {
		font-size: 22px;
	}

	.bkbox {
		padding: 15px;
	}

	.work li {
		border-spacing: 0;
		margin-bottom: 15px;
	}

	.slideBox .hd {
		white-space: nowrap;
	}

	.slideBox .hd li {
		font-size: 18px;
		line-height: 50px;
	}

	.slideBox .hd li.on {
		font-size: 22px;
		line-height: 70px;
	}

	.slideBox .hd li div span {
		font-size: 16px;
		line-height: 20px;
	}

	.slideBox .hd li div img {
		height: 20px;
		margin-bottom: 0;
	}

	.itembox, .slideBox, .partbox {}

	.partbox {
		padding: 20px;
	}

	.experice li span {
		display: inline-block;
	}

	.experice li p {
		display: block;
	}

	.work li span {
		display: block;
	}

	.work li p {
		display: block;
		font-size: 16px;
		margin-top: 10px;
	}

	.visit li, .bq h1 {
		font-size: 19px;
	}

	.visit li p {
		font-size: 14px;
	}

	.yj_item {
		text-align: center;
	}

	.yj_item .sub_c {
		width: 90%;
		margin: 0 auto;
		padding: 20px;
	}

	.yj_item .sub_c h1 {
		font-size: 36px;
	}

	.team_intro h1 {
		width: 70%;
		height: 50px;
		line-height: 50px;
		display: block;
	}

	.team_intro p {
		display: block;
		width: auto;
		padding-left: 0;
		margin-top: 10px;
	}

	.team_c dt {
		display: inline-block;
		float: none;
	}

	.team_member li {
		width: 46%;
	}

	.tplist li {
		width: calc(50% - 3%);
	}

	.relist li {
		width: auto;
		float: none !important;
	}

	.member .slick-list {
		/* width: calc(100% - 60px); */
	}

	.member .slick-next, .member .slick-prev {
		width: 30px;
		height: 30px;
		background-size: 100% 100%;
	}

}

@media only screen and (max-width:414px) {
	.namebox {
		font-size: 32px;
	}

	.intro .name {
		font-size: 24px;
		line-height: 46px;
		padding-left: 103px;
		width: 100%;
		background-size: 100%;
	}

	.visit li {
		padding: 0 10px;
		font-size: 20px;
	}

	.visit li p {
		font-size: 15px;
	}

	.teambox .teamtit {
		background-size: 75%;
		min-height: auto;
		height: auto;
		letter-spacing: 0px;
		top: -19px;
		padding: 72px 30px;
	}

	.brief .data li, .kydata li, .yj_item .sub_c p, .team_intro p {
		font-size: 14px;
	}

	.kydata li {
		margin-bottom: 10px;
		padding-left: 29px;
	}

	.team_intro dd {
		padding-left: 0;
		font-size: 14px;
	}

	.itembox, .slideBox {}

	.part {
		margin-top: -160px;
		padding-top: 169px;
	}

	.itembox .title span {
		font-size: 16px;
		margin-left: 0;
	}

	.perbox {
		margin-top: -65px;
	}

	.zhlist li {
		font-size: 14px;
	}

	.perbox li p {
		white-space: break-spaces;
		overflow: initial;
	}

	.member {
		float: none;
		clear: both;
		width: auto;
	}

	.through .experice li span {
		font-size: 19px;
	}

	.member li:nth-child(even) {
		margin-right: 0;
	}

	.member li {
		width: calc(50% - 8px);
	}

	.tplist li a span {
		height: 130px;
		line-height: 129px;
	}
}

@media only screen and (max-width:380px) {
	.introbox.whitebg .brief {
		padding: 0 10px;
	}

	.name h1 {
		font-size: 22px;
	}

	.name h1 span {
		margin-left: 20px;
	}

	.relist {
		padding: 15px 10px;
	}

	.introbox {
		padding: 10px;
	}

	.itembox, .slideBox, .partbox {}
}

@media only screen and (max-width:320px) {
	.part01:after {
		display: none;
	}

	.name h1:after {
		display: none;
	}

	.tutor a {
		width: 90%;
		font-size: 14px;
	}

}


/*  */
.ky_team{}
.ky_team .meb-t{}
.ky_team .meb-t h3{
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: normal;
    color: #333333;
    background: #ebf1ff; /* 匹配图里浅蓝 */
  /* 四个顶点坐标：左上 → 右上 → 右下 → 左下 */
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    display: inline-block;
    padding: 10px 50px 10px 30px;
    margin: 20px 00;
    width: auto;
}
.ky_team .meb-t p{
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: normal;
    color: #333333;
}
.ky_team  .member{
    margin-bottom: 0;
    border-bottom: none;
}
.ky_team  .member .slick-list{
    width: 100%;
}
.ky_team  .member .slick-next{
    width: 38px;
    height: 38px;
    right: -30px;
}
.ky_team  .member .slick-prev{
	 width: 38px;
	 height: 38px;
	 left: -30px;
}
.ky_team  .member li p{
    margin: 0;
}
.ky_team  .member .slick-slide{
}

@media only screen and (max-width:768px) {
.ky_team .meb-t h3{
    font-size: 20px;
    line-height: 32px;
    padding: 10px 20px 10px 10px;
}
	.ky_team .meb-t p{
    font-size: 16px;
    line-height: 36px;
}
	.ky_team .member .slick-list{
    /* width: calc(100% - 80px); */
}
	.ky_team .member .slick-next{
    right: 0;
}
}