@charset "utf-8";

/* CSS Document */
body {
	/* background: #f9f9f9;
	max-width: 1920px; */
	margin: 0 auto;
	overflow-x: hidden;
}

.s1-s4 {}

.h-s1 {
	background: url(../images/h-s1.png) no-repeat center center/ cover;
	position: relative;
}

.h-s1::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 242px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.s1 .itembox .conbox {
	background-color: #fff;
}

.itembox .edu {
	background-color: #fff;
	padding: 20px 35px 15px 25px;
}

.s5 {
	background: url(../images/h3-bg.png) no-repeat center center/ cover;
}

/* 团队成员 - s5 布局 */
.s5 .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 230px;
}

.s5 .left {
	flex: 1;
	min-width: 0;
}

.s5 .left .tit {
	width: 477px;
	height: 92px;
	padding-left: 30px;
	padding-top: 19px;
	background: url(../images/s5-tit.png) no-repeat center center/ 100% 100%;
}

.s5 .left .tit span {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: normal;
	color: #FFFFFF;
	text-shadow: 0px 4px 10px rgba(30, 104, 146, 0.48);
}

.s5 .left .box {
	margin-top: 40px;
}
.s5 .left .box h3{
	font-family: ArialMT;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 10px;
}
.s5 .left .box p {
	font-family: ArialMT;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: normal;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.more {
	margin-top: 60px;
}

.more a {
	max-width: 230px;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	border-bottom: 1px solid #1E7DA4;
	padding-left: 15px;
	transition: all 0.5s;
}

.more a i {
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/more1.png) no-repeat center center/ 100% 100%;
	margin-left: 20px;
	transition: all 0.5s;
}

.more a:hover {
	color: #1E7DA4;
}

.more a:hover i {
	transform: rotate(45deg);
}

.s5 .right {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: 75px;
}

/* 轨道容器 */
.team-orbit {
	position: relative;
	width: 586px;
	height: 586px;
}

/* 细线轨道 */
.orbit-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(97, 179, 177, 0.3);
	background: linear-gradient(270deg, #ffffff 18%, rgba(255, 255, 255, 0) 99%);
	/* 淡蓝色细线 */
	border-radius: 50%;
	box-sizing: border-box;
}

/* 中间主头像 */
.center-avatar {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 370px;
	height: 370px;
	border-radius: 50%;
	box-shadow: 0px 4px 20px 0px rgba(21, 53, 71, 0.6);
	overflow: hidden;
	z-index: 10;
	background: #fff;
}

.center-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 轨道上的头像项 */
.orbit-item {
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	background: #fff;
	transform: translate(-50%, -50%);
	z-index: 20;
}

.orbit-item img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

/* 姓名文字 */
.orbit-item .name {
	position: absolute;
	font-size: 24px;
	color: #333;
	white-space: nowrap;
}

/* 1. 左侧纯文字 (9点钟) */
.orbit-item.item-left {
	top: 50%;
	transform: translate(0, -50%);
	left: -5%;
	width: auto;
	height: auto;
	background: none;
	box-shadow: none;
}

.orbit-item.item-left .name {
	position: static;
	font-size: 26px;
	font-weight: bold;
	color: #333;
}

/* 2. 顶部头像 (12点钟) */
.orbit-item.item-top {
	top: 0;
	left: 50%;
}

.orbit-item.item-top .name {
	right: 100%;
	margin-top: -60px;
	margin-right: 20px;
}

/* 3. 右侧头像 (约2点半) */
.orbit-item.item-right {
	top: 28.9%;
	left: 95.3%;
}

.orbit-item.item-right .name {
	left: 100%;
	margin-top: -60px;
	margin-left: 20px;
}

/* 4. 右下头像 (约4点半) */
.orbit-item.item-bottom-right {
	top: 78.6%;
	left: 90.9%;
}

.orbit-item.item-bottom-right .name {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 15px;
}

/* 5. 左下头像 (约7点半) */
.orbit-item.item-bottom-left {
	top: 97.6%;
	left: 33.1%;
}

.orbit-item.item-bottom-left .name {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 15px;
}

.con-tit {
	position: relative;
	overflow: hidden;

}

.con-tit h1 {
	font-size: 30px;
	color: #1C85B1;
	font-weight: 800;
}

.con-tit::after {
	content: '';
	position: absolute;
	width: 2000px;
	top: 50%;
	transform: translateY(-50%);
	left: 150px;
	border-top: 2px solid #1C85B1;
}

.con-tit .more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	z-index: 3;
}

.con-tit .more a {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #286f61;
	padding: 3px 10px;
	font-size: 12px;
	color: #1C85B1;
}

.con-tit .more a:hover {
	background-color: #1C85B1;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.26);
	border-radius: 10px;
	color: #fff;
}

.s2 {
	margin-top: 25px;
}

.s2 .edu {
	background-color: #fff;
	padding: 20px 35px 15px 25px;
}

.wrap {
	margin: 0px auto 0px auto;
	width: 94%
}

.bsbg {
	max-width: 1300px;
	background: #fff;
	width: 95%;
	margin: 25px auto;
}

.conbox {
	max-width: 1510px;
	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;
	line-height: 120px;
	text-align: center;
	font-size: 0px;
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	margin-left: 40px;
	margin-top: 32px;
	transition: all .5s;
}

.searchbtn:hover {
	border-color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}

.searchbtn img {
	vertical-align: middle;
	cursor: pointer;
}

.searhbox01 {
	height: 60px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.2);
	padding: 8px;
	width: 355px;
	border-radius: 5px;
	position: absolute;
	top: 100px;
	right: calc((100% - 1510px) / 2);
	z-index: 3;
	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;
	position: relative;
	z-index: 10;
}

.head {
	position: relative;
}

.head .eng {
	position: relative;
	display: block;
	float: right;
	border-radius: 100%;
	color: #666;
	text-align: center;
	line-height: 120px;
	font-size: 18px;
	/*	margin: 0px 35px;*/
	margin-left: 40px;
	color: #fff;
}

.head .eng::after,
.head .eng::before {
	content: '';
	position: absolute;
	height: 20px;
	border-left: 1px solid #999;
	top: 50%;
	transform: translateY(-50%);
	right: -17px;
}

.head .eng::before {
	left: -17px;
}

.logo {
	float: left;
	transition: .3s;
	padding: 24px 0;
}

.logo a {
	display: inline-block;
}

.logo i {
	width: 1px;
	height: 40px;
	margin: 0 12px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
	max-height: 60px;
}

.logo span {
	display: inline-block;
	line-height: 50px;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	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 {
	float: right;
	width: calc(100% - 700px);
}

li.yiji_nav {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

li.yiji_nav .jt {
	display: inline-block;
	width: 20px;
	height: 65px;
	line-height: 65px;
	background: url(../images/xljt.png) no-repeat center center;
	vertical-align: middle;
}

a.yiji_nav {
	display: block;
	padding: 0 24px;
	height: 128px;
	line-height: 128px;
	text-align: center;
	float: left;
	margin-left: 0px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.yiji_nav:hover {
	color: #fff;
}

.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: 16px;
}

.select_box li.yiji_nav {
	padding: 0;
}

.select_box li.yiji_nav a:hover {
	background-color: #1C85B1;
	border-bottom: 0;
}

li.erji_nav:hover a.erji_nav,
a.erji_nav:hover {
	background-color: #1C85B1;
	color: #fff;
}

.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;
	color: #333;
	text-decoration: none;
	font-size: 16px;
}

.mob_list a.erji_nav {
	text-align: left;
}

#menu {
	width: calc(100% - 20px);
	float: left;
	max-height: 128px;
}

#menu ul {
	width: 100%;
}

ul.erji_nav {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 120px;
	width: 100% !important;
	background: rgba(0, 0, 0, 0.7);
	background: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	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: 120px;
	right: 0px;
	background: rgba(0, 0, 0, 0.6);
	background: #fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	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;
	color: #333;
}

.more_ul li:hover a.yiji_nav {
	background: #1C85B1;
	color: #fff;
}

.select_box {
	position: relative;
	text-align: center;
	float: right
}

.select_box i {
	display: block;
	line-height: 70px;
	width: 80px;
	float: left;
	color: #3156a3;
	font-size: 18px;
}

.select_box span {
	float: left;
	line-height: 128px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
}

.select_box span img {
	width: 13px;
}


/*手机导航*/
.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;
	width: 22px;
}

#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: #2F98C5;
	width: 80%;
	height: 100%;
	z-index: 9999;
	overflow-y: auto;
	box-shadow: -5px 0 13px rgba(0, 0, 0, .43);
}


.team_member li:hover p {
	color: #2F98C5;
}

.mob_link {
	width: calc(100% - 15px);
	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;
	padding-top: 3px;
}

.mob_link .closebtn img {
	display: block;
	width: 24px;
}

.mob_list {
	width: calc(100% - 15px);
}

.js_mob {
	padding: 10px 15px;
}

.search-input {
	border: 1px solid rgba(244, 244, 244, .3);
	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;
	font-size: 14px;
}

.search-input button {
	width: 40px;
	height: 33px;
	float: right;
	background: none;
	outline: none;
	border: 0
}

.search-input button img {
	width: 18px;
}

.mob_list ul {
	padding: 0 15px;
}

.mob_list li {
	line-height: 50px;
	font-size: 16px;
	text-indent: 20px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.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
}

.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: #25799d;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mob_list li .ejnav li:last-child {
	border-bottom: 0;
}

.mob_list li .ejnav li a {
	width: 100%;
}

.open {
	right: 0
}

.banner {
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.banner:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 352px;
	background: url(../images/bannerbg.png) no-repeat center bottom;
	z-index: 1;
	background-size: 100%;
}

.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: #1C85B1;
	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;
}

.introbox {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	padding-top: 46px;
	padding-bottom: 57px;
	overflow: hidden;
}

.introbox .conbox {}

.introbox::-webkit-scrollbar {
	display: none
}

.introbox .esse {
	position: relative;
	padding-top: 20px;
	border-top: 1px solid #98be97;
	margin-top: 50px;
}

.name {
	margin-top: 65px;
}

.name h1 {
	position: relative;
	z-index: 5;
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	color: #266d60;
}

.name h1 i.likes {
	background: url(../images/xin.png) no-repeat left center / 35px auto;
	padding-left: 53px;
	font-size: 24px;
	font-weight: normal;
	color: #2B7695;
	line-height: 35px;
	height: 35px;
}

.name p {
	color: #333;
	font-size: 14px;
	/* margin-bottom: 10px; */
	margin-top: 10px;
	line-height: 24px;
}

.name h1 svg,
.name span svg {
	margin-right: 10px;
	vertical-align: middle;
}
 .tutor{
	 margin-top:20px;
 }
 .tutor a {
    position: relative;
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid #1e7da4;
    line-height: 32px;
    margin: 0 15px;
    border-radius: 33px;
    font-size: 24px;
    color: #fff;
    transition: all .3s;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-family: ArialMT;
}

.tutor a:hover {
    background: #1e7da4;color: #fff;
}



.contact {
	position: relative;
	margin-top: 124px;
	overflow: hidden;
}

.contact .xx_lx {
	display: block;
	/* float: left; */
	margin-right: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact .xx_lx:last-child {
	margin-right: 0;
}

.contact p {
	font-family: ArialMT;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: normal;
	color: #1D6486;
	width: 33%;
	margin: 5px 0;
}
.contact p span{
	display:inline-block;
}

.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 {
	width: 438px;
	position: relative;
	z-index: 5;
	float: right;
	margin-right: 40px;
}

.introbox .photobox>span {
	padding-top: 100%;
	position: relative;
	z-index: 1;
	display: block;
	background: #E8E8F5;
	border-radius: 50%;
	overflow: hidden;
}

.introbox .photobox>span::before {
	content: '';
	position: absolute;
	left: 54%;
	top: 46%;
	transform: translate(-50%, -50%);
	width: 704px;
	height: 703px;
	background: url(../images/h1-nh.png) no-repeat center center / 100% 100%;
	border-radius: 50%;
	z-index: -1;
}

.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 {
	position: absolute;
	transition: all 0.3s;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*首页个人简介*/
.brief {
	position: relative;
	overflow: hidden;
}

.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 .msg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 44px;
	padding: 0px 10px;
	font-size: 12px;
	color: #286f61;
	z-index: 111;
}

.brief .msg::after {
	content: '';
	position: absolute;
	width: 1500px;
	left: calc(100% + 10px);
	border-top: 1px solid #286f61;
	top: 50%;
	transform: translateY(-50%);
}

.tit_in {
	margin-bottom: 40px;
}

.tit_in span {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background: url(../images/tit1.png) no-repeat right center / 100% 100%;
	padding: 19px 74px 25px 18px;
}

.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 .con {
	margin-right: 50px;
	overflow: hidden;
}

.brief .data .con .h1-zs {
	float: left;
	display: block;
	width: 80px;
	margin-top: 25px;
	margin-right: 85px;
}

.brief .data .con p {
	overflow: hidden;
	font-family: ArialMT;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: normal;
	color: #FFFFFF;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.brief .data li {
	width: 50%;
	float: left;
	font-size: 16px;
	margin: 5px 0;
	color: #333;
}

.brief .more {
	position: absolute;
	right: 50px;
	top: 0;
	/* display: block; */
	/* color: #1C85B1; */
	/* font-size: 36px; */
	/* width: 0; */
	/* height: 0; */
	/* border-right: 75px solid #f5a624; */
	/* border-top: 75px solid transparent; */
	margin-top: 10px;
}
.brief .more a i {
	background-image: url(../images/more2.png);
}

.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;
	border-bottom-color: #fff;
}


.s_bif {
	margin-top: 0;
}

/*教育经历*/
.edu {
	width: 48.64%;
}

.edu .tit {
	font-size: 22px;
	font-weight: bold;
	color: #a42227;
	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: #a42227;
	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 rgba(40, 111, 97, .1);
	margin-left: 15px;
	padding-top: 1px;
	margin-top: 12px;
}

.experice li {
	background: url(../images/iconlist.png) no-repeat left 13px;
	padding-left: 25px;
	min-height: 40px;
	margin-left: -5px;
}

.experice li>div {
	padding: 5px 0px;
	border-bottom: dashed 1px #f0f0f0;
}

.experice li:last-child>div {
	padding-bottom: 0px;
	border: none;
}

.experice li:last-child {
	margin-bottom: 0px;
}

.experice li h2 {
	background: url(../images/dataico.png) no-repeat left 6px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.experice li span {
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #286f61;
	margin-right: 29px;
	/*	margin-top: 15px;*/
	line-height: 24px;
}

.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: 16px;
	color: #3c3d3d;
	display: table-cell;
	vertical-align: middle;
}

/*内容区*/
.contain {
	width: calc(100% - 380px);
	float: right;
	padding: 0px;
}

.s1 {
	padding-top: 40px;
}

.s1 .conbox {
	padding: 20px 25px 30px;
	position: relative;
}

.s1 .conbox::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 14px;
	height: 14px;
	background-color: #1C85B1;
}

.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: #1C85B1;
	font-weight: bold;
}

.account a {
	font-size: 14px;
	color: #fff;
	background: #1C85B1;
	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: 15px;
}

.account p {
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	line-height: 30px;
	padding: 0px 15px;
}

.leftbox {
	float: left;
	width: calc(100% - 400px);
	padding-right: 30px;
	margin-top: -40px;
}

/*首页论文成果*/
.kybox {
	background: #f8f8f8;
	padding-bottom: 50px;
}

.slideBox {
	position: relative;
	background: url(../images/h2.png) no-repeat center center / cover;
	padding: 50px 0;
}

.slideBox .conbox {
	overflow: hidden;
}

.slideBox .hd {
	text-align: center;
	float: left;
	width: 310px;
}

.slideBox .hd ul {
	padding: 20px 28px;
}

.slideBox .hd li {
	cursor: pointer;
	position: relative;
	font-family: ArialMT;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	letter-spacing: normal;
	color: #333333;
	width: 254px;
	height: 254px;
	background: url(../images/h2-l.png) no-repeat center center / 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
}

.slideBox .hd li.on {
	font-size: 20px;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px rgba(24, 78, 107, 0.6);
	background-image: url(../images/h2-l2.png);
}

.slideBox .hd li::before {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	right: -6px;
	bottom: -6px;
	border: 12px solid transparent;
	/* border-top-color: #D7EBF6; */
	border-left-color: #D7EBF6;
	border-bottom-color: #D7EBF6;
	border-radius: 50%;
	transform: rotate(45deg);
	pointer-events: none;
	z-index: 1;
	transition: all .5s;
}

.slideBox .hd li:nth-child(2)::before {
	border-left-color: transparent;
	border-right-color: #D7EBF6;
	border-bottom-color: #D7EBF6;
	transform: rotate(-45deg);
}

.slideBox .hd li.on::before {
	border: 0;
	background: url(../images/h2-by.png) no-repeat center center / 100% 100%;
	transform: rotate(0deg);
}

.slideBox .hd li:nth-child(2).on::before {
	transform: rotate(90deg);
}

.slideBox .hd li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	width: 25px;
	height: 26px;
	background: url(../images/h2-jt.png) no-repeat center center / 100% 100%;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	transform: translateX(-50%) rotate(180deg);
}

.slideBox .hd li.on::after {
	opacity: 1;
	visibility: visible;
}

.slideBox .hd li:nth-child(2).on::after {
	transform: translateX(-50%) rotate(0);
}

.slideBox .bd {
	overflow: hidden;
}

/*获奖信息*/
.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 {
	position: relative;
	margin-left: 100px;
	background: url(../images/h2-rx.png) repeat-y left center;
	padding-left: 60px;
	padding-top: 54px;
	padding-bottom: 54px;
	margin-top: 20px;
}

.kydata li {
	margin-bottom: 50px;
}

.kydata li:last-child {
	margin-bottom: 0;
}

.kydata li span {
	display: block;
	position: relative;
	font-family: Arial;
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	color: #1C85B1;
}

.kydata li span::before {
	content: '';
	position: absolute;
	left: -72px;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../images/h2-rd.png) no-repeat left top / 100% auto;
}

.kydata li a {
	display: block;
}

.kydata li a h3 {
	font-family: ArialMT;
	font-weight: 400;
	font-size: 22px;
	color: #333333;
	margin-top: 10px;
	transition: all .5s;
}

.kydata li:hover a h3 {
	/* color: #1C85B1; */
}

.kydata .details {
	font-size: 14px;
	text-align: center;
	opacity: 1;
}

.kydata .details {
	position: absolute;
	top: -11px;
	right: 50px;
	z-index: 3;
}

.kydata .details::after,
.kydata .details::before {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: 2px solid #1C85B1;
	width: 1000px;
}

.kydata .details::before {
	left: auto;
	right: 100%;
}

.kydata .details a {
	display: block;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #286f61;
	padding: 3px 10px;
	font-size: 12px;
	color: #1C85B1;
}

.kydata .details a:hover {
	background-color: #1C85B1;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.26);
	border-radius: 10px;
	color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.26);
}

/*研究方向*/
.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: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.member .slick-list {
	width: calc(100% - 120px);
	margin: 0 auto;
}

.member .slick-prev {
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 42px;
	background: url(../images/click-bg.png) no-repeat 0px center;
	cursor: pointer;
	opacity: 0.9;
}

.member .slick-prev::after,
.member .slick-next::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/prev.png) no-repeat center center;
}

.member .slick-next::after {
	background: url(../images/next.png) no-repeat center center;
}

.member .slick-next {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 42px;
	background: url(../images/click-bg.png) no-repeat right center;
	cursor: pointer;
	opacity: 0.9;
}

.member .slick-prev:hover,
.member .slick-next:hover {
	background: url(../images/click-bg-act.png) no-repeat center center;
}

.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 20px;
	text-align: center;
}

.member li a {
	display: block;
}

.member li .picture {
	padding-top: 138%;
	position: relative;
	overflow: hidden;
}

.member li .picture img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.7s;
	transform: translate(-50%, -50%);
}

.member li .picture img:hover {
	/* transform: scale(1.2); */
}

.member li p {
	font-size: 16px;
	text-align: center;
	color: #333;
	font-size: 16px;
	margin-top: 15px;
}

.team_intro dl {
	display: block;
	margin-bottom: 10px;
}

.team_intro dt {
	display: block;
	position: relative;
}

.team_intro dd {
	overflow: hidden;
	zoom: 1;
	line-height: 30px;
	margin-top: 10px;
}

.team_intro dl:nth-child(1) dd {
	padding-left: 11px;
	position: relative;
}

.team_intro dl:nth-child(1) dd::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 18px;
	background-color: #1C85B1;
}

/*footer*/
.footer {
	width: 100%;
	color: #fff;
	background: url(../images/foot-bg.jpg) no-repeat center center / cover;
	padding-top: 50px;
	position: relative;
	padding-bottom: 35px;
}

.foot {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.foot ul li {}

.foot ul li b {
	display: block;
	font-family: Impact;
	font-size: 36px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}

.foot ul li p {
	font-family: ArialMT;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
	letter-spacing: normal;
	color: #FFFFFF;
	margin-top: 10px;
}

.foot ul li+li {
	margin-left: 180px;
}

.footer .bq p {
	text-align: center;
}

.footer .bq * {
	font-family: ArialMT;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	letter-spacing: normal;
	color: rgba(255, 255, 255, 0.48);
}

.footer .bq a:hover {
	color: #fff;
}

.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;
	color: #fff;
	margin-top: 10px;
}

.list_R dt:hover {
	background: url(../images/bg-item02-act.png) no-repeat left 12px;
}

.list_R dt a {
	font-size: 18px;
	color: #333;
	padding: 8px 0 8px 25px;
	display: block;
}

.list_R dt:hover a {
	color: #1C85B1;
}

.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: #1C85B1;
}


/*团队成员页面*/
.pd-m {
	padding: 25px 0
}

.team_c {
	margin-top: 15px;
}

.team_c dl {}

.team_c dt {
	font-size: 16px;
	display: block;
	padding: 0 10px;
	position: relative;
	font-weight: bold;
	color: #1C85B1;
	line-height: 30px;
	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%;
	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: #d3e5e2ab;
}

.team_member li .picture img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.7s;
	transform: translate(-50%, -50%);
}

.team_member li .picture img:hover {
	/* transform: scale(1.2); */
}

.team_member li p {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*分页*/


.pages table {
	width: auto !important;
	margin-top: 20px;
}

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 #1C85B1 !important;
	height: 25px !important;
	line-height: 25px !important;
	color: #367c6f !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: #1C85B1 !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=#1C85B1, EndColorStr=#1C85B1) !important;
	CURSOR: pointer;
	line-height: 14px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#1C85B1), to(#1C85B1)) !important;
	background: -moz-linear-gradient(top, #1C85B1, #1C85B1) !important;
	background: -ms-linear-gradient(top, #1C85B1 0%, #1C85B1 100%) !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.ydpage {
	line-height: 36px;
	height: 36px;
	background: #1C85B1;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	border-radius: 10px;
}








/*综合页面*/
.partbox {
	background: #fff;
	/*	margin-top: 30px;*/
	padding: 30px 60px;
	margin-bottom: 30px;
}

.nobg {
	background: transparent;
}

.location {
	position: relative;
	line-height: 60px;
	border-bottom: 1px solid #dedede;
}

.location h1 {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #1C85B1;
	position: relative;
}

.location span {
	float: right;
	color: #999;
	padding-right: 35px;
}

.location span a {
	color: #999;
}

.location span a:hover {
	color: #000;
}

.compage {
	padding: 0px;
}

.flow {
	padding-bottom: 10px;
	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 {
	line-height: 30px;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
	font-size: 16px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background: #1C85B1;
	height: 44px;
	padding: 0 20px;
}

.column_tit a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 3%;
	z-index: 3;
	display: block;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #286f61;
	padding: 3px 10px;
	font-size: 12px;
	color: #1C85B1;
	line-height: normal;
}

.compage2 .column_tit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.compage2 .column_tit .tmt {
	font-size: 20px;
	padding: 0 100px;
}

.compage2 .sub-tit {
	font-size: 18px;
	font-weight: bold;
	color: #1C85B1;
	padding: 10px 20px;
	background: rgba(210, 234, 241, 0.2);
	margin-top: 30px;
}

.compage2 .team_member li {
	width: 10%;
}

.zonghe .flow {
	/*padding-bottom: 0px;
	margin-top: 15px;*/
}

.column_tit a:hover {
	background-color: #1C85B1;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.26);
	border-radius: 10px;
	color: #fff;
}

.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 {
	font-size: 16px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
}

.zhlist li:last-child {
	border-bottom: 0;
}

.zhlist li a {
	display: block;
	padding: 15px 0 15px 37px;
	background: url(../images/bg-item02.png) no-repeat 10px 19px;
	/*text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
	word-break: break-word;
}

.zhlist li a:hover {
	color: #1C85B1;
	background: url(../images/bg-item02-act.png) no-repeat 10px 19px;
}

.tplist {}

.tplist li {
	width: calc(25% - 3%);
	margin: 10px 1.5%;
	float: left;
	vertical-align: top;
}

.tplist li:hover p {
	color: #1C85B1;
}

.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 {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.7s;
	transform: translate(-50%, -50%);
}

.tplist li a .pic_p img:hover {
	/* transform: scale(1.2); */
}

.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;
	font-size: 18px;
}


/*教师图片页面*/
.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 5px;
	font-size: 14px;
}

.content .subs {
	margin: 25px 0;
	line-height: 28px;
}

.content .subs p img {
	max-width: 90%;
	margin: 0 auto;
}

.content .subs table{
	 border-collapse: collapse;
}
.content .subs table td{
	border:1px solid #5a5a5a;
	padding: 0 10px;
	line-height:28px;
}

.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 .wzlist li a,
.flip li a {
	display: block;
}

.enclosure .wzlist li:hover {
	background: url(../images/bg-item02-act.png) no-repeat left 6px;
}

.enclosure .wzlist li:hover a {
	color: #1C85B1;
}

.flip li a:hover {
	color: #1C85B1;
}

.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: 24px;
}

.flip li span {
	float: left;
	padding-right: 10px;
	color: #1C85B1;
	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: #1C85B1;
	color: #fff;
	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
}

/* s6 */

.s6 {
	background: url(../images/h4-bg.png) no-repeat center top / 100% 100%;
	padding: 168px 0 117px 0;
	margin-top: -180px;
}

.s6box .conbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.s6 .hd {
	width: 477px;
	margin-right: 120px;
}

.s6 .hd li {
	height: 92px;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #FFFFFF;
	padding: 19px 0 25px 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: right center;
	transition: all 0.5s;
}

.s6 .hd li+li {
	margin-top: 20px;
}

.s6 .hd li.on {
	font-size: 36px;
	font-weight: bold;
	background-image: url(../images/tit1.png);
}

.s6 .more a {
	color: #fff;
	border-bottom-color: #fff;
}

.s6 .more a i {
	background-image: url(../images/more2.png);
}

.s6 .bd {
	flex: 1;
	min-width: 0;
	padding-top: 60px;
}

.s6 .bd ul {}

.s6 .bd ul li {
	margin-top: 30px;
}

.s6 .bd ul li a {
	display: block;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.2);
	padding: 24px 45px 40px 45px;
	transition: all 0.5s;
}

.s6 .bd ul li a h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: normal;
	color: #FFFFFF;
	transition: all 0.5s;
}

.s6 .bd ul li:hover a {
	background: #FFFFFF;
}

.s6 .bd ul li:hover a h3 {
	color: #333333;
}









@media only screen and (max-width:1800px) {
	.s5 .right {
		padding-right: 8.5%;
	}
}

@media only screen and (max-width:1400px) {

	a.yiji_nav {
		padding: 0 15px;
	}
	.contact p{
		width: 50%;
	}

}

@media only screen and (max-width:1200px) {
	.contact p{
		width: 50%;
	}
	
}

@media only screen and (max-width: 1200px) {
	.conbox {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.logo {
		padding: 15px 0;
	}

	.logo img {
		width: auto;
		height: 50px;
	}

	.con-tit h1 {
		font-size: 24px;
	}

	.con-tit::after {
		left: 120px;
	}

	.s1 .conbox {
		padding: 30px;
	}

	.itembox .edu {
		padding: 20px;
	}

	.introbox .photobox {
		width: 320px;
		float: none;
		margin: 0 auto;
		padding-top: 10px;
	}

	.introbox .photobox>span::before {
		width: 420px;
		height: 420px;
	}

	.name {
		margin-top: 20px;
	}

	.name h1 i.likes {
		font-size: 20px;
		background-size: 25px auto;
		padding-left: 35px;
	}
	.tutor a{
		font-size: 18px;
		margin: 0 0 15px 0;
		padding: 10px;
	}

	.slideBox {
		padding: 30px 0 20px 0;
	}

	.slideBox .hd {
		float: none;
		width: auto;
	}

	.slideBox .hd ul {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 4px 0;
	}

	.slideBox .hd li {
		width: 120px;
		height: 120px;
		font-size: 14px;
		line-height: 20px;
	}

	.slideBox .hd li.on {
		font-size: 16px;
		color: #1e7da4;
	}

	.slideBox .hd li::before {
		border-width: 4px;
		top: -2px;
		left: -2px;
		right: -2px;
		bottom: -2px;
	}

	.slideBox .hd li::after {
		width: 16px;
		height: 17px;
		bottom: -7px;
	}

	.kydata {
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-left: 10px;
	}

	.kydata li span {
		font-size: 18px;
		line-height: 18px;
	}

	.kydata li span::before {
		width: 16px;
		height: 16px;
		left: -36px;
	}

	.kydata li a h3 {
		font-size: 16px;
	}

	.kydata li {
		margin-bottom: 25px;
	}

	.s5 .con {
		padding: 30px 0 70px 0;
		display: block;
	}

	.s5 .left .box {
		margin-top: 20px;
	}

	.s5 .left .box p {
		font-size: 16px;
		line-height: 30px;
	}
	.s5 .left .box h3{
		font-size: 20px;
		line-height: 30px;
	}

	.s5 .left .tit {
		display: inline-block;
		width: auto;
		height: auto;
		padding: 10px 50px 15px 15px;
	}

	.s5 .left .tit span {
		font-size: 22px;
	}

	.more {
		margin-top: 20px;
		display: flex;
		justify-content: right;
	}

	.more a {
		padding-bottom: 10px;
		font-size: 16px;
		padding-left: 10px;
		max-width: 150px;
		padding-right: 5px;
	}

	.more a i {
		width: 22px;
		height: 22px;
		margin-left: 10px;
	}

	.s5 .right {
		margin-left: 0;
		padding-right: 0;
		margin-top: 50px;
	}

	.orbit-item .name {
		font-size: 14px;
	}

	.orbit-item.item-left .name {
		font-size: 16px;
	}

	.s6 {
		padding: 30px 0;
		margin-top: 0;
		background: linear-gradient(0deg, #1b72a8 0%, #72c7cb 100%);
	}

	.s6box .conbox {
		display: block;
	}

	.s6 .hd {
		width: auto;
		margin-right: 0;
	}

	.s6 .hd ul {
		display: flex;
		align-items: center;
		/* justify-content: center; */
	}

	.s6 .hd li+li {
		margin-top: 0
	}

	.s6 .hd li {
		font-size: 14px;
		padding: 0 25px 0 10px;
		height: 50px;
		line-height: 50px;
		white-space: nowrap;
	}

	.s6 .hd li.on {
		font-size: 18px;
	}

	.team-orbit {
		width: 300px;
		height: 300px;
	}

	.center-avatar {
		width: 220px;
		height: 220px;
	}

	.orbit-item {
		width: 50px;
		height: 50px;
	}

	.orbit-item.item-top .name {
		margin-top: -34px;
		margin-right: 12px;
	}

	.orbit-item.item-right .name {
		margin-top: 8px;
		margin-left: -45px;
	}

	.orbit-item.item-bottom-right .name {
		margin-top: 5px;
	}

	.orbit-item.item-bottom-left .name {
		margin-top: 5px;
	}

	.orbit-item.item-left {
		left: -10%;
	}

	.s6 .bd {
		padding-top: 0;
	}

	.s6 .bd ul li {
		margin-top: 20px;
	}

	.s6 .bd ul li a {
		padding: 15px;
	}

	.s6 .bd ul li a h3 {
		font-size: 16px;
		line-height: 30px;
	}

	.brief {
		margin-top: 20px;
	}

	.tit_in {
		margin-bottom: 20px;
	}

	.tit_in span {
		font-size: 22px;
		padding: 10px 50px 15px 15px;
	}

	.brief .data .con .h1-zs {
		width: 30px;
		margin-top: 10px;
		margin-right: 20px;
	}
	.brief .more{
		right:0;
	}

	.brief .data .con p {
		font-size: 16px;
		line-height: 30px;
	}

	.brief .data .con {
		margin-right: 0;
	}

	.contact {
		margin-top: 20px;
	}

	.contact p {
		font-size: 16px;
		line-height: 30px;
	}

	.contact .xx_lx {
		margin-right: 30px;
	}

	.searchbtn {
		display: none;
	}

	.searhbox01,
	.head .eng {
		display: none;
	}

	.head {
		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;
	}

	#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-top: 20px;
		padding-bottom: 20px;
	}

	.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 {
		padding: 20px 0;
	}

	.foot ul li b {
		font-size: 16px;
		line-height: normal;
	}

	.foot ul li p {
		font-size: 14px;
		line-height: normal;
	}

	.foot {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.footer .bq * {
		font-size: 12px;
		line-height: 26px;
	}

}

@media only screen and (max-width:959px) {
	.introbox {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.s1 {
		padding-top: 25px;
	}

	.s1 .conbox {
		padding: 20px;
	}

	.slideBox .conbox {}

	.footer {
		padding-top: 25px;
		padding-bottom: 20px;
	}

	.slideBox {}

	.s1-s4 {}

	.s5 {}

	.s5 .conbox {}

	.introbox .photobox {
		float: none;
		margin: 0 auto;
	}

	.brief {}

	.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,
	.tutor {
		width: 100%;
		text-align: center;
		display: block;
	}

	.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%;
	}

}


@media only screen and (min-width:768px) {
	.index_main {
		min-height: 260px
	}

}

@media only screen and (max-width:768px) {

	.flow .pl {}

	.zhlist li a {
		background: url(../images/bg-item02.png) no-repeat 10px 15px;
	}

	.zhlist li a:hover {
		background: url(../images/bg-item02-act.png) no-repeat 10px 15px;
	}

	.list_R dt a,
	.list_R dd a {
		font-size: 14px;
	}
	.team_c dt{
        float:none;
        padding: 5px 0;
    }
    .team_c dd{
        padding:0;
    }
	.team_c dt,
	.team_c dd {
		font-size: 14px;
		line-height: 26px;
	}

	.tplist li p {
		font-size: 14px;
	}

	.content .subs {
		margin: 10px 0;
		font-size: 14px;
	}

	.content h2 {
		font-size: 20px;
	}

	.structure dl dt {
		font-size: 14px;
	}

	.structure dl dd {
		font-size: 14px;
		padding: 10px 5px;
	}

	.column_tit .tmt {
		/*	padding-left: 0px;*/
	}

	.enclosure .wzlist li a {
		font-size: 14px;
	}

	.flip li a {
		font-size: 14px;
	}

	.flip li span {
		font-size: 14px;
		padding-left: 0px;
		padding-right: 8px;
	}

	.column_tit {
		padding: 0px;
	}

	.enclosure .wzlist {
		padding-left: 0px;
	}


	.team_c {
		margin-top: 0px;
	}

	.team_member li {
		margin: 10px 2%;
	}

	.team_member li p {
		line-height: 30px;
	}

	.zhlist li a {
		font-size: 14px;
		line-height: 24px;

	}

	.flow {
		padding-bottom: 15px;
		margin-top: 15px;
	}

	.partbox {
		padding: 15px;
		margin: 0 0px 25px;
		min-height: 215px;
	}

	.member .slick-prev:hover,
	.member .slick-next:hover {
		background: url(../images/click-bg.png) no-repeat center center;
	}

	.account {
		margin-top: 10px;
	}

	.kydata {}

	.kydata li {}

	.experice {
		margin-left: 5px;
		padding-top: 0px;
		margin-top: 5px;
	}

	.kydata li a {
		font-size: 14px;
	}

	.name h1 {
		font-size: 20px;
	}

	.name h1 i.likes {
		font-size: 16px;
	}

	.tit_in {
		font-size: 20px;
	}

	.brief .data li {
		margin: 5px 0;
		line-height: 26px;
		font-size: 14px;
	}

	.contact h1 {
		font-size: 20px;
	}

	.contact p {
		margin: 5px 0;
		font-size: 14px;
		line-height: 26px;
		width: 100%;
	}

	.account p {
		font-size: 14px;
		padding: 0px;
	}

	.experice li span {
		font-size: 14px;
		margin-top: 0px;
		margin-right: 0px;
		display: block;
		float: none;
	}

	.experice li {
		background: url(../images/iconlist.png) no-repeat left 16px;
		padding-left: 15px;
	}

	.experice li p {
		font-size: 14px;
	}

	.logo img {
		width: 100%;
		max-height: 40px;
	}

	.logo span {
		margin-right: auto;
		font-size: 16px;
	}
	.logo i{
		margin:0 5px;
		height: 30px;
	}

	.introbox {
		padding: 30px 0px 20px 0;
	}

	.brief {
		float: none;
		width: 100%;
	}

	.s1 {
		padding-top: 25px;
	}

	.con-tit h1 {
		font-size: 20px;
	}

	.con-tit::after {
		left: 90px;
	}

	.slideBox {}

	.team_intro dd {
		margin-top: 0px;
		font-size: 14px;
	}

	.team_intro dl {
		margin-bottom: 0px;
	}

	.member li p {
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 0px;
	}

	.member {
		margin-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.member .slick-prev {
		left: 0px;
	}

	.member .slick-next {
		right: 0px;
	}

	.footer .visit p {
		font-size: 14px;
	}


	.footer .bq * {
		font-size: 12px;
		line-height: 20px;
	}

	.slideBox .hd {
		width: auto;
		float: none;
		padding-top: 0px;
	}

	.slideBox .conbox {}

	.s1 .conbox {
		padding: 20px;
	}

	.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 {
		margin-bottom: 0
	}


	.tutor a {
		/* margin: 0 10px; */
		font-size: 16px;
		margin: 0 0 10px 0;
	}


	.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;
	}

}

@media only screen and (max-width:640px) {

	.part_tit h1 {
		font-size: 22px;
	}

	.footer .tutor a {
		margin-top: 10px;
	}

	.foot ul li+li {
		margin-left: 30px;
	}

	.bkbox {
		padding: 15px;
	}

	.work li {
		border-spacing: 0;
		margin-bottom: 15px;
	}

	.slideBox .hd li {
		font-size: 18px;
	}

	.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 {
		line-height: 35px;
	}

	.team_intro p {
		display: block;
		width: auto;
		padding-left: 0;
		margin-top: 10px;
	}

	.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%;
	}

	.s6 .hd ul {
		/* flex-direction: column; */
		overflow-x: auto;
	}
}



@media only screen and (max-width:414px) {
	.logo img {
		max-height: 36px;
	}

	.logo span {
		font-size: 14px;
	}
	.con-tit .more {
		right: 10px;
	}
	.tit_in span{
		padding: 10px 20px 15px 10px;
	}

	.kydata .details {
		right: 10px;
	}

	.member .slick-slide {
		margin: 0 10px;
	}

	.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;
	}

	.team_intro dd {
		padding-left: 0;
		font-size: 14px;
	}

	.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) {
	.msg {
		display: none;
	}

	.tit_in::after {
		display: none;
	}

	.introbox.whitebg .brief {
		padding: 0 10px;
	}

	.name h1 {
		font-size: 22px;
	}

	.name h1 span {
		/* margin-left: 20px; */
	}

	.relist {
		padding: 15px 10px;
	}

}

@media only screen and (max-width:320px) {
	.part01:after {
		display: none;
	}

	.name h1:after {
		display: none;
	}

	.tutor a {
		width: 90%;
		font-size: 14px;
		margin-bottom: 0
	}

}