@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "苹方";
	font-size: 14px;
	color: #595c5b;
	background: #f3f3f3;
	overflow-x:hidden;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

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;
}

/* 搜索 */

.search {
	height: 0px;
	width: 100%;
	background: #454545;
	z-index: 9999;
	/* display: none; */
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search.show {
	height: 85px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search1 {
	width: 51%;
	height: 45px;
	margin: 20px auto;
	-webkit-box-shadow: 0 1px 2px rgb(0 0 0);
	-moz-box-shadow: 0 1px 2px rgb(0, 0, 0);
	-ms-box-shadow: 0 1px 2px rgb(0, 0, 0);
	box-shadow: 0 1px 2px rgb(0 0 0);
	position: relative;
	z-index: 9999;
}

.search_kuang {
	width: 73.5%;
	padding-left: 2%;
	height: 45px;
	background: #fff;
	font-size: 14px;
	/* border: 2px solid #317954; */
	outline: none;
}

.searchbox .search_kang::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	font-size: 36px;
}

.searchbox .search_kang:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	font-size: 36px;
}

.searchbox .search_kang::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 36px;
}

.searchbox .search_kang:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
	font-size: 36px;
}

.search_submit {
	width: 25.8%;
	height: 45px;
	background: #317954;
	vertical-align: bottom;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.search1 a.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 8px;
	right: -40px;
	background: url(../images/close.png) -86px 0 no-repeat;
	opacity: 0;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

.search1 a.close:hover {
	opacity: 1;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

/* 头部logo信息 */

.header1 {
	background: #317954;
	padding: 18px 0;
}

.header1 .container {
	position: relative;
}

.header-box{
   position: fixed;
    width: 100%;
    z-index: 22;
}

.header-top {
  /*  position: fixed;
    width: 100%;
    z-index: 22;*/
    padding: 21px 0 0;
   animation:  slideInDown  0.7s ease-out;
   -webkit-animation: slideInDown  0.7s ease-out;
   background:  linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));
   
   
}

.header-top.on{
   background: #fff;
   animation:  slideInDown1  1.4s ease-in-out;
   -webkit-animation: slideInDown1  1.4s ease-in-out;
   box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
}

.header-top .container {
   position: relative;
}

.header-container {
	padding: 42px 0 0;
	width: 96%;
	position: absolute;
	left: 4%;
	top: 0;
	z-index: 22;
}

.top-link {
	width: 220px;
	z-index: 40;
	position: absolute;
	right: 3%;
	top: 33px;
        right: 0;
	top: 0;
}

.header1 .top-link {
	right: 0%;
	top: 6px;
}

.top-link ul li {
	float: right;
	width: 27px;
	height: 27px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-left: 10px;
}

.header-top.on .top-link ul li{
   border: 1px solid #333;
}

.top-link ul li .img1{
  display: inline-block;
}

.header-top.on .top-link ul li .img1{
  display: none;
}

.top-link ul li .img2{
  display: none;
}

.header-top.on .top-link ul li .img2{
  display: inline-block;
}

.top-link ul li:hover{
   opacity: 0.8;
}

.logo {
	display: block;
	width: 30%;
        margin-right: 6%;
	float: left;
}

 .logo img{
    margin-top: -5px;
}

.logo .img1{
    display: inline-table;
}


.logo .img2{
    display:none;
}

.header-top.on .logo .img1{
   display:none;
}


.header-top.on .logo .img2{
   display: inline-table;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 20px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

.header-top.on .navbar-toggle{
   background: url(../images/anniuon.png) no-repeat;
  
}


@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDow1 {

  0% {
         -webkit-transform: translateY(0);
        transform: translateY(0);

    }
  50% {
         -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }


 100% {
         -webkit-transform: translateY(0);
        transform: translateY(0);

    }
 
}

/*导航*/

.nav {
	width: 70%;
        width: 64%;
	float: left;
	margin-top: 42px;
           margin-top: 34px;
}

.nav ul li {
	float: left;
	width: 9.8%;
	margin-left: 0.5%;
        width: 10.17%;
        margin-left: 1.05%;
       /* width: 11.5%;
        margin-left: 1.14%;*/
	height: 56px;
	line-height: 50px;
	position: relative;
	text-align: center;
}

.header1 .nav ul li {
	width: 10.5%;
	margin-left: 0.6%;
}

.header1 .nav ul li:first-child {
	width: 10.5%;
	margin-left: 0;
}

.nav ul li:first-child {
	/*width: 6.4%;*/
	margin-left: 0;
}

.header1 .nav ul li .nav_item li {
	width: 100%;
}

.nav ul li a {
	display: block;
	font-size: 18px;
	color: #fff;
	height: 56px;
	display: block;
	position: relative;
}

.header-top.on .nav ul li a{
  color:#333;
}

.nav ul li:hover a {
	background: #fff;
	color: #317954;
}

.nav ul li.active a {
	background: #fff;
	color: #317954;
}

.nav ul li a::after {
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	height: 3px;
	width: 0;
	background-color: #317954;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li:hover a::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header-top.on .nav ul li:hover a::after{
        width: 0;
        opacity: 0;
}

.nav ul li.active a::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.header-top.on .nav ul li.active a::after{
        width: 0;
        opacity: 0;
}

.nav ul li .nav_item {
	display: none;
	position: absolute;
	top: 56px;
	left: 0;
	background: #fff;
	width: 150%;
	padding: 0 0 10px;
	z-index: 999;
       box-shadow: 0px 6px 6px 0 rgb(0 0 0 / 25%);

}

 .nav ul li .nav_item::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	height: 3px;
	width: 0;
	background-color: #317954;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header-top.on .nav ul li .nav_item::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.nav ul li .nav_item li {
	float: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: left;
	border-bottom: none;
	background: none;
	margin-left: 0;
	/*margin-top: 1px;*/
}

.nav ul li .nav_item li a {
	font-size: 16px;
	color: #333333;
	padding: 0 0 0 25px;
        padding: 0 0 0 20px;
	height: 39px;
	line-height: 39px;
}

.nav ul li:hover .nav_item a {
	background: #fff;
}

.nav ul li:hover .nav_item a::after {
	width: 0;
       opacity: 0;
}

.nav ul li .nav_item li:hover a {
	background: #317954;
	color: #fff;
}

.nav ul li .nav_item li.active a {
	background: #317954;
	color: #fff;
}

/*banner相关设置*/

#full-width-slider {
	width: 100%;
	min-height: 120px;
	color: #000;
        /*transition: height 0.7s cubic-bezier(0.5,0,0.2,1) 0s;*/
}

.fullWidth.fix{
    height: 0 !important;
    overflow: hidden;
    margin-bottom: 100px;
   transition: height 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
}

#full-width-slider .rsGCaption {
	font-size: 24px;
	color: #fff;
	width: 70px;
	position: absolute;
	left: 8%;
	bottom: 20px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index: 15;
}

#full-width-slider .rsGCaption span {
	font-size: 44px;
}

#full-width-slider .rsArrow {
	display: none;
	background: #003f97;
	width: 2.3%;
	z-index: 32;
}

.rsMinW .rsBullets {
	position: absolute;
	bottom: 30px;
	right: 8%;
	z-index: 15;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

.rsMinW .rsBullet {
	/*width: 45px;*/
	height: 13px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 0 5px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
}

.rsMinW .rsBullet.rsNavSelected {
	width: 34px;
}

.rsMinW .rsBullet.rsNavSelected span {
	width: 34px;
	background: #a2c93e;
	border-radius: 13px;
}

/*首页内容部分*/


/* 通知公告 */

.index-notice {
	padding: 25px 0;
        background: #fff;
       
}


.index-notice .container{
   position: relative;
}

.index-notice h3 {
	background: #317954;
	font-size: 16px;
	color: #fff;
	width: 66px;
	text-align: center;
	line-height: 20px;
	margin: 7px 0 0;
        padding: 8px 0;
	float: left;
}

.index-notice h3 span {
	display: block;
	margin: 0 15px;
        color: #fff;
}

.index-notice ul {
	overflow: hidden;
        padding-right: 40px;
}

.index-notice ul li {
	width: 31%;
	margin-left: 2.33%;
	float: left;
	
}

.index-notice ul li a {
	display: block;
	overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 16px;
	color: #43565e;
	font-family: "苹方";
	line-height: 36px;
	padding-left: 20px;
	background: url(../images/index-list.png) left center no-repeat;
}

.index-notice ul li:hover a{
   color: #317954;
   background: url(../images/index-list-active.png) left center no-repeat;
}

.index-notice .more {
    position: absolute;
    right: 0px;
    top:20px;
    text-align: center;
    color: #43565e;
    font-size: 18px;
    display: block;
    width: 12px;
    height: 12px;
   background: url(../images/index-more.png) left center no-repeat;
    
}

.index-notice .more:hover{
  background: url(../images/index-more-active.png) left center no-repeat;
}




/* 科学研究*/

.research-content {
	background: url(../images/research.jpg) no-repeat;
	padding: 60px 0 50px;
}

/* 首页标题 */

.index-title {
	margin: 25px 0;
	position: relative;
}

.index-title h3 {
	text-align: center;
	font-size: 36px;
	color: #43565e;
        color: #101010;
	font-weight: bold;
	margin: 0;
}

.index-title .more {
	position: absolute;
	right: 0px;
	top: 8px;
	text-align: center;
	color: #43565e;
	font-size: 18px;
        padding-right: 20px;
        background: url(../images/index-more.png) right 5px no-repeat;
}


.index-title .more:hover{
    color: #317954;
    background: url(../images/index-more-active.png) right 5px no-repeat;
}

.index-title2 {
	margin: 25px 0;
	position: relative;
}

.index-title2 h3 {
	text-align: left;
	font-size: 20px;
	color: #43565e;
	font-weight: bold;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.index-title2 h3::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 135px;
	height: 1px;
	width: 100%;
	background-color: #e8e8e8;
}

.index-title3 h3 {
	font-size: 36px;
	color: #fff;
	text-align: center;
}

/* 科学研究 */

.research-box {
	overflow: hidden;
	margin-bottom: 20px;
}

.research-tel {
	width: 28.6%;
	float: left;
	position: relative;
	margin-top: 20px;
}

.research-tel .research-tel-img {
	height: 366px;
	overflow: hidden;
}

.research-tel .research-tel-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;
}

.research-tel-text {
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 20;
}

.research-tel-text .research-tel-title {
	font-size: 24px;
        font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0 4% 3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.research-tel-text .research-tel-abstract {
	font-size: 20px;
        font-size: 16px;
	color: #fff;
	margin: 0 4%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



.banner-shoaw {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
}

.research-box ul {
	width: 71.4%;
	float: left;
	margin-top: 20px;
}

.research-box ul li {
	float: left;
	width: 32%;
	margin-left: 1.33%;
}

.research-box ul li .research_picture {
	height: 230px;
	overflow: hidden;
}

.research-box ul li .research_picture 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;
}

.research-box ul li:hover .research_picture 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);
}

.research-box ul li .research_text {
	background: #fff;
	margin: 0;
	padding: 15px 15px 10px;
	position: relative;
}

.research-box ul li:hover .research_text {
	background: #317954;
}

.research-box ul li .research_text::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 3px;
	width: 0;
	background-color: #a2c93e;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.research-box ul li:hover .research_text::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.research-box ul li .research_text .research-title {
	font-size: 16px;
	color: #43565e;
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0 0 19px;
}

.research-box ul li:hover .research_text .research-title {
	color: #fff;
}

.research-box ul li .research_text .research_date {
	font-size: 14px;
	color: #676767;
}

.research-box ul li:hover .research_text .research_date {
	color: #fff;
}

.achievement {
	overflow: hidden;
}

.achievement ul {
	margin-left: -3.33%;
}

.achievement ul li {
	width: 30%;
	float: left;
	margin-left: 3.33%;
}

.achievement ul li .time {
	float: left;
	width: 70px;
	margin-right: 23px;
}

.achievement ul li .time .month {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #bbbbbb;
	border-radius: 12px;
}

.achievement ul li:hover .time .month {
	background: #a2c93e;
}

.achievement ul li .time .date {
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: center;
	margin-top: 6px;
}

.achievement ul li:hover .time .date {
	color: #317954;
}

.achievement ul li .cont-info {
	font-size: 18px;
        font-size: 16px;
	color: #333;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.achievement ul li:hover .cont-info {
	color: #317954;
}

/* 新闻动态 */

.news-content {
	padding: 60px 0 70px;
        background: #fff;
}

.news-content .container {
	position: relative;
}

#swiper-container1 {
	margin-left: 226px;
	padding-bottom: 20px;
}

#swiper-container1 .swiper-wrapper .swiper-slide {
	background: #f2f6f4;
	margin-top: 20px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover {
	background: #317954;
}

#swiper-container1 .swiper-wrapper .swiper-slide.swiper-slide-active .media-body::before {
	background-color: #a2c93e;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover {
	box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
}

#swiper-container1 .swiper-wrapper .swiper-slide .swiper-slide-img {
	width: 100%;
	height: 214px;
	overflow: hidden;
	text-align: center;
}

#swiper-container1 .swiper-wrapper .swiper-slide .swiper-slide-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;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover .swiper-slide-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);
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body {
	padding: 15px 20px;
	position: relative;
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 20px;
	height: 3px;
	width: 93px;
	z-index: 22;
	background-color: #bcb07c;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover .media-body::before {
	background-color: #a2c93e;
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body .slide-label {
	font-size: 16px;
	line-height: 24px;
	color: #226747;
	margin-bottom: 5px;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover .media-body .slide-label {
	color: #fff;
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body p {
	font-size: 18px;
        font-size: 16px;
	line-height: 24px;
	color: #43565e;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 54px;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover .media-body p {
	color: #fff;
}

#swiper-container1 .swiper-wrapper .swiper-slide .media-body .date {
	font-size: 14px;
	color: #676767;
}

#swiper-container1 .swiper-wrapper .swiper-slide:hover .media-body .date {
	color: #fff;
}

.news-content .swiper-button-prev {
	width: 59px;
	height: 66px;
	left: 90px;
	top: 295px;
	background: url(../images/news-left.png);
	background-size: 100%;
}

.news-content .swiper-button-next {
	width: 59px;
	height: 66px;
	left: 90px;
	top: 220px;
	background: url(../images/news-right.png);
	background-size: 100%;
}

.news-content .swiper-pagination-fraction {
	width: 165px;
	position: absolute;
	left: 60px;
	top: 100px;
	text-align: left;
}

.news-content .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
	color: #43565e;
}

.news-content .swiper-pagination-fraction .swiper-pagination-total::before {
	content: "0";
}

.news-content .swiper-pagination-fraction .swiper-pagination-current {
	font-size: 36px;
}

.news-content .swiper-pagination-fraction .swiper-pagination-current::before {
	content: "0";
}

/* 学术讲座 */

.lectures-content {
	background: url(../images/lecture.jpg);
	background-size: 100% 100%;
	padding: 40px 0 130px;
}

.lectures-content .container {
	position: relative;
}

#swiper-container2 {
	padding-bottom: 20px;
}

#swiper-container2 .swiper-wrapper .swiper-slide {
	background: #fff;
	margin-top: 20px !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#swiper-container2 .swiper-wrapper .swiper-slide.swiper-slide-active .media-body::before {
	background-color: #a2c93e;
}

#swiper-container2 .swiper-wrapper .swiper-slide:hover {
	box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
}

#swiper-container2 .swiper-wrapper .swiper-slide .swiper-slide-img {
	width: 100%;
	height: 214px;
	overflow: hidden;
	text-align: center;
}

#swiper-container2 .swiper-wrapper .swiper-slide .swiper-slide-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;
}

#swiper-container2 .swiper-wrapper .swiper-slide:hover .swiper-slide-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);
}

.lectures-content .swiper-button-prev1 {
       position: absolute;
	width: 60px;
	height: 60px;
	left: -80px;
	top: 45%;
	background: url(../images/lecture-left.png);
	background-size: 100%;
}

.lectures-content .swiper-button-next1 {
       position: absolute;
	width: 60px;
	height: 60px;
	right: -80px;
	top: 45%;
	background: url(../images/lecture-right.png);
	background-size: 100%;
}

.lectures-content .swiper-pagination-fraction {
	width: 226px;
	position: absolute;
	left: 60px;
	top: 100px;
	text-align: left;
}

.lectures-content .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
	color: #43565e;
}

.lectures-content .swiper-pagination-fraction .swiper-pagination-current {
	font-size: 36px;
}

.lectures .swiper-lectures-img {
	height: 216px;
	overflow: hidden;
}

.lectures .swiper-wrapper .swiper-slide .swiper-lectures-img{
	position: relative;
}


.lectures .swiper-wrapper .swiper-slide .swiper-lectures-img::before {
    content: "";
    position: absolute;
	bottom: 0;
    left:0;
    height: 60px;
    width:100%;
    z-index: 22;
    background: url(../images/swiper-lectures-san.png) center bottom no-repeat;
	background-size: 100% ;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.lectures .swiper-wrapper .swiper-slide:hover .swiper-lectures-img::before{
    background: url(../images/swiper-lectures-sanactive.png) center bottom no-repeat;
	background-size: 100% ;
}



.lectures .swiper-lectures-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;
}

.lectures .media-body {
	padding: 30px 23px;
}

.lectures .slide-title {
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
	/*height: 49px;
	margin-bottom: 40px;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;*/
       line-height: 30px;
    height: 77px;
    margin-bottom: 20px;
text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lectures .slide-speaker, .lectures .slide-adress, .lectures .date {
	font-size: 16px;
	line-height: 34px;
	color: #333;
}

/*首页底部背景 */

.footertop-content {
	background: url(../images/footer-link.jpg) center top no-repeat;
	background-size: 100% 100%;
	padding: 0 0 60px;
}

/* 快速通道 */

.link {
	margin: 45px 0 90px;
}

.link ul {
	margin-top: 44px;
}

.link ul li {
	float: left;
	width: 12.5%;
	margin-bottom: 25px;
	position: relative;
}

.link ul li:hover{
    opacity: 0.7;
}

.link ul li .link-pic {
	overflow: hidden;
	width: 91px;
	height: 77px;
	margin: 0 auto;
}

.link ul li .link-pic img {
	width: 100%;
	min-height: 100%;
        -webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.link ul li:hover .link-pic img{
-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.link ul li p {
	font-size: 16px;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 18px 0;
}

/* 友情链接 */

.footertop-content .footer-left {
	width: 29.9%;
	margin-right: 5.65%;
	float: left;
}

.footertop-content .footer-left h4, .footertop-content .footer-center h4, .footertop-content .footer-code h4 {
	font-size: 20px;
	color: #f7f7f7;
	line-height: 30px;
	padding: 6px 0;
	border-bottom: 1px solid #99baa8;
       margin-bottom: 20px;
}

.footertop-content .footer-left ul li, .footertop-content .footer-center ul li {
	float: left;
	margin-right: 30px;
}

.footertop-content .footer-left ul li a, .footertop-content .footer-center ul li a {
	font-size: 16px;
	color: #f7f7f7;
	line-height: 30px;
}

.footertop-content .footer-center {
	width: 29.9%;
	margin-right: 5.65%;
	float: left;
}

.footertop-content .footer-code {
	width: 28.9%;
	float: left;
}

.footertop-content .footer-code ul li {
	float: left;
	margin-right: 2%;
}

.footertop-content .footer-code ul li div {
	width: 89px;
	height: 89px;
	text-align: center;
	background: #fff;
	padding: 6px;
}

.footertop-content .footer-code ul li div img{
	width: 100%;
	min-height: 100%;
}

.footertop-content .footer-code ul li p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 5px 0;
}

/*子页面大图片*/

.x-banner {
	position: relative;
}

.x-banner-img {
	width: 100%;
}

/* 当前位置 */

.location-a {
	padding: 12px 0;
	height: 46px;
	background: url(../images/location.png) repeat;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.location-a .container {
	position: relative;
}

.location {
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: -22px;
	color: #f6f4f4;
}

.location a {
	font-size: 14px;
	color: #f6f4f4;
}

.location span {
	margin: 0 3px;
}

/* 内页 */

.content-box {
	padding: 25px 0 0;
}

/* 内页左侧 */

.left-box {
	padding-right: 1.1%;
       margin-bottom: 30px;
}

.left-box .left-nav-shoaw {
	overflow: hidden;
	padding: 0 9px 9px 0;
}

.left-box .left-nav {
	-moz-box-shadow: 26px 9px 0px #D8D8D8;
    -webkit-box-shadow: 26px 9px 0px #d8d8d8;
    box-shadow: 26px 9px 0px #d8d8d8;
    background-image: url(../images/left-nav-lv.jpg);
   background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left -50px;
        
}

.left-box .left-nav .column {
	height: 53px;
	font-size: 24px;
	color: #fff;
        padding-left: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	/*background: #317954;*/
	line-height: 60px;
	/*padding-bottom: 200px;*/
}

.left-box .left-nav ul {
	background-color: #fff;
        background-image: url(../images/left-nav-bj.jpg);
        background-position: right bottom;
	/*margin-top: -140px;*/
	margin-left: 14px;
        background-repeat: no-repeat;
	padding-bottom: 160px;
}

.left-box .left-nav ul li {
	border-bottom: 1px solid #ececec;
	position: relative;
}

.left-box .left-nav ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 15px 0 15px 30px;
	background-image: url(../images/leftnav-arrow.png);
	background-position: 93% center;
	background-repeat: no-repeat;
}

.left-box .left-nav ul li.active a {
	color: #fff;
	background-color: #bcb07c;
	background-image: url(../images/leftnav-arrow-active.png);
}

.left-box .left-nav ul li:hover a {
	color: #fff;
	background-color: #bcb07c;
	background-image: url(../images/leftnav-arrow-active.png);
}

/* 内页右侧 */

.right-box {
	padding-left: 2%;
}

.right-content {
	margin-bottom: 50px;
	background: #fff;
	padding: 50px;
	border: 1px solid #d7d7d7;
}

.columntitle {
	margin: 20px 0 25px;
	background: url(../images/columntitle.png) left center repeat-x;
}

.columntitle span {
	font-size: 24px;
	color: #c0ab4f;
	font-weight: bold;
	background: #fff;
	padding: 0 10px 0 0;
}

/* 列表 */

.list ul li {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.list ul li a {
	display: block;
	line-height: 62px;
	height: 62px;
}

.list ul li a p {
	float: left;
	width: 75%;
	font-size: 16px;
	color: #333;
	line-height: 62px;
	height: 62px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list ul li:hover a p {
	color: #317954;
	font-weight: bold;
}

.list ul li a span {
	float: left;
	width: 25%;
	color: #888;
	text-align: right;
	font-size: 14px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list ul li:hover span {
	padding-left: 8px;
}

/*图片列表页 */

.list-img ul {
	margin-left: -2.2%;
	margin-top: 60px;
	overflow: hidden;
}

.list-img ul li {
	width: 22.8%;
	float: left;
	margin-left: 2.2%;
	margin-bottom: 28px;
	background: #f2f6f4;
}

.list-img ul li .list-img-box {
	width: 100%;
	height: 190px;
	overflow: hidden;
}

.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);
}

.list-img ul li .list-img_text {
	padding: 15px 20px 30px;
	position: relative;
}

.list-img ul li:hover .list-img_text {
	background: #317954;
}

.list-img ul li .list-img_text::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 20px;
	height: 3px;
	width: 93px;
	z-index: 22;
	background-color: #bcb07c;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.list-img ul li:hover .list-img_text::before {
	background-color: #a2c93e;
}

.list-img ul li .list-img-label {
	font-size: 14px;
	line-height: 24px;
	color: #226747;
}

.list-img ul li:hover .list-img-label {
	color: #fff;
}

.list-img ul li .list-img-title {
	font-size: 16px;
	line-height: 24px;
	color: #43565e;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 3px 0 25px;
}

.list-img ul li:hover .list-img-title {
	color: #fff;
}

.list-img ul li .list-img_date {
	font-size: 14px;
	color: #676767;
}

.list-img ul li:hover .list-img_date {
	color: #fff;
}

/* 学术会议 */

.meeting ul {
	min-height: 320px;
	margin-top: 70px;
}

.meeting ul li {
	margin: 0 0 54px;
	position: relative;
}

.meeting ul li .pull-left a {
	display: block;
	width: 413px;
	height: 233px;
	overflow: hidden;
}

.meeting ul li .pull-left a 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;
}

.meeting ul li:hover .pull-left a 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);
}

.meeting ul li .media-body {
	padding: 0 0 0 35px;
}

.meeting ul li .media-body .date {
	font-size: 18px;
	color: #2e835e;
	font-family: "Tahoma";
	margin: 20px 0 12px;
}

.meeting ul li .media-body .media-heading {
	font-size: 20px;
	font-weight: normal;
	color: #444;
	line-height: 1.5;
	margin: 0px 0 15px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.meeting ul li .media-body .abstract {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0px 0 25px;
}

.meeting ul li .media-body .more {
	display: block;
	font-size: 14px;
	color: #666;
	background: url(../images/scientific-more.png) 42px center no-repeat;
	-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;
}

.meeting ul li:hover .media-body .more {
	color: #317954;
	background: url(../images/scientific-more.png) 50px center no-repeat;
	-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;
}


/* 简介 */

.about p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.about img {
	max-width: 100%;
}

.about p img {
	max-width: 100%;
}

/* 代表论文 */

.paper p {
	font-size: 16px !important;
	color: #444 !important;
	line-height: 30px !important;
}

.paper {
	font-size: 16px !important;
	color: #444 !important;
	line-height: 30px !important;
}

/* 机构设置 */

.organization {
	overflow: hidden;
}

.organization h3 ,.leader h2 {
	font-size: 20px;
	color: #bcb07c;
	border-left: 4px solid #bcb07c;
	padding-left: 20px;
	margin: 20px 0 25px;
}

.leader h2{
   margin-left: 2%;
    float: left;
    width: 98%;
}

.organization ul {
	margin-left: -2.5%;
	overflow: hidden;
}

.organization ul li {
	border: 1px solid #d9d9d9;
	padding: 10px 20px;
	border-radius: 10px;
	margin-left: 2.5%;
	margin-bottom: 33px;
	float: left;
}

.organization ul li:hover {
	background: #2e835e;
}

.organization ul li p {
	
	font-size: 18px;
	font-weight: normal;
	color: #444;
	padding-right: 50px;
	/*margin-left: -25px;*/
	
}

.organization ul li:hover p {
	
	color: #fff;
}

.organization ul li p strong {
	display: block;
        
background: url(../images/organization-adress.png) left 3px no-repeat;
	padding-left: 25px;
	font-size: 16px;
	color: #c0c0c0;
       font-weight: normal;
        margin-top: 5px;
}

.organization ul li:hover p strong {
	color: #fff;
        background: url(../images/organization-adress-active.png) left 3px no-repeat;
}

/*教授*/

.professor {
	overflow-x: hidden;
	height: 600px;
	padding-right: 6%;
	margin-bottom: 40px;
}

.professor h3 {
	border-bottom: 1px solid #e5e5e5;
	margin: 20px 0 15px;
	height: 33px;
}

.professor h3 strong {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	background: #bcb07c;
}

.professor ul {
	overflow: hidden;
	margin-bottom: 30px;
}

.professor ul li {
	float: left;
	/*width: 10%;
	margin-left: 1.1%;*/
        
    margin-right: 30px;
    border-radius: 20px;
}
.professor ul li:hover{
     background: #317954;
}

.professor ul li a {
	/*font-size: 18px;
	color: #333;
	line-height: 30px;*/
       font-size: 18px;
    line-height: 34px;
    color: #5e5e5e;
    padding: 5px 25px 5px 45px;
    font-family: "苹方";
    background: url(../images/talents.png) 22px center no-repeat;
}

.professor ul li:hover a{
     color: #fff;
     background: url(../images/talents-active.png) 22px center no-repeat;
}

/* 教学平台 */
.platform  h3{
     font-size: 20px;
    background: #2e835e;
    padding: 10px 20px;
    color: #fff;
}

.platform ul {
	min-height: 320px;
}

.platform ul li {
	border-bottom: 1px dashed #e9e9e9;
	padding: 50px 0;
	margin-bottom: 10px;
	position: relative;
}


.platform ul li .media{
        padding-top: 16px;
}

.platform ul li .pull-left{
     padding: 0 16px 16px;
     background: #cfd7af;
     margin-right: 15px;
}

.platform ul li .pull-left a {
	display: block;
	width: 302px;
	height: 210px;
        margin-top: -16px;
	overflow: hidden;
}

.platform ul li .pull-left a 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;
}

.platform ul li:hover .pull-left a 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);
}

.platform ul li .media-body {
	padding: 0 27px 0 17px;
        margin-top: 7px;
}

.platform ul li .media-body .media-heading {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
	margin: 0px 0 4px;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.platform ul li .media-body .abstract {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0px 0 10px;
}

.platform ul li:hover .media-body .abstract {
	text-decoration: underline;
}

.platform ul li .media-body .more {
	display: block;
	position: absolute;
	left: 369px;
	bottom: 50px;
	border: 1px solid #e4e4e4;
	color: #333;
	font-size: 16px;
	border-radius: 20px;
	padding: 5px 27px;
	margin-top: 50px;
}

.platform ul li .media-body .more:hover {
	color: #fff;
	background: #317954;
}

/* 杰出人才 */

.talents-about p {
	font-size: 17px;
	color: #333;
	line-height: 33px;
}

.talents h3 {
	font-size: 18px;
	color: #333;
	height: 50px;
	line-height: 50px;
        background: #f7f7f7;
       margin-bottom: 20px;
}

.talents h3 span {
	/*width: 40px; */
    /* height: 40px; */
    /* line-height: 40px; */
    /* display: block; */
    /* float: left; */
    text-align: center;
    overflow: hidden;
      /* background: #d3d3d3;*/
    margin-right: 20px;
    border-left: 6px solid #317954;
    font-size: 18px;
    color: #333;
    padding-left: 20px;
}

.talents ul {
	overflow: hidden;
}

.talents ul li {
	float: left;
	margin-right: 30px;
        border-radius: 20px;
       
}

.talents ul li a {
	font-size: 18px;
    line-height: 34px;
    color: #5e5e5e;
    padding: 5px 25px 5px 45px;
    font-family: "苹方";
    background: url(../images/talents.png) 22px center no-repeat;
}

.talents ul li:hover{
     background: #317954;
}

.talents ul li:hover a{
     color: #fff;
     background: url(../images/talents-active.png) 22px center no-repeat;
}

/* 科学研究 */

.research ul {
	margin-top: 70px;
	margin-left: -4.23%;
	overflow: hidden;
}

.research ul li {
	float: left;
	width: 29.1%;
	margin-bottom: 35px;
	margin-left: 4.23%;
}

.research ul li .research_picture {
	height: 230px;
	overflow: hidden;
}

.research ul li .research_picture 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;
}

.research ul li:hover .research_picture 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);
}

.research ul li .research_text {
	background: #fff;
	margin: 0;
	padding: 10px 25px 10px 17px;
	position: relative;
}

.research ul li:hover .research_text {
	background: #317954;
}

.research ul li .research_text::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 3px;
	width: 0;
	background-color: #a2c93e;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.research ul li:hover .research_text::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.research ul li .research_text .research-title {
	font-size: 18px;
	color: #43565e;
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0 0 19px;
}

.research ul li:hover .research_text .research-title {
	color: #fff;
}

.research ul li .research_text .research_date {
	font-size: 14px;
	color: #676767;
}

.research ul li:hover .research_text .research_date {
	color: #fff;
}

/* 科研获奖 */

.award {
	margin-top: 40px;
}

.award table {
	border: none;
	width: 100%;
	border-top: 2px solid #bcb07c;
}

.award table tr {
	background: #f3f3f3;
	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;
}

/* 科研平台 */

.scientific ul {
	margin-top: 50px;
	margin-left: -4.5%;
	/*padding-right: 10px;*/
	overflow: hidden;
}

.scientific ul li {
	float: left;
	width: 45.5%;
	margin-bottom: 48px;
	margin-left: 4.5%;
}

.scientific ul li:hover {
	box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
}

.scientific ul li .scientific_picture {
	height: 310px;
	overflow: hidden;
}

.scientific ul li .scientific_picture 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;
}

.scientific ul li:hover .scientific_picture 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);
}

.scientific ul li .scientific_text {
	background: #fff;
	margin: 0;
	padding: 18px 25px;
	position: relative;
}

.scientific ul li .scientific_text .scientific-title {
	font-size: 18px;
	color: #444;
	font-weight: bold;
	height: 19px;
	margin: 0 0 12px;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.scientific ul li .scientific_text .scientific-abstract {
	font-size: 14px;
	color: #666;
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.scientific ul li .scientific_text .more {
	display: block;
	font-size: 14px;
	color: #666;
	background: url(../images/scientific-more.png) 68px center no-repeat;
}

/* 学院简介 */

.introduction p {
	font-size: 16px;
	color: #003333;
	line-height: 40px;
}

.introduction img {
	margin: 0px 0 20px 0px;
}

/* 人员情况 */

.content-box1 {
	background: #fff;
}

.teacher-content {
	padding: 32px 0 50px;
	/*overflow: hidden;*/
	position: relative;
}

.teacher-left {
	padding-right: 6.3%;
	margin-top: 18px;
	margin-bottom: 50px;
}

.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%;
	min-height: 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 h4 span {
	display: block;
	font-size: 24px;
	color: #2e835e;
	border-left: 2px solid #bcb07c;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
}

.teacher-left-contact p {
	padding: 0 10px 0 35px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	word-wrap: break-word;
}

.teacher-left-contact a {
	color: #2e835e;
}


#teacher-right-contact{
	margin-bottom: 20px;
}

.teacher-right .v_news_content h3 {
	font-size: 24px;
	color: #333;
	border-left: 2px solid #bcb07c;
	padding-left: 20px;
	margin: 18px 0 15px;
}

.teacher-right .v_news_content p {
	font-size: 16px;
	color: #808080;
	margin-bottom: 6px;
	line-height: 1.8;
	padding-left: 3px;
}

.teacher-content .bdsharebuttonbox {
	position: absolute;
	left: -45px;
	top: 50px;
	width: 32px;
}

.teacher-content .bdsharebuttonbox .bds_more {
	float: none;
	display: block;
	width: 30px;
	padding-left: 0;
	line-height: 28px;
	height: 30px;
	background: #d7d7d7;
	margin: 0 0px 10px 0;
	text-indent: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.teacher-content .bdsharebuttonbox .bds_more:hover {
	background: #317954;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.teacher-content .bdsharebuttonbox .bds_weixin {
	/* float: right; */
	display: block;
	width: 30px;
	padding-left: 0;
	line-height: 28px;
	height: 30px;
	background: #d7d7d7;
	/* background-image: url(../images/bds-shaow.jpg);
    background-position: -13px -10px;*/
	margin: 0 0px 10px 0;
	overflow: hidden;
	text-indent: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.teacher-content .bdsharebuttonbox .bds_weixin:hover {
	background: #317954;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.teacher-content .bdsharebuttonbox .bds_tsina {
	/* float: right; */
	display: block;
	width: 30px;
	padding-left: 0;
	line-height: 28px;
	height: 30px;
	background: #d7d7d7;
	/* background-image: url(../images/bds-shaow.jpg);
    background-position: -13px -50px;*/
	margin: 0 0px 10px 0;
	text-indent: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.teacher-content .bdsharebuttonbox .bds_tsina:hover {
	background: #317954;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.teacher-content .bdsharebuttonbox .bds_qzone {
	float: none;
	display: block;
	width: 30px;
	padding-left: 0;
	line-height: 28px;
	height: 30px;
	background: #d7d7d7;
	/*  background-image: url(../images/bds-shaow.jpg);
    background-position: -13px -90px;*/
	margin: 0 0px 10px 0;
	text-indent: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.teacher-content .bdsharebuttonbox .bds_qzone:hover {
	background: #317954;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.bd_weixin_popup {
	width: 250px !important;
	height: 310px !important;
}

.reseach-about .publications ul li .media-body .media-heading {
	font-size: 18px;
	font-family: "Nunito";
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0 20px;
}

.reseach-about .publications ul li .media-body .xinxi {
	font-size: 16px;
	color: #333;
	margin: 0;
	height: 88px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.list-xinxi h3 {
	font-size: 18px;
	color: #333;
	height: 50px;
	line-height: 50px;
        background: #f7f7f7;
       margin-bottom: 20px;
}

.list-xinxi h3 span {
	
    text-align: center;
    overflow: hidden;
    margin-right: 20px;
    border-left: 6px solid #317954;
    font-size: 18px;
    color: #333;
    padding-left: 20px;
}

.list-xinxi h3 a.more {
    font-size: 14px;
    color: #828282;
    float: right;
    text-align: revert;
    margin-right: 10px;
}

/* 现任领导 */

.leader .leader-content {
	overflow: hidden;
	margin-left: -2%;
	min-height: 300px;
}

.leader .leader-content table {
	float: left;
        width: 48% !important;
	margin-left: 2%;
	background: #fff;
	margin-bottom: 25px;
	border: 1px solid #ddd;
}

/*.leader.leader-about .leader-content table{
  float: initial;
}*/

.leader.leader-about .leader-content h2 {
    font-size: 20px;
    color: #bcb07c;
    border-left: 4px solid #bcb07c;
    padding-left: 20px;
    margin: 20px 0 25px 20px;
   overflow: hidden;
}

.leader .leader-content table tr td {
	width: 197px;
	height: 277px;
	float: left;
	overflow: hidden;
	margin-right: 35px;
}

.leader .leader-content table tr td img {
	width: 100% !important;
    min-height: 100% !important;
    height: auto !important;
	-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 .leader-content table:hover tr td 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 .leader-content table tr td+td {
	width: 350px;
	margin-right: 0px;
	float: initial;
        padding-right: 5px;
}

.leader .leader-content table tr td+td h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
}

.leader .leader-content table tr td+td h5 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.leader .leader-content table tr td+td p {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	margin-top: 20px;
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 26px;
}

.leader .leader-content table tr td+td h6 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

/* 历史沿革 */

.historical p {
	font-size: 16px;
	line-height: 28px;
	color: #003333;
}

.historical ul {
	margin: 50px 0;
	padding: 0 30px;
	position: relative;
}

.historical ul::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 178px;
	height: 100%;
	width: 1px;
	z-index: 1;
	background-color: #e6e6e6;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.historical ul li {
	overflow: hidden;
	padding-bottom: 50px;
        background: url(../images/historical-dian.png) 97.5px top no-repeat;
         position: relative;
	z-index: 2;
}

.historical ul li h3 {
	font-size: 24px;
	color: #333;
	float: left;
	margin: 0;
}

.historical ul li:hover h3 {
	font-size: 30px;
	color: #2b6f50;
}

.historical ul li h5 {
	font-size: 16px;
	color: #003333;
	line-height: 28px;
	padding-left: 220px;
	margin: 0;
	/*position: relative;
	z-index: 2;
	background: url(../images/historical-dian.png) 97.5px top no-repeat;*/
}

.historical ul li:hover  {
	background: url(../images/historical-dian-active.png) 96px top no-repeat;
}

.historical ul li:hover h5 {
	color: #2e835e;
	font-weight: bold;
	/*background: url(../images/historical-dian-active.png) 96px top no-repeat;*/
}

/* 研究成果 */
.achievements{
	overflow: hidden;
}
.achievements-item ul {
	overflow: hidden;
	margin-bottom: 40px;
}

.achievements-item ul li {
	font-size: 18px;
	color: #2e835e;
	padding: 2px 30px;
	float: left;
	margin-left: 3%;
	cursor: pointer;
}

.achievements-item ul li:first-child {
	margin-left: 0;
}

.achievements-item ul li.active {
	background: #2e835e;
	color: #fff;
	border-radius: 20px;
}


.achievements-box-right {
	overflow: hidden;
    transition: margin .3s;
    -moz-transition: margin .3s;
    -webkit-transition: margin .3s;
    -o-transition: margin .3s;
}

.achievements-box{
	float: left;
}

.achievements-box ul {
	margin-left: -4.8%;
	overflow: hidden;
}

.achievements-box ul li {
	width: 28.53%;
	float: left;
	margin-left: 4.8%;
	margin-bottom: 60px;
}

.achievements-box ul li:hover {
	box-shadow: 0 1px 2px -2px rgb(0 0 0 / 16%), 0 3px 6px 0 rgb(0 0 0 / 12%), 0 5px 12px 4px rgb(0 0 0 / 9%);
}

.achievements-box ul li .achievements-img-box {
	height: 225px;
	overflow: hidden;
	position: relative;
}

.achievements-box ul li .achievements-img-box::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: url(../images/achievements-img-active.png) center 100%;
	z-index: 11;
}

.achievements-box ul li:hover .achievements-img-box::before {
	height: 100%;
}

.achievements-box ul li .achievements-img-box::after {
	content: "";
	display: block;
	position: absolute;
	left: 45%;
	top: -40px;
	width: 40px;
	height: 40px;
	background: url(../images/achievements-img-jia.png) center 100%;
	z-index: 22;
}

.achievements-box ul li:hover .achievements-img-box::after {
	top: 43%;
}

.achievements-box ul li .achievements-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;
}

.achievements-box ul li:hover .achievements-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);
}

.achievements-box ul li .achievements-img_text {
	position: relative;
	zoom: 1;
	height: 110px;
	padding: 33px 0 43px;
}

.achievements-box ul li:hover .achievements-img_text {
	padding: 15px;
}

.achievements-box ul li .achievements-img_text:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.achievements-box ul li .achievements-img_text .date {
	background: #2e835e;
	text-align: center;
	padding: 13px 5px;
	border-radius: 5px;
	position: absolute;
	right: 10px;
	top: -80px;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.achievements-box ul li:hover .achievements-img_text .date {
	height: 0;
	padding: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.achievements-box ul li .achievements-img_text .date p {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}

.achievements-box ul li .achievements-img-title {
	font-size: 20px;
	color: #444;
	height: 22px;
	margin: 33px 0 0;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.achievements-box ul li:hover .achievements-img-title {
	height: 0;
	margin:  0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.achievements-box ul li .achievements-img-abstract {
	height: 0;
	font-size: 16px;
	color: #444;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 12px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.achievements-box ul li:hover .achievements-img-abstract {
	height: 48px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.achievements-box ul li .more {
	display: block;
	height: 0;
	overflow: hidden;
	font-size: 14px;
	color: #2e835e;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.achievements-box ul li:hover .more {
	height: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* 联系我们 */

.contact {
	overflow: hidden;
}

.contact h1:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.contact h1 {
	zoom: 1;
}

.contact h2 {
	font-size: 24px;
	color: #333;
	background: #f2f2f2;
	padding: 13px 20px;
	font-weight: normal;
}

.contact ul {
	margin: 20px 0;
	padding-bottom: 37px;
	border-bottom: 1px solid #dadada;
}

.contact ul li h4 {
	font-size: 16px;
	color: #333;
	float: left;
}

.contact ul li p {
	font-size: 16px;
	margin-left: 70px;
	line-height: 30px;
}

.contact table {
	float: left;
	width: 49%;
	margin-left: 2%;
	margin-bottom: 25px;
}

.contact table:nth-of-type(odd) {
	margin-left: 0;
}

.contact table tr td {
	width: 197px;
	height: 277px;
	float: left;
	overflow: hidden;
	margin-right: 35px;
}

.contact table tr td 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 table:hover tr td 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 table tr td+td {
	width: auto;
	margin-right: 0px;
	float: initial;
}

.contact table tr td+td h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-top: 20px;
}

.contact table tr td+td h5 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}

.contact table tr td+td p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 20px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-right: 80px;
    margin-bottom: 26px;
}

.contact table tr td+td h6 {
	width: 80%;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 30px;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	font-weight: normal;
}

/* 内容页 */

.article {
	padding-top: 20px;
      /* margin-bottom: 50px;*/}

.article h1.intro {
	text-align: center;
	font-size: 18px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 30px;
	margin: 0 0 15px;
}

.article h3.subtitle {
	font-size: 18px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 0;
	text-align: center;
	line-height: 44px;
	font-size: 12px;
	color: #666666;
	margin: 10px 0 20px;
	background: url(../images/information.png) center repeat-y;
}

.article .content {
	font-size: 16px;
	color: #333;
	line-height: 34px;
	min-height: 250px;
	
	padding: 10px 0px 25px;
}

.article .content a{
  color: #0000ee;
}


    .article .content img {
    max-width: 100% !important;
    height: auto !important;
}


.article .bdsharebuttonbox .bds_mshare , .bdsharebuttonbox .bds_mshare {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: left center;
	margin: 0;
}

.article .bdsharebuttonbox .bds_weixin ,.bdsharebuttonbox .bds_weixin {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: -45px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_tsina ,.bdsharebuttonbox .bds_tsina {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: -90px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_qzone ,.bdsharebuttonbox .bds_qzone {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	background-position: -140px center;
	margin: 0;
}

.article .bdsharebuttonbox a:hover ,.bdsharebuttonbox a:hover {
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80);
}

.article .bdsharebuttonbox p ,.bdsharebuttonbox p{
	float: right;
	margin-top: 7px;
}

/*尾部*/

.footer {
	background-color: #fff;
	padding: 22px 0;
	text-align: center;
}

.footer p {
	font-size: 14px;
	color: #333;
}

.footer-content {
	background: url(../images/footer.jpg) left center no-repeat;
	padding: 40px 0 0;
}

.footer-content .footer-xinxi {
	padding-bottom: 60px;
	border-bottom: 1px solid #62907d;
	overflow: hidden;

}

.footer-content .footer-adress {
	width: 50%;
	float: left;
}

.footer-content .footer-adress p {
	font-size: 16px;
	color: #fff;
        opacity: 0.7;
}

.footer-content .footer-link {
	width: 50%;
	float: left;
	margin-top: 10px;
}

.footer-content .footer-link ul li {
	float: right;
	overflow: hidden;
	margin-left: 10px;
}

.footer-content .footer-link ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 5px 40px;
	background: url(../images/link.png) repeat;
        opacity: 0.7;
}

.footer-content .footer-link ul li:hover a{
   background: url(../images/link-active.png) repeat;
   opacity: 1;
}

.footer-content .footer-copyright {
	width: 60%;
	float: left;
	margin-top: 28px;
}

.footer-content .footer-copyright p {
	font-size: 16px;
	color: #fff;
        opacity: 0.7;

}

.footer-content .footer-code {
	width: 40%;
	float: left;
	margin-top: 15px;
}

.footer-content .footer-code ul li {
	float: right;
	margin-left: 2%;
}

.footer-content .footer-code ul li div {
	width: 89px;
	height: 89px;
	background: #fff;
	padding: 6px;
}

.footer-content .footer-code ul li div img{
       width: 100%;
}

.footer-content .footer-code ul li p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 5px 0;
}

/*分页栏*/

.pagebar {
	background: #f4f4f4;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 90px;
	margin-top: 30px;
}

.p_first_d, .p_last_d {
	display: none;
}

.p_first, .p_last {
	display: none;
}

.p_prev_d, .p_prev {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}

.p_no {
	padding: 2px 8px;
	margin: 0px 4px;
	color: #333;
}

.p_no a {
	color: #333;
}

.p_no_d {
	background: #317954;
	color: #fff;
	padding: 2px 8px;
	margin: 0px 4px;
	border-radius: 20px;
}

.p_next, .p_next_d {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}