@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}
@font-face {
	font-family: "pingfang";
	src: url(font/PingFang.ttf);
}
body {
	font-family: "pingfang";
	font-size: 14px;
	color: #595c5b;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #828282;
}
a:hover, a:visited, a:focus {
	text-decoration: none;
}
a:hover {
	color: #930408;
}
p, ul {
	margin: 0;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12, .col-sm-12 {
	padding: 0;
}
/*头部*/

.container {
	padding: 0;
}
.header .container, .footer .container {
	width: auto;/* padding: 0 55px; */
}
.content-box {
/* margin-top: 110px; */
}
/*样式开始*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	border-top: 4px solid #9a0001;
	background: linear-gradient(black, transparent);
	padding: 15px 55px;
	transition: all .3s;
	position: fixed;
}
.header.fixed {
	background-color: #a40000;
	background-image: url(../images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover!important;
	padding: 5px 55px;
}
.header-top {
/* overflow: hidden; */
	/* border-bottom: 1px solid #578763; */
}
/* logo */

.logo {
	display: block;
	width: 26%;
	float: left;
	margin: 8px 0 0 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/* 头部右侧 */

.header-right {
	width: 51%;
	float: right;
	margin-top: 15px;
}
.header-right a {
	font-size: 14px;
	color: #fff;
	font-family: "苹方";
	float: left;
}
.header-right a.contact {
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}
/* 搜索 */

.search {
	height: 30px;
	width: 160px;
	margin-right: 38px;
	float: right;
	border: 1px solid rgba(255,255,255,.58);
	z-index: 9;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 5px;
}
.search_kuang {
	width: 80%;
	padding-left: 2%;
	height: 30px;
	background: none;
	font-size: 14px;
	outline: none;
	color: #fff;
}
 input.search_kuang::-webkit-input-placeholder {
 color: #fff !important;
}
 input.search_kuang::-moz-placeholder {
 color: #fff !important;
}

/* firefox 19+ */

input.search_kuang:-ms-input-placeholder {
 color: #fff !important;
}

/* ie */

input:-moz-placeholder {
 color: #fff !important;
}
.search_submit {
	width: 13px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 6px;
	background: url(../images/search.png) no-repeat;
}
/* 右侧切换 */

.top-link {
	float: right;
	margin-top: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: none;
}
.top-link .change:hover {
	color: #efaf1a;
}
.top-link span {
	color: #fff;
	font-size: 14px;
	float: left;
	margin: 0 20px;
}
.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 25px;
	padding: 0;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}
/*导航*/

.nav {
	position: relative;
	padding: 0;
	margin-top: 30px;
}
.nav ul li {
	float: left;
	width: 16.66666666666667%;
	height: 54px;
	line-height: 54px;
	position: relative;
	text-align: center;
}
.nav ul li:hover {
/*background:rgba(167,4,8,.8);*/
}
.nav ul li a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	-webkit-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	float: none;
}
.nav ul li:after {
	-webkit-transition: width .3s ease-out;
	transition: width .3s ease-out;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.nav ul li:hover:after {
/*width: 20px;*/
}
.nav ul li .nav_item {
	position: absolute;
	background: rgba(164,0,0,.8);
	width: 100%;
	left: 50%;
	top: 100%;
	/* padding: 10px 0; */
	visibility: hidden;
	clip-path: polygon(0 -20%, 100% -20%, 100% 0, 0 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 24;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.nav ul li:hover .nav_item {
	opacity: 1;
	visibility: visible;
	clip-path: polygon(0 -20%, 100% -20%, 100% 100%, 0 100%);
}
.nav ul li .nav_item li {
	float: none;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-bottom: none;
	background: none;
	margin-left: 0;
}
.nav ul li .nav_item li:after {
	display: none;
}
.nav ul li .nav_item li a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
}
.nav ul li:hover .nav_item a::after {
	width: 0;
}
.nav ul li .nav_item li:hover {
	background: rgba(147,4,8,.45);
}
.nav ul li .nav_item li:hover a {
	color: #fff;
}
/*banner相关设置*/

.banner img {
	width: 100%;
}
#full-width-slider {
	width: 100%;
}
#full-width-slider .rsGCaption {
	display: none;
	font-size: 16px;
	color: #fff;
	width: 70px;
	position: absolute;
	left: 48%;
	bottom: 20px;
	text-align: center;
	overflow: hidden;
	z-index: 15;
}
#full-width-slider .rsArrow {
	display: none;
	/*background: #003f97;*/
	width: 60px;
	z-index: 32;
}
.rsMinW .rsBullets {
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 15;
	height: 18px;
	text-align: center;
	overflow: hidden;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.rsMinW .rsBullet {
	/*width: 45px;*/
	height: 9px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	box-sizing: content-box;
	padding: 0 3px;
}
.rsMinW .rsBullet.rsNavSelected {
	width: 30px;
}
.rsMinW .rsBullet span {
	width: 9px;
	height: 9px;
	display: inline-block;
	background: #fff;
	border-radius: 10px;
}
.rsMinW .rsBullet.rsNavSelected span {
	width: 30px;
}
#full-width-slider .rsArrowLeft {
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
}
#full-width-slider .rsArrowRight {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}
#full-width-slider .rsArrow .rsArrowIcn {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
}
#full-width-slider .rsArrowLeft .rsArrowIcn {
	background: url(../images/banner-left.png) center no-repeat;
}
#full-width-slider .rsArrowRight .rsArrowIcn {
	background: url(../images/banner-right.png) center no-repeat;
}
/* 首页标题 */

.index-content {
	padding: 45px 0 60px;
	overflow: hidden;
}
.index-title {
	margin: 10px 0;
	position: relative;
	border-bottom: solid 1px rgba(22,89,74,.4);
	padding-bottom: 10px;
}
.index-title h3 {
	font-size: 30px;
	color: #2b7d43;
	font-weight: bold;
	margin: 0;
	display: inline-block;
	position: relative;
}
.index-title h3 img {
	margin-bottom: 5px;
}
.index-title .more {
	font-size: 16px;
	color: #666;
	position: absolute;
	right: 0;
	top: 16px;
}
.index-title .more:hover {
	color: #930408;
}
.index-title h3:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 105%;
	height: 1px;
	background: #c8c8c8;
}
/*新闻动态  */

.index-new {
	width: 64%;
	float: left;
}
.index-new .index-title h3:before {
	width: 495px;
}
/*.index-new ul {
	margin-left: -4.38%;
}

.index-new ul li {
	width: 45.62%;
	margin-left: 4.38%;
	float: left;
	margin-top: 45px;
	box-shadow: 6px 3px 21px 0px rgb(105 105 105 / 15%);
	-webkit-box-shadow: 6px 3px 21px 0px rgb(105 105 105 / 15%);
	-moz-box-shadow: 6px 3px 21px 0px rgba(105, 105, 105, 0.15);
}*/

.index-new ul li .index-new-img {
	width: 100%;
	height: 252px;
	overflow: hidden;
}
.index-new ul li .index-new-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.index-new ul li:hover .index-new-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.index-new ul li .index-new-text {
	background: #fff;
	padding: 22px 55px 30px 15px;
}
.index-new-text .index-new-timebox {
	width: 35px;
	float: left;
	margin-right: 25px;
	text-align: right;
}
.index-new-text .index-new-timebox .timebox-date {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 26px;
	margin-bottom: 6px;
}
.index-new-text .index-new-timebox .timebox-month {
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
.index-new-text .index-new-timebox .timebox-year {
	font-size: 12px;
	color: #333;
	line-height: 22px;
}
.index-new-text .index-new-xinxi {
	padding-left: 60px;
}
.index-new-text .index-new-xinxi .index-new-title {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 12px;
}
.index-new ul li:hover .index-new-text .index-new-xinxi .index-new-title {
	color: #2b7d43;
}
.index-new-text .index-new-xinxi .index-new-abstract {
	font-size: 14px;
	line-height: 24px;
	font-family: "微软雅黑";
	color: #333;
	opacity: 0.54;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* 通知公告 */

.index-noice {
	width: 31.4%;
	float: right;/* margin-left: 2.55%; */
}
.index-noice .index-title h3:before {
	width: 160px;
}
.index-noice ul {
/* margin-top: 56px; */
}
/*.index-noice ul li {
	border: 1px solid #f2f2f2;
	margin-top: 14px;
	position: relative;
}

.index-noice ul li::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 4px;
	height: 100%;
	background: #37854e;
	-webkit-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-o-transition: all .7s linear;
	-ms-transition: all .7s linear;
	transition: all .7s linear;
}

.index-noice ul li:hover:before {
	width: 100%;
	-webkit-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-o-transition: all .7s linear;
	-ms-transition: all .7s linear;
	transition: all .7s linear;
}

.index-noice ul li a {
	display: block;
	font-size: 16px;
	padding: 16px 0;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-o-transition: all .7s linear;
	-ms-transition: all .7s linear;
	transition: all .7s linear;
}

.index-noice ul li:hover a {
	color: #fff;
}

.index-noice ul li a span {
	color: #2b7d43;
	margin: 0 35px;
	-webkit-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-o-transition: all .7s linear;
	-ms-transition: all .7s linear;
	transition: all .7s linear;
}

.index-noice ul li:hover a span {
	color: #fff;
}*/

/* 学术会议 */

.index-academic {
	width: 29.34%;
	float: left;
	margin-top: 90px;
}
.index-huiyi .index-title {
	height: 67px;
	line-height: 67px;
}
.index-huiyi .index-title h3 {
	margin: 20px 0;
}
.index-huiyi ul {
	margin-top: 25px;
}
.index-huiyi ul li {
	border: 1px solid #e1e1e1;
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-o-transition: all .7s linear;
	-ms-transition: all .7s linear;
	transition: all .7s linear;
}
.index-huiyi ul li:hover {
	background: #2b7d43;
}
.index-huiyi ul li a {
	position: relative;
	display: block;
}
.huiyi-time-box {
	width: 64px;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.huiyi-time-box .huiyi-time-date {
	font-size: 30px;
	color: #333;
	line-height: 34px;
	font-weight: bold;
}
.index-huiyi ul li:hover .huiyi-time-box .huiyi-time-date {
	color: #fff;
}
.huiyi-time-box .huiyi-time-year {
	font-size: 14px;
	color: #333;
}
.index-huiyi ul li:hover .huiyi-time-box .huiyi-time-year {
	color: #fff;
}
.huiyi-xinxi {
	padding-left: 80px;
}
.huiyi-xinxi .huiyi-title {
	font-size: 16px;
	color: #333;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 3px;
	margin-bottom: 7px;
}
.index-huiyi ul li:hover .huiyi-xinxi .huiyi-title {
	color: #fff;
}
.huiyi-xinxi .huiyi-info {
	font-size: 12px;
	color: #666;
	/* height: 17px; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}
.huiyi-xinxi .huiyi-info p {
	margin: 2px 0;
	font-size: 14px;
}
.index-huiyi ul li:hover .huiyi-xinxi .huiyi-info {
	color: #fff;
}
.huiyi-xinxi .huiyi-info .user {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/rili.png) center no-repeat;
	background-size: 16px;
	margin-right: 5px;
	vertical-align: text-bottom;
}
.huiyi-xinxi .huiyi-info .adress {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/adress.png) center no-repeat;
	background-size: 11px;
	margin-right: 5px;
	margin-left: 10px;
	vertical-align: text-bottom;
}
/* 课程研修 */

.index-curriculum {
	width: 29.34%;
	float: left;
	margin-left: 2.5%;
	margin-top: 90px;
}
/* 综合报告 */

.index-report {
	width: 36.32%;
	float: left;
	margin-left: 2.5%;
	margin-top: 90px;
}
/* 学术交流 */

.index-content-communication {
	background: url(../images/communication.jpg) center;
	background-size: 100% 100%;
	padding: 47px 0 60px;
}
.index-communication .index-title h3:before {
	width: 660px;
}
.index-communication {
	position: relative;
	overflow: hidden;
	margin-bottom: 36px;
	padding-bottom: 20px;
}
.index-communication .item {
	position: absolute;
	right: 0;
	top: 0;
}
.index-communication .item ul {
	text-align: center;
}
.index-communication .item ul li {
	font-size: 24px;
	float: left;
	padding: 9px 21px;
	transition: all .4s linear;
	cursor: pointer;
	color: #333;
	border: 1px solid #569165;
	margin-left: 4px;
}
.index-communication .item ul li.active {
	color: #fff;
	background: #2b7d43;
}
.index-communication .item ul li span {
	float: left;
	width: 38px;
	height: 34px;
	line-height: 34px;
	margin-right: 15px;
	background: url(../images/meeting-icon.png) no-repeat;
	background-position: 0 center;
}
.index-communication .item ul li.active span {
	background-position: -38px center;
}
.index-communication .item ul li+li span {
	background: url(../images/report-icon.png) no-repeat;
}
.index-communication .item ul li+li+li span {
	background: url(../images/curriculum-icon.png) no-repeat;
}
.cont-box.hyi-box, .cont-box.baoga-box, .cont-box.kech-box {
	margin-top: 56px;
}
.cont-box.baoga-box, .cont-box.kech-box {
	/*margin-bottom: 85px;*/
	overflow: hidden;
}
.cont-box.hyi-box ul, .cont-box.baoga-box ul, .cont-box.kech-box ul {
	margin-left: -2.7%;
}
.cont-box.hyi-box ul li, .cont-box.baoga-box ul li, .cont-box.kech-box ul li {
	float: left;
	width: 30.63%;
	margin-left: 2.7%;
}
.cont-box.hyi-box ul li {
	background-color: #fff;
	background-image: url(../images/huiyi-bottomimg.png);
	background-position: 101% 106%;
	background-repeat: no-repeat;
	box-shadow: rgb(105 105 105 / 15%) 6px 3px 21px 0px;
}
.cont-box.baoga-box ul li, .cont-box.kech-box ul li {
	/*padding: 40px 0;
    border-bottom: 1px solid #e3e3e3;*/
	padding: 30px;
	border-bottom: none;
	background: #fff;
	margin-bottom: 63.5px;
}
.cont-box.hyi-box ul li .huiyi-img {
	width: 100%;
	height: 297px;
	overflow: hidden;
}
.cont-box.hyi-box ul li .huiyi-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.cont-box.hyi-box ul li:hover .huiyi-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.cont-box.hyi-box ul li .huiyi-information {
	padding: 20px;
}
.cont-box.hyi-box ul li .huiyi-information div {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding-left: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont-box.hyi-box ul li .huiyi-information div:hover {
	color: #2b7d43;
}
.cont-box.hyi-box ul li .huiyi-information .huiyi-name {
	background: url(../images/user.png) left center no-repeat;
}
.cont-box.hyi-box ul li .huiyi-information .huiyi-time {
	background: url(../images/rili.png) left center no-repeat;
}
.cont-box.hyi-box ul li .huiyi-information .huiyi-room {
	background: url(../images/adress.png) 3px center no-repeat;
}
.cont-box.baoga-box ul li .huiyi-time-box, .cont-box.kech-box ul li .huiyi-time-box {
	width: 95px;
	background: #2b7d43;
	border-radius: 5px;
	padding: 16px 0;
	margin-right: 25px;
	width: 90px;
	margin-right: 20px;
}
.cont-box.baoga-box ul li .huiyi-time-box .huiyi-time-date, .cont-box.kech-box ul li .huiyi-time-box .huiyi-time-date {
	font-size: 36px;
	color: #fff;
	margin-bottom: 4px;
}
.cont-box.baoga-box ul li .huiyi-time-box .huiyi-time-year, .cont-box.kech-box ul li .huiyi-time-box .huiyi-time-year {
	color: #fff;
}
.cont-box.baoga-box ul li .huiyi-xinxi, .cont-box.kech-box ul li .huiyi-xinxi {
	padding-left: 120px;
	padding-left: 110px;
}
.cont-box.baoga-box ul li .huiyi-xinxi .huiyi-title, .cont-box.kech-box ul li .huiyi-xinxi .huiyi-title {
	font-size: 18px;
	margin-bottom: 10px;
}
.cont-box.baoga-box ul li .huiyi-xinxi .huiyi-user, .cont-box.kech-box ul li .huiyi-xinxi .huiyi-user {
	font-size: 16px;
	color: #333;
	background: url(../images/user.png) left center no-repeat;
	margin-bottom: 6px;
	padding-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont-box.baoga-box ul li .huiyi-xinxi .huiyi-adress, .cont-box.kech-box ul li .huiyi-xinxi .huiyi-adress {
	font-size: 16px;
	color: #333;
	background: url(../images/adress.png) 3px center no-repeat;
	padding-left: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 研究团队 */

.research-team {
	background: url(../images/team.jpg) center no-repeat;
	background-size: 100% 100%;
	padding: 60px 0 90px;
}
.research-team .index-title {
	text-align: center;
	background: url(../images/team-kuang.png) center 75% no-repeat;
}
.research-team .index-title h3 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-bottom: 4px;
}
.project-carousel {
	width: 100%;
	height: 380px;
	margin-top: 60px;
}
.project-pagination {
	color: #fff;
}
.project-pagination .swiper-pagination-current {
	font-size: 24px;
}
.project-carousel .swiper-slide {
	width: 20%;
}
.project-item {
	display: block;
	width: 294px;
	height: 355px;
	margin: 0 auto;
	padding: 98px 15px 0;
	overflow: hidden;
	background-color: #f1f1f1;
	border-radius: 40px;
	-webkit-transform: scale(.69);
	-ms-transform: scale(.69);
	transform: scale(.69);
	-webkit-transition: .3s all ease;
	-ms-transition: .3s all ease;
	transition: .3s all ease;
}
.project-item .icon {
	margin: 0 auto;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 110px;
	height: 110px;
}
.project-item .title {
	text-align: center;
}
.project-item .title h4 {
	margin-top: 40px;
	font-size: 26px;
	color: #2b7d43;
	line-height: 1.3;
}
/* .project-item .title p {
	margin-top: 8px;
	font-size: 18px;
	color: #2b7d43;
} */

.project-carousel .swiper-slide-active .project-item {
	background: #d1b242 url(../images/project_item_bg.png) no-repeat center/cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.project-carousel .swiper-slide-active .project-item .icon {
	filter: brightness(100);/* width: 110px;
	height: 110px; */
}
.project-carousel .swiper-slide-active .project-item h4, .project-carousel .swiper-slide-active .project-item p {
	color: #fff;
	font-size: 24px;
}
/* 内页背景 */
.article {
	min-height: 300px;
}
.article-content {
	background: #f2f3f5;
}
/* 当前位置 */

.location {
	text-align: left;
	margin: 15px 0;
	font-size: 14px;
	color: #666;
	background: url(../images/location.png) left 2px no-repeat;
	padding-left: 20px;
}
.location a {
	font-size: 14px;
	color: #666;
}
.location span {
	margin: 0 7px;
}
/* 内页左侧 */

.content-box-left {
	width: 75.7%;
	float: left;
	margin-right: 4.1%;
	margin-top: 10px;
}
.box-left {
	width: 19.16%;
	float: left;
	margin-right: 2.7%;
	margin-bottom: 20px;
}
.left-nav .current {
	font-size: 18px;
	color: #fff;
	padding: 19px 0 23px 65px;
	margin: 0;
	/* background: url(../images/current.jpg) center no-repeat; */
	/* background-size: 100% 100%; */
	position: relative;
	background: #930408;
}
.left-nav ul {
	background: #f3f3f3;
	padding-bottom: 2px;
}
.left-nav ul li {
	position: relative;
}
.left-nav ul li a {
	display: block;
	font-size: 16px;
	color: #a9a9a9;
	padding: 15px 0 15px 50px;
	margin: 0 15px;
	text-decoration: none;
	border-top: 2px solid #fff;
	position: relative;
	z-index: 12;
}
.left-nav ul li.active a {
	color: #930408;
}
.left-nav ul li:first-child a {
	border-top: none;
}
.left-nav ul li:first-child ul li a {
	border-top: 2px solid #fff;
}
.left-nav ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 0px;
	background: #efaf1a;
	z-index: 12;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.left-nav ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 100%;
	background: #fff;
	z-index: 11;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.left-nav ul li.active:before, .left-nav ul li:hover:before {
	height: 100%;
}
.left-nav ul li.active:after, .left-nav ul li:hover:after {
	width: 100%;
}
.left-nav ul li.sume-navitem.active:before, .left-nav ul li.sume-navitem:hover:before {
	height: 0;
}
.left-nav ul li.sume-navitem.active:after, .left-nav ul li.sume-navitem:hover:after {
	width: 0;
}
.left-nav ul li.sume-navitem a {
	font-size: 16px;
	color: #930408;
	background: url(../images/sume-navitem.png) 17px center no-repeat;
}
.left-nav ul li.sume-navitem ul li {
	position: relative;
}
.left-nav ul li.sume-navitem ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 0px;
	background: #efaf1a;
	z-index: 12;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.left-nav ul li.sume-navitem ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 100%;
	background: #fff;
	z-index: 11;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.left-nav ul li.sume-navitem ul li.active:before, .left-nav ul li.sume-navitem ul li:hover:before {
	height: 100%;
}
.left-nav ul li.sume-navitem ul li.active:after, .left-nav ul li.sume-navitem ul li:hover:after {
	width: 100%;
}
.left-nav ul li.sume-navitem ul li a {
	font-size: 16px;
	color: #a9a9a9;
	background: none;
	position: relative;
	z-index: 12;
}
.left-nav ul li.sume-navitem ul li.active a, .left-nav ul li.sume-navitem ul li:hover a {
	font-size: 16px;
	color: #930408;
}
/* 右侧 */

.content-box-right {
	width: 20.2%;
	float: left;
	margin-top: 10px;
}
.right-box {
	width: 78.14%;
	float: left;
	min-height: 500px;
}
/* 文章内容 */

.article {
	margin-bottom: 70px;
}
.article h1.intro {
	text-align: left;
	font-size: 16px;
	color: #393939;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}
.article h2.title {
	text-align: left;
	font-size: 18px;
	color: #930408;
	line-height: 24px;
	margin: 8px 0;
	text-align: left;
	font-weight: bold;
	height: auto;
	border-bottom: none;
}
.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: left;
	margin: 0
}
.article h4.information {
	margin: 0px 0 20px;
	text-align: left;
	padding: 9px 0;
	font-size: 12px;
	color: #999;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
	border-bottom: 2px solid #e3eae5;
}
.article h4.information .time {
	background: url(../images/time.png) left center no-repeat;
	padding-left: 20px;
	margin-right: 35px;
	background-size: 12px;
}
.article h4.information .views {
	background: url(../images/views.png) left center no-repeat;
	padding-left: 25px;
	background-size: 15px;
}
.article .content {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	min-height: 250px;
	padding-bottom: 15px;
	overflow: hidden;
}
.article .content p {
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 30px;/* margin-top: 32px; */
}
.article .content p img {
	max-width: 100%;
}
.about {
	min-height: 300px;
}
.about .content {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	min-height: 250px;
	padding-bottom: 15px;
	overflow: hidden;
}
.about .content p {
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.about .content p strong {
	font-size: 20px;
}
.about .content p img {
	max-width: 100%;
}
.about .content hr {
	margin: -3px 0 10px;
}
/* 右侧推荐 */

.topl-box {
	margin-bottom: 30px;
}
.topl-box h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 15px 0;
	border-bottom: 2px solid #ebebeb;
}
.topl-box ul li {
	border-bottom: 2px solid #ebebeb;
	margin-bottom: 5px;
}
.topl-box ul li a {
	display: block;
	padding: 9px 0;
}
.topl-box ul li a .topl-title {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 3px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.topl-box ul li a .topl-info {
	line-height: 24px;
	/*opacity: 0.6;*/
	color: #999;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
	font-size: 12px;
}
.topl-box ul li a .topl-info .time {
	background: url(../images/time.png) left center no-repeat;
	padding: 20px;
	background-size: 12px;
}
.topl-box ul li a .topl-info .views {
	background: url(../images/views.png) left center no-repeat;
	padding-left: 25px;
	background-size: 15px;
}
/*老师详情*/

.teacher-content {
	background: #fff;
	padding: 60px 40px 0 75px;
	position: relative;
}
.teacher-left {
	width: 20.8%;
	float: left;
	margin-right: 5%;
}
.teacher-left .teacher-left-img {
	text-align: center;
	height: 364px;
	line-height: 364px;
	margin-bottom: 35px;
	overflow: hidden;
}
.teacher-left .teacher-left-img img {
	width: 100%;
}
.teacher-left-contact {
	border: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.teacher-left-contact h4 {
	padding: 16px 0 16px 36px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e6e6e6;
}
.teacher-left-contact p {
	padding: 0 10px 0 35px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	word-wrap: break-word;
}
.teacher-left-contact h4 span {
	display: block;
	font-size: 24px;
	color: #416baf;
	border-left: 2px solid #f4b81e;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
}
.teacher-right {
	float: left;
	width: 74.2%;
	padding-bottom: 80px;
}
.teacher-right .v_news_content h3 {
	font-size: 30px;
	color: #416baf;
	border-left: 2px solid #f4b81e;
	padding-left: 20px;
	margin: 18px 0 15px;
}
.teacher-right .v_news_content h4 {
	font-size: 24px;
	color: #416baf;
	border-left: 2px solid #f4b81e;
	padding-left: 20px;
	margin: 70px 0 15px;
}
.teacher-right .v_news_content p {
	font-size: 16px;
	color: #333;
	margin-bottom: 6px;
	line-height: 1.8;
	padding-left: 3px;
}
/* 列表页 */
.list ul {
	min-height: 300px;
}
.list ul li {
	position: relative;
	border-bottom: 2px solid #f2f2f2;
	/*margin-bottom: 2px;*/
	background: #fff;
	-webkit-transition: transform .4s ease-out;
	transition: transform .4s ease-out;
}
.list ul li:hover {
	box-shadow: 0px 0px 5px 2px rgba(137,137,137,0.30);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(137,137,137,0.30);
	-moz-box-shadow: 0px 0px 5px 2px rgba(137,137,137,0.30);
	border-bottom: 0;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	margin-top: 2px;
}
.list ul li a {
	display: block;
	padding: 12px 0 12px 30px;
	position: relative;
	z-index: 20;
	text-decoration: none;
}
.list ul li a .list-title, .list-img ul li a .list-title {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	height: 24px;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list ul li:hover a .list-title, .list-img ul li:hover a .list-title {
	color: #930408;
	font-weight: bold;
}
.list-info {
	font-size: 12px;
	line-height: 24px;
	color: #999;
	/*opacity: 0.6;*/
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}
.list-info .time {
	background: url(../images/time.png) left center no-repeat;
	padding: 20px;
	background-size: 12px;
}
.list-info .views {
	background: url(../images/views.png) left center no-repeat;
	padding-left: 25px;
	background-size: 15px;
}
/* 图片列表页 */


.list-img ul li {
	border-bottom: 2px solid #f2f2f2;
	/*margin-bottom: 2px;*/
	background: #fff;
	-webkit-transition: transform .4s ease-out;
	transition: transform .4s ease-out;
}
.list-img ul li:hover {
	box-shadow: 0px 0px 5px 2px rgba(137,137,137,0.30);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(137,137,137,0.30);
	-moz-box-shadow: 0px 0px 5px 2px rgba(137,137,137,0.30);
	border-bottom: 0;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	margin-bottom: 2px;
}
.list-img ul li a {
	display: block;
	padding: 13px 21px 13px 24px;
}
.list-img ul li .list-img-box {
	width: 131px;
	height: 92px;
	overflow: hidden;
	float: left;
	margin-right: 26px;
	position: relative;
	z-index: 15;
}
.list-img ul li .list-img-box img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.list-img ul li:hover .list-img-box img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.list-img ul li .list-img-text {
	height: 92px;
	position: relative;
	z-index: 15;
}
/* 会议列表 */

.list-huiyi ul li {
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 9px;
}
.list-huiyi ul li a {
	display: block;
	padding: 12px 0 12px 22px;
	padding: 12px 0 25px 22px;
}
.list-huiyi ul li .huiyi-time-box {
	width: 75px;
	padding: 5px 0;
	border: 1px solid #dddddd;
}
.list-huiyi ul li .huiyi-xinxi {
	padding-left: 100px;
	transition: 0.3s all;
}
.list-huiyi ul li .huiyi-xinxi {
	padding-left: 120px;
	transition: 0.3s all;
}
.list-huiyi ul li .huiyi-xinxi .huiyi-title {
	margin: 0 0 10px;
}
.list-huiyi ul li:hover .huiyi-xinxi .huiyi-title {
	color: #930408;
	font-weight: bold;
}
.list-huiyi ul li .huiyi-xinxi .huiyi-info {
	margin-bottom: 6px;
}
.list-huiyi ul li .huiyi-xinxi .huiyi-info .adress {
	margin-left: 55px;
}
/* 学术会议 */
.scholar-choice {
	margin-bottom: 20px;
}
.scholar-choice ul {
	border-bottom: 2px solid #f2f2f2;
}
.scholar-choice ul li {
	float: left;
	margin-right: 10px;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-radius: 5px 5px 0 0;
	background: #f5f5f5;
}
.scholar-choice ul li.active {
	background: #fff;
	height: 43px;
	line-height: 43px;
	margin-bottom: -2px;
}
.scholar-choice ul li a {
	font-size: 14px;
	color: #333;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	position: relative;
	text-decoration: none;
	display: block;
}
.scholar-choice ul li.active a {
	color: #930408;
}
.scholar-choice ul li a:before {
	content: "";
	position: absolute;
	left: 3%;
	top: 1px;
	width: 0;
	height: 3px;
	background: #efaf1a;
}
.scholar-choice ul li.active a:before {
	width: 94%;
}
.scholar-member ul {
	margin-left: -3.02%;
	min-height: 300px;
	overflow: hidden;
}
.scholar-member ul li {
	width: 16.98%;
	float: left;
	margin-left: 3.02%;
	margin-bottom: 25px;
}
.scholar-member ul li .scholar-member-box {
	width: 100%;
	height: 290px;
	height: 265px;
	overflow: hidden;
}
.scholar-member ul li .scholar-member-box img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.scholar-member ul li:hover .scholar-member-box img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.scholar-member ul li .scholar-member-name {
	font-size: 16px;
	color: #2b7d43;
	padding: 18px 0;
	background: #f3f8f4;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 58px;
}
.scholar-target {
	margin-top: 50px;
	margin-bottom: 70px;
}
.scholar-target p {
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
.scholar-target p img {
	max-width: 100%;
	height: auto;
}
/* 会议详情 */


.huiyi-article {
	min-height: 800px;
	margin-bottom: 30px;
}
.huiyi-article ul {
	border-bottom: 2px solid #e3eae5;
	position: relative;
	height: 42px;
}
.huiyi-article .huiyi-article-fangx {
	border: none !important;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
}
.huiyi-article ul li {
	float: left;
	margin-right: 10px;
	border-top: 1px solid #e3eae5;
	border-left: 1px solid #e3eae5;
	border-right: 1px solid #e3eae5;
	border-radius: 5px 5px 0 0;
	background: #f3f8f4;
	cursor: pointer;
}
.huiyi-article ul li h3 {
	font-size: 14px;
	color: #333;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	position: relative;
}
.huiyi-article ul li.active {
	background: #fff;
	height: 43px;
	line-height: 43px;
	margin-bottom: -2px;
}
.huiyi-article ul li.active h3 {
	color: #2b7d43;
}
.huiyi-article ul li h3:before {
	content: "";
	position: absolute;
	left: 3%;
	top: 1px;
	width: 0;
	height: 3px;
	background: #efaf1a;
}
.huiyi-article ul li.active h3:before {
	width: 94%;
}
.huiyi-article .huiyi-article-fangx tr td {
	border: none !important;
}
.huiyi-article .huiyi-article-fangx tr td h3 {
	font-size: 18px;
	color: #2b7d43;
	font-weight: bold;
	padding: 0;
	height: auto;
}
.huiyi-article ul li.active .huiyi-article-fangx tr td h3:before {
	width: 0;
}
.huiyi-article ul li:first-child .huiyi-article-fangx tr:first-child {
	border-bottom: 2px solid #f2f2f2;
}
.huiyi-article .huiyi-article-fangx tr td h5 {
	font-size: 14px;
	color: #333;
	padding-left: 30px;
	margin-bottom: 25px;
	line-height: 18px;
	background: url(../images/calendar.png) left center no-repeat;
}
.huiyi-article .huiyi-article-fangx tr td h5+h5 {
	background: url(../images/user.png) left center no-repeat;
}
.huiyi-article .huiyi-article-fangx tr td h5+h5+h5 {
	background: url(../images/adress.png) left center no-repeat;
}
.huiyi-article .huiyi-article-fangx tr+tr td {
	padding-top: 30px !important;
}
.huiyi-article .huiyi-article-fangx tr td p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
}
.huiyi-article .huiyi-article-fangx tr+tr td p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
}
.award {
	margin-bottom: 60px;
}
.award table {
	border: none;
	width: 100%;
	border-top: 2px solid #2b7d43;
}
.award table tr {
	background: #f3eeeb;
	border-bottom: 1px dashed #b6b6b6;
}
.award table tr+tr {
	background: none;
}
.award table tr td {
	border: none !important;
	padding: 15px !important;
}
.award table tr td p {
	font-size: 16px !important;
	color: #333 !important;
	font-weight: bold;
	font-family: "微软雅黑" !important;
}
.award table tr td p span {
	font-size: 16px !important;
	color: #333 !important;
	font-weight: bold;
	font-family: "微软雅黑" !important;
}
.award table tr+tr td p {
	font-weight: normal;
}
.award table tr+tr td p span {
	font-weight: normal;
}
/* 联系我们 */

.leader ul, .contact ul {
	overflow: hidden;
}
.leader ul li {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 40px;
}
.leader ul li .leader-img {
	width: 196px;
	height: 260px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}
.leader ul li .leader-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.leader ul li:hover .leader-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.leader ul li .leader-xinxi {
	border-top: 3px solid #436db0;
	margin-left: 211px;
	padding-left: 3px;
	position: relative;
	padding-bottom: 12px;
}
.leader ul li .leader-xinxi h3 {
	font-size: 24px;
	color: #013d88;
	margin-bottom: 12px;
}
.leader ul li .leader-xinxi h5 {
	font-size: 16px;
	color: #333;
	margin-bottom: 92px;
}
.leader ul li .leader-xinxi p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	position: absolute;
	left: 3px;
	bottom: 100px;
	width: 70%;
	padding-left: 3px;
	padding-bottom: 8px;
}
.leader ul li .leader-xinxi p::after {
	content: "";
	left: 0;
	bottom: 0px;
	position: absolute;
	background: #436db0;
	width: 58%;
	height: 1px;
}
.leader ul li .leader-xinxi h6 {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding-left: 23px;
	margin: 0;
}
.leader ul li .leader-xinxi h6.leader-tel {
	background: url(../images/leader-tel.png) left center no-repeat;
}
.leader ul li .leader-xinxi h6.leader-mail {
	background: url(../images/leader-mail.png) left center no-repeat;
}
.leader ul li .leader-xinxi h6.leader-adress {
	background: url(../images/leader-adress.png) left center no-repeat;
}
.contact ul {
	margin-left: -3%;
}
.contact ul li {
	float: left;
	width: 30.33%;
	margin-left: 3%;
	margin-bottom: 40px;
	border: 1px solid #e6e6e6;
}
.contact ul li .contact-img {
	width: 127px;
	height: 168px;
	float: left;
	overflow: hidden;
	margin-right: 18px;
}
.contact ul li .contact-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.contact ul li:hover .contact-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.contact ul li .contact-xinxi {
	margin-left: 145px;
	position: relative;
}
.contact ul li .contact-xinxi h3 {
	font-size: 24px;
	color: #013d88;
	margin-bottom: 12px;
}
.contact ul li .contact-xinxi h5 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.contact ul li .contact-xinxi p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-right: 30px;
}
/* 机构设置 */

.setup {
	margin-bottom: 30px;
}
.setup h3 {
	font-size: 24px;
	color: #fff;
	background: #3e69ad;
	padding: 10px 0 10px 35px;
	margin-bottom: 30px;
}
.setup ul li {
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0;
}
.setup ul li h4 {
	font-size: 22px;
	color: #333;
	padding-left: 40px;
	float: left;
	position: relative;
	width: 37%;
}
.setup ul li h4 a {
	color: #333;
}
.setup ul li h4::before {
	content: "";
	background: #f4b81e;
	width: 20px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 12px;
}
.setup ul li p {
	font-size: 18px;
	color: #333;
	line-height: 48px;
	float: left;
	padding-left: 20px;
	position: relative;
	width: 21%;
}
.setup ul li p a {
	color: #333;
}
.setup ul li p::before {
	content: "";
	background: #f4b81e;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 21px;
}
.setup2 {
	padding-bottom: 30px;
}
.setup2 h3 {
	font-size: 24px;
	color: #3e69ad;
	padding-left: 33px;
	position: relative;
	width: 37%;
	margin-top: 25px;
}
.setup2 h3::before {
	content: "";
	background: #f4b81e;
	width: 20px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 12px;
}
.setup2 ul {
	padding-left: 33px;
	overflow: hidden;
}
.setup2 ul li {
	float: left;
	margin-right: 35px;
}
.setup2 ul li h4 {
	font-size: 16px;
	color: #333;
	padding: 10px 40px 10px 20px;
	position: relative;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
	margin-bottom: 0;
}
.setup2 ul li h4 a {
	color: #333;
}
.setup2 ul li p {
	font-size: 16px;
	color: #333;
	line-height: 18px;
	margin-left: 8px;
	position: relative;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 228px;
}
.setup2 ul li p a {
	color: #333;
}
.setup2 ul li p::before, .setup2 ul li p::after {
	content: "";
	position: absolute;
}
.setup2 ul li p::before {
	width: 1px;
	height: 100%;
	background: #d1d1d1;
	left: 0;
	top: 0;
}
.setup2 ul li p::after {
	width: 15px;
	height: 1px;
	background: #d1d1d1;
	left: 0;
	top: 24px;
}
.setup2 ul li p:last-child {
	padding-bottom: 0px;
	margin-bottom: 20px;
}
.setup2 ul li p:last-child::before {
	height: 25px;
}
/* 简介 */

.about {
	font-size: 18px;
	line-height: 36px;/*padding: 20px;*/
}
/* 学术信息 */

.learning ul {
	margin-left: -5%;
	overflow: hidden;
}
.learning ul li {
	width: 45%;
	float: left;
	margin-left: 5%;
	margin-bottom: 28px;
	background: url(../images/learning-list-bk.png) center no-repeat;
	background-size: 100% 100%;
	padding: 60px 50px 30px 70px;
	position: relative;
}
.learning ul li:hover {
	background: url(../images/learning-list-hov.png) center no-repeat;
}
.learning ul li .time {
	width: 65px;
	float: left;
	margin-right: 28px;
	text-align: center;
	margin-bottom: 70px;
}
.learning ul li .time p {
	font-size: 60px;
	line-height: 58px;
	color: #416baf;
	font-family: "Tahoma";
	margin-bottom: 5px;
}
.learning ul li:hover .time p {
	color: #fff;
}
.learning ul li .time div {
	font-size: 14px;
	color: #acaba9;
}
.learning ul li:hover .time div {
	color: #fff;
}
.learning ul li .cont-info h4 {
	font-size: 22px;
	color: #333;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.learning ul li:hover .cont-info h4 {
	color: #fff;
}
.learning ul li .cont-info p {
	font-size: 16px;
	color: #666;
	line-height: 36px;
}
.learning ul li:hover .cont-info p {
	color: #fff;
}
.learning ul li .cont-info p img {
	margin-bottom: 3px;
	margin-right: 5px;
}
.learning ul li .cont-info p .icon-hover {
	display: none;
}
.learning ul li:hover .cont-info p .icon {
	display: none;
}
.learning ul li:hover .cont-info p .icon-hover {
	display: inline-block;
}
.learning ul li .cont-info-share {
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	bottom: 0;
}
/* 师资队伍 */

.teacheing table {
	width: 100%;
}
.teacheing table tr {
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}
.teacheing table tr:hover::before {
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	left: -10%;
	background: #e8ebf0;
}
.teacheing table tr td {
	width: 38%;
	float: left;
	padding: 10px 0;
}
.teacheing table tr td+td {
	width: 62%;
}
.teacheing table tr td h3 {
	font-size: 22px;
	line-height: 48px;
	color: #333;
	padding-left: 33px;
	position: relative;
	margin: 9px 0 0;
}
.teacheing table tr:hover td h3 {
	color: #456eb1;
	font-size: 30px;
}
.teacheing table tr td h3::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 48%;
	width: 20px;
	height: 4px;
	background: #f4b81e;
}
.teacheing table tr td ul {
	position: relative;
}
.teacheing table tr td ul li {
	overflow: hidden;
	margin: 18px 0;
}
.teacheing table tr td ul li h4 {
	font-size: 18px;
	color: #333;
	position: relative;
	padding-left: 15px;
	float: left;
	width: 210px;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.teacheing table tr td ul li h4::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 48%;
	width: 5px;
	height: 5px;
	background: #f4b81e;
	border-radius: 50%;
}
.teacheing table tr td ul li p {
	float: left;
	font-size: 18px;
	color: #333;
	padding-right: 35px;
	margin-right: 40px;
	cursor: pointer;
	background: url(../images/teacher-link.png) right center no-repeat;
}
.teacheing table tr td ul li p:hover {
	color: #3b67aa;
	background: url(../images/teacher-link-hov.png) right center no-repeat;
}
/* 下载中心 */

.download ul li {
	border: 1px solid #d7d6d6;
	margin-bottom: 20px;
}
.download ul li a {
	display: block;
	padding: 0 32px;
	overflow: hidden;
	background: url(../images/download.jpg) 98% center no-repeat;
}
.download ul li p {
	font-size: 18px;
	color: #333;
	line-height: 58px;
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.download ul li:hover p {
	color: #456eb1;
}
.download ul li span {
	display: block;
	width: 30%;
	float: left;
	line-height: 58px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 封面页 */

.cover-content {
	background: #edf0f5;
	padding-bottom: 50px;
	position: relative;
}
.cover-content .container {
	width: 1200px;
	position: relative;
}
.banner {
	position: relative;
	overflow: hidden;/* margin-top: 99px; */
}
.cover-content .banner-nav {
	width: 50%;
	position: absolute;
	left: 0;
	top: -55px;
}
.banner-navigation {
	position: absolute;
	left: 0;
	top: -30px;
}
.banner-navigation ul li {
	float: left;
	font-size: 24px;
	color: #f2f3f5;
	margin-right: 80px;
}
.cover-left {
	padding-right: 10%;
}
.cover-xinxi {
	margin-top: 40px;
}
.cover-xinxi h3 {
	font-size: 36px;
	color: #456eb1;
	overflow: hidden;
}
.cover-xinxi h3 strong {
	float: left;
	padding-bottom: 10px;
	border-bottom: 2px solid #9cb3d0;
}
.cover-info h4 {
	font-size: 24px;
	margin: 30px 0 15px;
}
.cover-info p {
	font-size: 16px;
	color: #333;
	line-height: 36px;
}
.cover-liaxi {
	margin-top: 40px;
	margin-bottom: 30px;
}
.cover-liaxi h4 {
	font-size: 30px;
	color: #013d88;
	border-left: 9px solid #9cb3d0;
	padding-left: 15px;
	margin-bottom: 30px;
}
.cover-liaxi p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	padding-left: 5px;
}
.cover-down h4 {
	font-size: 24px;
	color: #013d88;
	margin-bottom: 15px;
}
.cover-down ul li p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.cover-down ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	background: url(../images/cover-down-arrow.png) 75px center no-repeat;
}
/*分页栏*/

.pagebar {
	/* background: #fff; */
	margin: 40px auto;
}
.p_first_d, .p_last_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}
.p_first, .p_last {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}
.p_prev_d, .p_prev {
	/* font-size: 14px; */
	/* color: #808080; */
	/* padding: 5px 11px; */
	/* border: 1px solid #e8e8e8; */
	/* margin: 12px 4px; */
	/* display: inline-table; */
}
.p_no {
	/* padding: 5px 11px; */
	/* border: 1px solid #e8e8e8; */
	/* margin: 0px 4px; */
	/* color: #595c5b; */
}
.p_no_d {
	background: #930408;
	color: #fff;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	display: inline-table;
}
.p_next, .p_next_d {
	/* font-size: 14px; */
	/* color: #808080; */
	/* padding: 5px 11px; */
	/* margin: 12px 0 12px 4px; */
	/* border: 1px solid #e8e8e8; */
	/* display: inline-table; */
}
.pb_sys_style1 .p_no_d{
	border: solid 1px #a40000!important;
	background-color: #a40000!important;
}
/*尾部*/

.footer {
	background: url(../images/footer.png) center no-repeat;
	padding: 50px 55px 0 55px;
	background-size: cover!important;
}
.footer .footer-top {
	overflow: hidden;
	padding-bottom: 32px;
}
.footer-logo {
	float: left;
	width: 35%;/* margin-top: -10px; */
}
.footer .footer-xinxi {
	width: 32%;
	float: left;
	margin-top: 10px;
}
.footer-xinxi h3, .footer-link h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 16px;
	font-family: "苹方";
}
.footer-xinxi h3 img, .footer-link h3 img {
	margin-right: 12px;
	margin-bottom: 4px;
}
.footer-xinxi h3 span, .footer-link h3 span {
	font-size: 14px;
	font-family: "Californian FB";
	opacity: 0.18;
	text-transform: uppercase;
	vertical-align: middle;
	margin-right: 14px;
}
.footer-xinxi p {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	opacity: 0.64;
}
.footer-link {
	width: 23%;
	float: left;
	margin-top: 10px;
}
.footer-link ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	opacity: 0.68;
}
.footer-link ul li:hover a {
	opacity: 1;
}
.footer-code {
	width: 10%;
	float: left;
	margin-top: 10px;
}
.footer-code ul {
	text-align: right;
}
.footer-code ul li {
	display: inline-block;
	width: 118px;
	height: 118px;
	line-height: 118px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	margin: 0 15px;
}
.footer-code ul li img {
	width: 100%;
}
.copy {
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,.3);
}
.copy p {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	display: inline-block;
	opacity: 0.51;
}
.copy p.tonji {
	margin-left: 20px;
}
/*s*/
.new-title-tab-list li, .new-title-tab-list1 li {
	float: left;
	width: 20%;
}
.new-title-tab-list li a, .new-title-tab-list1 li a {
	color: #b7b7b7;
	font-size: 30px;
	position: relative;/* padding-bottom: 20px; *//* font-weight: bold; */
}
.new-title-tab-list li a:hover, .new-title-tab-list1 li a:hover {
	color: #165b2a;
}
.new-title-tab-list li.on a, .new-title-tab-list1 li.on a {
	color: #930408;
	font-weight: bold;
}
.new-title-tab-list li a::before, .new-title-tab-list1 li a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -13px;
	width: 0;
	height: 7px;
	background-color: #efaf1a;
	transition: .3s;
	transform: translateX(-50%);
}
.new-title-tab-list li a:hover::before, .new-title-tab-list li.on a::before, .new-title-tab-list1 li a:hover::before, .new-title-tab-list1 li.on a::before {
	width: 100%;
}
.new-list-tab-cont {
	min-height: 800px;
}
.new-list-tab-cont li {
	padding: 23.5px 0;
	border-bottom: solid 1px #dedede;
}
.new-list-tab-cont li .time {
	float: left;
	width: 72px;
	border: solid 1px #e4e4e4;
	text-align: center;
}
.new-list-tab-cont li .time .year {
	height: 34px;
	line-height: 34px;
	color: #fff;
	background-color: #b60000;
	font-size: 18px;
}
.new-list-tab-cont li .time .day {
	height: 34px;
	line-height: 34px;
	color: #930408;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
.new-list-tab-cont li .box {
	float: right;
	width: 88%;
}
.new-list-tab-cont li .box .title {
	color: #333;
	font-size: 18px;
	margin-top: 0;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new-list-tab-cont li:hover .box .title {
	color: #930408;
}
.new-list-tab-cont li .box p {
	color: #666;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	margin-top: 4px;
}
.new-img-list {
	margin-bottom: 12px;
}
.new-img-list a {
	display: block;
	width: 100%;
	height: 151px;
	overflow: hidden;
	position: relative;
}
.new-img-list a:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 100%;
	margin-top: 0px;
	margin-left: -120px;
	overflow: hidden;
	z-index: 6;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.4)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}
.new-img-list a:hover:before {
	-webkit-animation: aniBlink .6s ease-out forwards;
	-moz-animation: aniBlink .6s ease-out forwards;
	-o-animation: aniBlink .6s ease-out forwards;
	animation: aniBlink .6s ease-out forwards
}
.new-rczp-list {
	margin-top: 25px;
	border: solid 1px #eee;
}
.new-rczp-list a {
	display: block;
	width: 100%;
	height: 112px;
	overflow: hidden;
	position: relative;
}
.new-rczp-list a:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 100%;
	margin-top: 0px;
	margin-left: -120px;
	overflow: hidden;
	z-index: 6;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.4)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}
.new-rczp-list a:hover:before {
	-webkit-animation: aniBlink .6s ease-out forwards;
	-moz-animation: aniBlink .6s ease-out forwards;
	-o-animation: aniBlink .6s ease-out forwards;
	animation: aniBlink .6s ease-out forwards
}
 @keyframes aniBlink {
 from {
margin-left:-50%
}
to {
	margin-left: 120%
}
}
@-webkit-keyframes aniBlink {
 from {
margin-left:-50%
}
to {
	margin-left: 120%
}
}
.new-img-list a span, .new-rczp-list a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center!important;
	background-size: cover!important;
	transition: all 0.5s ease-in-out;
}
.new-img-list a:hover span, .new-rczp-list a:hover span {
	transform: scale(1.03);
	opacity: 0.85;
}
.new-img-list p {
	margin-top: 18px;
}
.new-news-list {
	padding-top: 10px;
}
.new-news-list li {
	/* padding: 10px; */
	margin-bottom: 15px;
	/* background-color: #f4f9f6; */
	position: relative;
	text-indent: 18px;
}
.new-news-list li::before {
	width: 6px;
	height: 6px;
	background-color: #d3d3d3;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 13;
	transform: translateY(-50%);
}
.new-news-list li:hover::before {
	background-color: #930408;
}
.new-news-list li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #165b2a;
	width: 0;
	height: 100%;
	transition: .3s ease-out;
	z-index: 10;
}
.new-news-list li:hover::after {
/*width: 100%;*/
}
.new-news-list li .time {
	font-size: 14px;
	color: #666;
	position: relative;
	z-index: 12;
	font-family: "pingfang";
	/* font-weight: bold; */
	float: right;
	margin-top: 4px;
	width: 22%;
	text-align: right;
}
.new-news-list li .title {
	font-size: 16px;
	color: #333;
	position: relative;
	z-index: 12;
	font-family: "Microsoft YaHei";
	/* margin-top: 5px; */
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: 78%;
}
.new-news-list li:hover .time, .new-news-list li:hover .title {
	color: #930408;
}
.new-sz-zm {
	background-color: #2b7d43;
	padding: 10px 0;
	color: #fff;
}
.new-sz-zm span {
	padding: 0 15px 0 28px;
}
.new-sz-zm a {
	display: inline-block;
	padding: 0 12.9px;
	color: #fff;
	font-size: 16px;
}
.new-sz-zm a:hover {
	background-color: rgba(255,255,255,.41);
	color: #fff;
}
.new-sz-zm a.on {
	background-color: rgba(255,255,255,.41);
	color: #fff;
}
.new-sz-list {
	margin-left: -1%;
	margin-top: 2%;
}
.new-sz-list li {
	float: left;
	width: 32.33333333333333%;
	margin-left: 1%;
	margin-bottom: 1%;
	border-radius: 10px;
	/* padding: 18px 0; */
	background-color: #fafafa;
	transition: .3s;
}
.new-sz-list li a {
	display: block;
	padding: 18px 0;
}
.new-sz-list li .box {
	width: 76%;
	float: left;
	padding-left: 4%;
	padding-right: 4%;
}
.new-sz-list li .box .name {
	color: #333;
	font-size: 16px;
	margin: 0 0 16px 0;
	font-weight: bold;
}
.new-sz-list li .box .zc {
	color: #a4a4a4;
	font-size: 14px;
	margin: 4px 0;
}
.new-sz-list li .box .yjfx, .new-sz-list li .box .xx {
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	color: #333;
	font-size: 14px;
}
.new-sz-list li .box .xx {
/* color: #333; */
	/* font-size: 14px; */
}
.new-sz-list li .tx {
	width: 50%;
	float: left;
}
.new-sz-list li .tx {
	width: 76px;
	height: 76px;
	overflow: hidden;
	border-radius: 50%;
	background: url(../images/tx-default.png) center center;
	/* padding-right: 2%; */
	/* background-position: center center; */
	margin-top: 4px;
}
.new-sz-list li .tx span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center!important;
	background-size: cover!important;
}
.new-sz-list li:hover {
	background: #a40000 url(../images/sz-bg.png) no-repeat center right;
}
.new-sz-list li a:hover .box .name, .new-sz-list li a:hover .box .zc, .new-sz-list li a:hover .box .xx, .new-sz-list li:hover .box .yjfx {
	color: #fff;
}
/*e*/
.ny-banner .img {
	height: 340px;
	background-size: cover!important;
	background-position: center center!important;
}
.pb_sys_common .p_pages{
	font-family: "Microsoft YaHei"!important;
}


/* 2025/2/18
 *底部footer调整，
 *新增会议室预约入口
 start
*/
.footer .footer-xinxi{
	width: 22%;
}
.footer .footer-top{
	overflow: visible;
}
.copy {
	margin-top: 32px;
}
.footer-about{
	width: 15%;
    float: left;
}
.footer-about ul{
    display: flex;
    margin-top: 30px;
}
.footer-about ul li{
    flex: 1;
    text-align: center;
}
.footer-about ul li span{
	color: #fff;

}
.footer-about ul li:hover{
	color: #fff;
}
.footer-about ul li a span{
    display: block;
}
.footer-about ul li:first-child{
    position: relative;
}
.footer-about ul li:first-child:hover .about-ewm {
    display: block;
}
.about-ewm {
    display: none;
    position: absolute;
    top: -145px;
    left: 50%;
    transform: translateX(-50%);
    width: 126px;
    height: 136px;
}
/* 2025/2/18
 *底部footer调整，
 *新增会议室预约入口 
 end
*/