﻿@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "苹方";
	font-size: 14px;
	color: #595c5b;
	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;
}

/*网页头部*/
.header {
	background-color: #283f98;
	background-image: url(../images/header.jpg);
	background-position: center;
	background-size: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 23;
        width: 100%;
   
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}


.banner{
     margin-top: 174px;
  
}


.x-banner{
    margin-top: 174px;
}

.container {
	padding: 0;
}

/* 头部信息 */

.header-top {
	padding: 20px 0 27px;
	height: 140px;
	border-bottom: 1px solid #3c763d;
transition: all 0.3s;
    -webkit-transition: all 0.3s;
 /*overflow: hidden;*/
}

.header.on .header-top{
   height: 0;
padding: 0;overflow: hidden;
   

      
}

/* logo */
.logo {
	display: block;
	width: 50%;
	float: left;
}
.logo_img {
	height: 110px;
}



/* 收缩菜单 */
.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 13px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

/* 搜索 */

.search {
	float: right;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}

.search.on{
    background: #fff;
}

.search .search-icon {
    margin-top: 8px;
    display: inline-block;
}

.search.on  .search-icon {
    display: none;
    
}


#search_kang {
	outline: none;
	float: left;
	height: 37px;
	line-height: 36px;
	margin-left: 16px;
	color: #a6a6a6;
	width: 0;
        transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.search.on #search_kang{
    width: 142px;
    margin-right: 40px;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

#search_image {
	margin-left: 10px;
	position: absolute;
	top: 6.5px;
	right: 15px;
        display: none;
}


.search.on #search_image{
      display: block;
}

/* 联系我们 */
.call {
	float: right;
	color: #fff !important;
	font-size: 14px;
	margin: 50px 25px 10px;
}

.call:hover {
	opacity: 0.8;
	color: #fff;
}

/* 微信 */
.top-weixin {
	width: 28px;
	height: 37px;
	display: block;
	float: right;
	line-height: 37px;
	position: relative;
	margin-top: 40px;
}

.wechatbox {
	z-index: 10;
	position: absolute;
	top: 5px;
	right: 40px;
	width: 78px;
	height: 78px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background: #fff;
	padding: 5px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .9s;
	transition: all .9s;
}

.top-weixin .wechatbox img {
	width: 100%;
	margin-bottom: 0;
}

.top-weixin-img:hover + .wechatbox {
	top: 42px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


/*导航*/

.nav {
	width: 100%;
}


.big_close {
    display: none;
    text-align: center;
    width: 24px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.big_close:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.nav ul li {
	float: left;
	width: 11.1%;
	position: relative;
	text-align: center;
}

.nav ul li a {
	display: block;
	font-size: 18px;
	color: #fff;
	height: 62px;
	line-height: 62px;
	display: block;
	position: relative;
       text-decoration: none;

}

.nav ul li:hover {
	background-color: #218121;
}

.nav ul li.active  {
	background-color: #218121;
}

.nav ul li .nav_item {
	display: none;
	position: absolute;
	top: 62px;
	left: 0;
	background-color: #218121;
	width: 100%;
	padding: 15px 0;
	z-index: 22;
}

.nav ul li .nav_item li {
	float: none;
	width: 100%;

}

.nav ul li .nav_item li a {
	font-size: 16px;
	height: auto;
	line-height: 20px;
        padding: 10px 0;
}

.nav ul li .nav_item li:hover {
	background: url(../images/nav-item-hover.png) repeat;
}

.nav ul li.active  .nav_item li:hover{
background: url(../images/nav-item-hover.png) repeat;
}

/*banner相关设置*/

#full-width-slider {
	width: 100%;
	min-height: 120px;
	color: #000;
}


.rsMinW .rsBullets {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 15;
	overflow: hidden;
}

.rsMinW .rsBullet {
	height: 3px;
	display: inline-block;
	box-sizing: content-box;
	padding: 0 5px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 30px;
	height: 3px;
	background: url(../images/banner-dian.png) repeat;
}

.rsMinW .rsBullet.rsNavSelected span {
	background: #fff;
}

#full-width-slider .rsArrowLeft {
	position: absolute;
	left: 4%;
	top: 43%;
	display: none !important;
}

#full-width-slider .rsArrowLeft .rsArrowIcn {
	width: 68px;
	height: 68px;
	background: url(../images/banner-arrowl.png);
	background-size: 100%;
}

#full-width-slider .rsArrowLeft.rsArrowDisabled .rsArrowIcn {
	background: url(../images/banner-arrowl-active.png);
	background-size: 100%;
}


#full-width-slider .rsArrowRight {
	position: absolute;
	right: 4%;
	top: 43%;
	display: none !important;
}

#full-width-slider .rsArrowRight .rsArrowIcn {
	width: 68px;
	height: 68px;
	background: url(../images/banner-arrowr.png);
	background-size: 100%;
}
#full-width-slider .rsArrowRight.rsArrowDisabled .rsArrowIcn {
	background: url(../images/banner-arrowr-active.png);
	background-size: 100%;
}

#full-width-slider:hover .rsArrowLeft, #full-width-slider:hover .rsArrowRight {
	display: block !important;
}


/*首页内容部分*/


/* 首页标题 */

.index-title {
	position: relative;
	margin-bottom: 28px;
}

.index-title h3 {
	font-size: 36px;
	color: #333;
	font-family: "微软雅黑";
	font-weight: normal;
	margin: 0;
}

.index-title h3 span {
	font-size: 24px;
	color: #999;
	margin: 0 12px;
	font-family: Tahoma;

}

.index-title .more {
	position: absolute;
	right: 0px;
	top: 12px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
	background: url(../images/more.png) right center no-repeat;
	padding-right: 25px;
	text-decoration: none;
}

.index-title .more:hover {
	color: #105139;
	text-decoration: underline;
}

.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;
}


/* 新闻动态 */
.index-news {
	padding-right: 0.87%;
}

.index-news ul {
	margin-left: -1.71%;
}

.index-news ul li {
	width: 31.29%;
	float: left;
	margin-left: 1.71%;
}

.index-news ul li .news_picture {
	height: 239px;
	overflow: hidden;
}

.index-news ul li .news_picture img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.index-news ul li:hover .news_picture img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}


.index-news ul li .news_text {
	background: #fff;
	padding: 24px 24px 0;
	position: relative;
	margin-bottom: 20px;
}

.index-news ul li .news_text a {
	text-decoration: none;
}



.index-news ul li .news_text .news-title {
	font-size: 20px;
	line-height: 24px;
	color: #202020;
	font-family: "微软雅黑";
	text-decoration: none;
	margin: 0 0 16px;
	padding-right: 62px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-news ul li:hover .news_text .news-title {
	color: #105139;

}

.index-news ul li .news_text .news_date {
	position: absolute;
	right: 24px;
	top: 24px;
	color: #105139;
	font-family: Tahoma;
	text-align: right;
	letter-spacing: -1px;


}

.index-news ul li .news_text .news_date p {
	font-size: 14px;
}

.index-news ul li .news_text .news_date h3 {
	font-size: 30px;
	margin: -1px 0 0;

}

.index-news ul li .news_text .news-abstract {
	font-size: 14px;
	color: #8f8f8d;
	line-height: 24px;
	font-family: "微软雅黑";
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.index-news ul li .news_text .more {
	display: block;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 24px;
	color: #888;
	padding: 7px 0;
	border-top: 1px solid #d3d3d3;
	margin-top: 10px;
	text-decoration: none;
	background: url(../images/more.png) 99% center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}

.index-news ul li:hover .news_text .more {
	color: #105139;
	padding-left: 12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}






/* 通知公告 */
.index-greybj {
	padding: 50px 0 85px;
	background: #f6f6f6;
}

.index-notice {
	padding-left: 1.4%;
}

.index-notice ul {
	background: #fff;
	padding: 0 25px;
}

.index-notice ul li {
	padding: 15px 0 12px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 6px;
}

.index-notice ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.index-notice ul li a {
	text-decoration: none;
}

.index-notice ul li .notice_date {
	font-size: 16px;
	color: #999;
	font-family: Tahoma;
}

.index-notice ul li .notice-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	height: 40px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 6px 0;
	font-family: "微软雅黑";
}

.index-notice ul li:hover .notice-title {
	color: #105139;
}


/* 科研成果 */
.index-white {
	background: #fff;
	padding: 50px 0 100px;
}

.research-tel {
	float: left;
	width: 26.38%;
	position: relative;
	background: #105139;
}


.research-tel .research-tel-img {
	height: 487px;
	overflow: hidden;
}

.research-tel .research-tel-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.research-tel .research-tel-img:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}


.research-tel .research-tel-text {
	font-size: 21px;
	color: #fff;
	line-height: 30px;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 25px;
	padding: 0 26px;
        overflow: hidden;
}


.research-box ul {
	width: 73.62%;
	float: left;
}

.research-box ul li {
	width: 31.3%;
	float: left;
	margin-left: 1.7%;
	background: #f7f8fc;
	margin-bottom: 10px;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.research-box ul li:hover {
	background: #105139;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.research-box ul li a {
	display: block;
	padding: 0 40px 0 20px;
	text-decoration: none;
}

.research-box ul li a .research_date {
	font-size: 16px;
	color: #105139;
	margin: 28px 0 5px;
	font-family: Tahoma;
}

.research-box ul li:hover a .research_date {
	color: #fff;
}

.research-box ul li a .research-title {
	font-size: 16px;
	color: #333;
	line-height: 19px;
	font-weight: normal;
	font-family: "微软雅黑";
	height: 57px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 8px;
}

.research-box ul li:hover a .research-title {
	color: #fff;
}

.research-box ul li .more {
	font-size: 14px;
	color: #666;
	padding: 5px 0;
	background: url(../images/more.png) right center no-repeat;
	margin: 0 22px;
	border-top: 1px solid #fff;

}

.research-box ul li:hover .more {
	color: #fff;
	background: url(../images/more-white.png) right center no-repeat;
}


/* 研究方向 */
.index-blue {
	background: #105139;
	padding: 65px 0 110px;
	height: 730px;
}

.index-blue .container {
	position: relative;
}

.index-blue .index-title h3 {
	color: #fff;
}

.index-blue .index-title h3 span{
   color: #fff;
}

.index-blue .index-title .more {
	color: #fff;
	background: url(../images/more-white.png) right center no-repeat;
}


.index-blue .swiper-button-prev {
	width: 55px;
	height: 55px;
	left: -100px;
	top: 280px;
	background: url(../images/index-arrowl.png);
	background-size: 100%;
         opacity: 0.5;
}

.index-blue .swiper-button-prev:hover{
       opacity: 1;
}

.index-blue .swiper-button-next {
	width: 55px;
	height: 55px;
	right: -100px;
	top: 280px;
	background: url(../images/index-arrowr.png);
	background-size: 100%;
        opacity: 0.5;

}

.index-blue .swiper-button-next:hover{
    opacity: 1;
}

#swiper-container1 {
	padding: 30px 0;
}

#swiper-container1 .swiper-slide {
	padding: 96px 0 63px;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	position: relative;
}

/*#swiper-container1 .swiper-slide::after{
	content: "";
	display:block;
	background: #fff;
	opacity: 0.85;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	z-index: -1;
-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}*/

/*#swiper-container1 .swiper-slide:hover::after{
	height: 100%;
-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;

}*/

#swiper-container1 .swiper-slide-img {
	text-align: center;
	filter: brightness(100);
	margin-bottom: 22px;
}

#swiper-container1 .swiper-slide .swiper-slide-ac{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
   height: 100%;
opacity: 0;
z-index: -1;
-moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

#swiper-container1 .swiper-slide:hover .swiper-slide-ac{
   opacity: 1;
}

#swiper-container1 .swiper-slide:hover .swiper-slide-img {
	filter: none;
}


#swiper-container1 .swiper-slide-title {
	font-size: 22px;
	color: #fff;
	text-align: center;
	padding: 0 25% 20px;
	margin-top: 60px;
	margin-bottom: 17px;
}


#swiper-container1 .swiper-slide:hover {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);

}


#swiper-container1 .swiper-slide:hover .swiper-slide-title {
	color: #333;
	margin-top: 0;
	margin-bottom: 0;
       -moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;

}

#swiper-container1 .swiper-slide-text {
	height: 0;
	overflow: hidden;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

#swiper-container1 .swiper-slide:hover .swiper-slide-text{
	 height: 105px;
-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

#swiper-container1 .swiper-slide-text p {
	font-size: 14px;
	color: #333;
	margin: 0 30px;
	line-height: 30px;
	height: 60px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#swiper-container1 .swiper-slide-text .more {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #105139;
	height: 20px;
	margin-top: 25px;

}


/* 学者介绍 */

.lectures ul {
	margin-left: -1.47%;
        margin-left: -1.46%;
        margin-top: 40px;
}

.lectures ul li {
	float: left;
	width: 18.53%;
	margin-left: 1.47%;
        width: 15.2%;
    margin-left: 1.46%;
	position: relative;
}

.lectures ul li .lectures-img {
	height: 365px;
        height: 305px;
	overflow: hidden;
}

.lectures ul li .lectures-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.lectures ul li:hover .lectures-img img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}


.lectures ul li .lectures-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/xuezhe-title.png) left bottom no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-family: "微软雅黑";
	padding: 10px 0;
}

.lectures ul li .lectures-title h4 {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin: 0;
}

.lectures ul li .lectures-title {
	font-size: 14px;
	color: #fff;
}



/*子页面大图片*/

.x-banner {
	position: relative;
        
/*animation: slideInDown 0.7s ease-out;
    -webkit-animation: slideInDown 0.7s ease-out;*/
}

.x-banner-img {
	width: 100%;
}

.x-banner .column {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -65%);

}

.x-banner .column h4 {
	font-size: 48px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 10px;
	width: 200px;
	margin: 0 auto 7px;

}

.x-banner .column span {
	font-size: 30px;
	font-weight: normal;
	font-family: "Tahoma";
	display: block;
	text-transform: uppercase;
	opacity: 0.38;
	color: #fff;
}


/* 当前位置 */

.location-a {
	padding: 12px 0;
	height: 46px;
	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 !important;
    text-decoration: none !important;
}

.location span {
	margin: 0 3px;
}

/* 内页 */


/* 内页左侧 */

.left-box {
	padding-right: 1.48%;
}

.left-box .left-nav {
	margin-top: 35px;
}

.left-box .left-nav ul li {
	margin-bottom: 24px;
}

.left-box .left-nav ul li a {
	display: block;
	font-size: 20px;
	color: #333;
	padding: 18.5px 0 15px 20px;
	background: #dde7f7;
	font-family: "微软雅黑";
           text-decoration: none;
}

.left-box .left-nav ul li.active a {
	color: #fff;
	background-color: #105139;
	background-image: url(../images/left-nav-active.jpg);
	background-size: 100% 100%;
}

.left-box .left-nav ul li:hover a {
	color: #fff;
	background-color: #105139;
	background-image: url(../images/left-nav-active.jpg);
	background-size: 100% 100%;
}

/* 内页右侧 */

.right-box {
	padding-left: 0.51%;
}

.right-content {
	margin-top: 20px;
	margin-bottom: 50px;
}

.columntitle {
	font-size: 30px;
	color: #333;
	line-height: 76px;
	font-family: "微软雅黑";
	font-weight: normal;
	border-bottom: 1px solid #dde7f7;
	margin: 0;
}
.secendTitle {
	font-size: 20px;
	color: #333;
	line-height: 52px;
	font-family: "微软雅黑";
	font-weight: normal;
	border-bottom: 1px solid #dde7f7;
	margin: 0;
}


/*团队风采  */

.team ul {
	margin-left: -3.25%;
	overflow: hidden;
}

.team ul li {
	width: 46.75%;
	float: left;
	margin-left: 3.25%;
	margin-top: 30px;
	background: #dde7f7;
	
}

.team ul li a {
	display: block;
       height: 322px;
	overflow: hidden;
}




.team ul li a .team-img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.team ul li:hover a .team-img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}


.team ul li .team-text {
    width: 100%;
    padding: 10px;
    background: #dde7f7;
}

.team ul li .team-text a {
    height: auto;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 列表 */

.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: #bcb07c;
	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.3%;
	overflow: hidden;
	padding-top: 56px;
}

.list-img ul li {
	width: 31%;
	margin-left: 2.3%;
	float: left;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;

}

.list-img ul li:hover {
	-webkit-transform: translateY(-24px);
	transform: translateY(-24px);

}

.list-img ul li .news_picture {
	height: 239px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.list-img ul li .news_picture img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.list-img ul li .news_text {
	padding: 18px 24px 56px 21px;
	position: relative;
	background: #fff;
	transition: box-shadow .4s ease;
	margin-bottom: -7px;
	z-index: -1;
}

.list-img ul li:hover .news_text {
	box-shadow: 1px 3px 10px #ccc;
}

.list-img ul li .news_text a {
	text-decoration: none;
}



.list-img ul li .news_text .news-title {
	font-size: 20px;
	line-height: 24px;
	color: #202020;
	font-family: "微软雅黑";
	text-decoration: none;
	margin: 0 0 16px;
	padding-right: 62px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list-img ul li:hover .news_text .news-title {
	color: #105139;

}

.list-img ul li .news_text .news_date {
	position: absolute;
	right: 24px;
	top: 24px;
	color: #105139;
	font-family: Tahoma;
	text-align: right;
	letter-spacing: -1px;
}

.list-img ul li .news_text .news_date p {
	font-size: 14px;
}

.list-img ul li .news_text .news_date h3 {
	font-size: 30px;
	margin: -1px 0 0;

}

.list-img ul li .news_text .news-abstract {
	font-size: 14px;
	color: #8f8f8d;
	line-height: 24px;
	font-family: "微软雅黑";
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
}



.list-img ul li .news_text .more {
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.list-img ul li .news_text .more span {
	display: block;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 24px;
	color: #888;
	text-decoration: none;
	background: url(../images/more.png) 99% center no-repeat;
	margin: 0 24px 0 21px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px solid #d3d3d3;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

}

.list-img ul li:hover .news_text .more {
	height: 39px;

	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}


/* 简介 */

.about p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.about img {
	max-width: 100%;
}

.about p img {
	max-width: 100%;
}


/* 人员情况 */

.content-box1 {
	background: #f5f5f5;
}

.teacher-content {
	padding: 40px 0 50px;
	overflow: hidden;
	position: relative;
}

.teacher-left {
	padding-right: 1.48%;
	margin-bottom: 50px;
}

.teacher-left-box {
	background: #fff;
	padding: 52px 0 80px;
}

.teacher-left .teacher-left-img {
	text-align: center;
	width: 184px;
	/*height: 184px;
	line-height: 184px;*/
	margin: 0 auto 18px;
	overflow: hidden;
}

.teacher-left .teacher-left-img img {
	width: 100%;
	/*min-height: 100%; */
    height: auto;
}

.teacher-right {
	padding-left: 0.5%;
}

#teacher-right-contact {
	margin-bottom: 40px;
}

.teacher-left-contact {
	padding: 0 25px;
}


.teacher-left-contact h4 {
	font-size: 24px;
	text-align: center;
	margin: 5px 0;
}

.teacher-left-contact p {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	text-align: center;
}


.teacher-left-contact .laos-jianjie {
	font-size: 16px;
	line-height: 28px;
	color: #333;
}


#teacher-right-contact table {
	width: 100%;
	background: #fff;
	margin-bottom: 11px;
	border: none !important;
}

#teacher-right-contact table tr {
	border: none !important;
}

#teacher-right-contact table tr td {
	border: none !important;
	padding: 15px 35px 30px  !important;
}

#teacher-right-contact table tr td h2{
	font-size: 24px;
	font-weight: bold;
	color: #16389d;
	margin: 18px 0 15px;
}

#teacher-right-contact table tr td ul li {
	font-size: 16px;
	color: #555;
	line-height: 28px;
	padding-left: 20px;
	background: url(../images/details-dian.png) left center no-repeat;
}

#teacher-right-contact table tr td p {
	font-size: 16px;
	color: #555;
	line-height: 28px;
}


#teacher-right-contact table tr td h3{
	font-size: 22px;
	font-weight: bold;
	color: #4f4f4f;
	margin-top: 25px;
}

#teacher-right-contact table tr td h4{
	font-size: 18px;
	font-weight: bold;
	color: #4f4f4f;
	padding-left: 15px;
	background: url(../images/details-san.png) left center no-repeat;
	margin-left: 25px;
	margin-top: 12px;
}

#teacher-right-contact table tr td h5{
	font-size: 14px;
	color: #4f4f4f;
	padding-left: 15px;
	background: url(../images/details-ren.png) left center no-repeat;
	margin-left: 45px;
}
#teacher-right-contact table tr td h6{
	font-size: 14px;
	color: #4f4f4f;
	padding-left:63px;
	padding-bottom: 17px;
	padding-top: 3px;
	background: url(../images/details-lou.png) 45px 4px no-repeat;
	border-bottom: 1px solid #eee;
}

/* 研究团队 */

.research-item {
    background: #f6f6f6;
    margin-top: 35px;
    padding: 25px 36px 10px 42px;
    position: relative;
	overflow: hidden;
}

.research-item h3{
	font-size: 16px;
    color: #333;
    position: absolute;
    left: 42px;
    top: 35px;
	margin: 0;
}

.research-item ul{
	padding-left: 135px;
}


.research-item ul li{
	font-size: 16px;
	color: #333;
	float: left;
	margin-right: 0px;
	border-radius: 20px;
	width: 68px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;
}

.research-item ul li:first-child {
    position: absolute;
    left: 100px;
    top: 25px;
	margin-right: 0;
}

.research-item ul li:hover{
	background: #105139;
	color: #fff;
	font-weight: bold;
	
}

.research-item ul li:hover a{
  color: #fff;
}

.research-item ul li.active{
	background: #105139;
	color: #fff;
	font-weight: bold;
}

.research-item ul li.active a{
  color: #fff;
}


.research-item ul li strong{
	color: #105139;
	font-weight: bold;
}

.research-item ul li:hover strong{
	color: #fff;
}


.research-item ul li.active strong{
	color: #fff;
}

.research-list {
    margin-top: 20px;
}

.research-list ul{
	margin-left: -2%;
    overflow: hidden;
}


.research-list ul li {
    float: left;
    width:50%;
	margin-top: -30px;
	padding: 23px;
}

.research-list ul li:hover{
	background: url(../images/research-bjbox.png) center bottom no-repeat;
	background-size: 100% 100%;
}


.research-list ul li .media{
	padding: 18px;
}

.research-list ul li .pull-left a{
	 display: block;
	 width: 132px;
	 height: 182px;
	 overflow: hidden;
	 margin-right: 10px;

}

.research-list ul li .pull-left a img{
	width: 100%;
    min-height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.research-list ul li:hover .pull-left a img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.research-list ul li .media-body{
	padding-top: 24px;
}

.research-list ul li .media-body a{
      display: block;
}


.research-list ul li .media-body .media-heading{
	font-size: 24px;
	color: #333;
	margin-bottom: 50px;
}

.research-list ul li .media-body .media-heading span{
	font-size: 14px;
	color: #105139;
	margin-left: 15px;
}


.research-list ul li .media-body .abstract{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.research-list ul li .media-body .work{
   font-size: 16px;
	color: #666;
	line-height: 24px;
       height: 24px;
       overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        margin-top: 7px;
}




/* 内容页 */

.article-left {
	float: left;
	width: 65.48%;
	margin-top: 40px;
	margin-right: 8.78%;
}

.article {
	padding-top: 20px;
	margin-bottom: 30px;
}

.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: 20px;
	color: #333;
	font-weight: bold;
	font-family: "微软雅黑";
	line-height: 30px;
	margin: 0 0 20px;
}

.article h3.subtitle {
	font-size: 18px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999;
	margin: 10px 0 20px;
	border-top: 2px solid #f2f2f2;
}

.article .content {
	font-size: 16px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 30px;
	min-height: 250px;
	margin-bottom: 50px;
}

.article .content p {
	font-size: 16px;
	color: #333;
	line-height: 30px !important;
	font-family: "微软雅黑";
}

.article .content p img{
	max-width: 100% !important;
	height: auto !important;
}

.share {
	overflow: hidden;
	margin-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 14px;
}


.share span {
	float: right;
}

.share span.article-zb {
	margin-right: 10px;

}

.bdsharebuttonbox {
	float: right;
}

.bdsharebuttonbox a {
	display: inline-block !important;
	width: 22px !important;
	height: 18px !important;
	background-image: url(../images/share.png) !important;
	margin: 0 !important;
	background-repeat: no-repeat !important;
}

.bdsharebuttonbox .bds_tsina {
	background-position: 0 -104px !important;
}

.bdsharebuttonbox .bds_tqq {
	background-position: 0 -260px;
}

.bdsharebuttonbox .bds_weixin {
	background-position: 0 -1612px;
}

.bdsharebuttonbox .bds_sqq {
	background-position: 0 -2652px;
}

.bdsharebuttonbox .bds_linkedin {
	background-position: 0 -1664px;
}


.bdsharebuttonbox .bds_qzone {
	float: none;
	display: block;
	width: 30px;
	padding-left: 0;
	line-height: 28px;
	height: 30px;
	background: #d7d7d7;
	margin: 0 20px 10px 0;
	text-indent: 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .9s linear;
	transition: all .9s linear;
}

.page-dow {
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.page-dow .page-dow-prev, .page-dow .page-dow-next {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	font-family: "微软雅黑";
}

.page-dow .page-dow-prev a, .page-dow .page-dow-next a {
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
}


.tel-list-right {
	width: 25.74%;
	float: left;
	border: 1px solid #ddd;
	padding: 0 20px;
	margin-top: 47px;
           margin-bottom: 20px;
}

.tel-list-h3 {
	position: relative;
	border-bottom: 1px solid #ddd;
}

.tel-list-h3 h3 {
	font-size: 20px;
	color: #333;
	font-family: "微软雅黑";
	margin: 20px 0 16px;
}

.tel-list-h3 .more {
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	padding: 6px 24px;
	border: 1px solid #ddd;
	border-radius: 30px;
	text-decoration: none;
	position: absolute;
	right: 0;
	bottom: 12px;
}

.tel-list-right ul li {
	padding: 16px 0 18px;
	border-top: 1px solid #eee;
}

.tel-list-right ul li:first-child {
	border-top: none;
}

.tel-list-right ul li a {
	text-decoration: none;
}

.tel-list-right ul li a p {
	font-size: 16px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 32px;
	height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tel-list-right ul li:hover a p {
	color: #105139;
}

.tel-list-right ul li a span {
	display: block;
	font-size: 12px;
	color: #999;
	font-family: "微软雅黑";
}


/* 研究平台 */

.platform {
	margin-bottom: 50px;
}

.platform ul {
	margin-left: -2%;
	overflow: hidden;
}

.platform ul li {
	width: 31.33%;
	float: left;
	margin-left: 2%;
	margin-top: 20px;
}

.platform ul li a {
	text-decoration: none;
}

.platform ul li .platform_picture {
	height: 236px;
	overflow: hidden;
}


.platform ul li .platform_picture img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.platform ul li:hover .platform_picture img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}


.platform ul li a .platform_text {
	text-align: center;
	font-size: 18px;
	color: #333;
	padding: 10px 0;
	font-family: "微软雅黑";
	height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.platform ul li:hover a .platform_text {
	color: #105139;

}


/* 研究方向 */

.direction {
	margin-top: 10px;
}

.direction ul li {
	margin-top: 38px;
	overflow: hidden;
}

.direction ul {
	overflow: hidden;
}

.direction ul li .direction_picture {
	width: 340px;
	height: 224px;
	overflow: hidden;
	float: left;
	margin-right: 28px;
}

.direction ul li .direction_picture .direction-img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.direction ul li:hover .direction_picture .direction-img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.direction ul li .direction_text {
	position: relative;
}

.direction ul li .direction_text h4 {
	font-size: 24px;
	font-weight: bold;
	color: #0d2858;
	font-family: "微软雅黑";
	position: relative;
	line-height: 65px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}



.direction ul li .direction_text h4::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 4px;
	height: 5px;
	width: 88px;
	z-index: 22;
	background: linear-gradient(to right, #1b5fb0, #6e1496);
	-webkit-transition: all .3s;
	transition: all .3s;
}



.direction ul li .direction_text .direction-abstract {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	font-family: “微软雅黑”;
	height: 90px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.direction ul li .direction_text .more {
	position: absolute;
	top: 20px;
	right: 0;
	padding-right: 25px;
	font-size: 14px;
	background: url(../images/more.png) right center no-repeat;
}

/* 研究成果 */

.achievements {
	padding-top: 27px;
}

.achievements-item {
	background: #f0f0f0;
	padding: 15px 10px 10px 28px;
	position: relative;
	margin-bottom: 24px;
}

.achievements-item p {
	font-size: 16px;
	color: #333;
	position: absolute;
	left: 28px;
	top: 19px;
}

.achievements-item ul {
	padding-left: 197px;
	overflow: hidden;

}

.achievements-item ul li {
	font-size: 16px;
	color: #333;
	float: left;
	margin-right: 24px;
	margin-bottom: 12px;
	padding: 3px 13px;
	border-radius: 20px;
	cursor: pointer;
}

.achievements-item ul li a{
  color: #333;
}

.achievements-item ul li:first-child {
	position: absolute;
	left: 150px;
	top: 15px;
}

.achievements-item ul li.active {
	background: #105139;
	color: #fff;
}

.achievements-item ul li.active  a{
color: #fff;
}


.achievements-box ul li {
	border: 1px solid #e1e1e1;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.achievements-box ul li:hover {
	background: #105139;
	border: 1px solid #105139;
}

.achievements-box ul li::before {
	content: "";
	position: absolute;
	top: 20%;
	left: -6px;
	height: 60%;
	width: 4px;
	z-index: 22;
	background: #105139;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.achievements-box ul li a {
	display: block;
	padding: 16px 30px;
	text-decoration: none;
}

.achievements-box ul li .achievements-date {
	float: left;
	text-align: center;
	margin-right: 25px;
	margin-top: 5px;
}

.achievements-box ul li .achievements-date h4 {
	font-size: 24px;
	color: #105139;
	font-weight: bold;
	font-family: "微软雅黑";
	margin: 0;
}

.achievements-box ul li:hover .achievements-date h4 {
	color: #fff;
}

.achievements-box ul li .achievements-date p {
	font-size: 14px;
	color: #105139;
	font-family: "微软雅黑";
	margin: 4px 0 0;
}

.achievements-box ul li:hover .achievements-date p {
	color: #fff;
}


.achievements-box ul li .achievements-text .achievements-title {
	font-size: 18px;
	color: #333;
	font-family: "微软雅黑";
	margin: 0;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.achievements-box ul li:hover .achievements-text .achievements-title {
	color: #fff;
}

.achievements-box ul li .achievements-text .achievements-abstract {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	font-family: "微软雅黑";
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.achievements-box ul li:hover .achievements-text .achievements-abstract {
	color: #fff;
}


/*尾部*/

.footer {
	background-color: #115740;
	padding: 64px 0 0;
	text-align: center;
	overflow: hidden;
}

.footer-top {
	overflow: hidden;
	margin-bottom: 46px;
}

.bottom-logo {
	float: left;
	width: 54%;
	text-align: left;
}

.bottom-logo img {
	width: 370px;
}

.bottom-xinxi {
	text-align: left;
	float: left;
	width: 46%;
}

.bottom-xinxi p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	background: url(../images/adress.png) left center no-repeat;
	padding-left: 25px;
}

.bottom-xinxi p+p {
	background: url(../images/tel.png) left center no-repeat;
	float: left;
}

.bottom-xinxi p+p+p {

	background: url(../images/youxiang.png) left center no-repeat;
	margin-left: 40px;
}

 .bottom-xinxi p a{
   color: #fff;
}

.footer-bottom {
	border-top: 2px solid #3c763d;
	padding: 20px 0;
	height: 62px;
}


.footer-bottom .copyright {
	font-size: 14px;
	color: #fff;
	width: 29%;
	float: left;
	text-align: left;
}

.footer-bottom .visit {
	float: left;
	width: 17%;
	color: #fff;
	text-align: left;
}

.footer-bottom .footer-link {
    color: #fff;
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 3px;
}

.footer-bottom ul li {
	float: left;
	color: #fff;
	font-size: 14px;
}

.footer-bottom ul li a {
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
	text-decoration: none;
}


.footer-bottom ul li:hover a {
	opacity: 0.8;

}

.follow {
	float: right;
}

.follow p {
	float: left;
	color: #fff;
	margin-right: 8px;
}



.bottom-weixin {
	float: left;
	position: relative;
}

.follow .wechatbox {
	z-index: 10;
	position: absolute;
	top: 15px;
	right: 0px;
	width: 78px;
	height: 78px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background: #fff;
	padding: 5px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.bottom-weixin .wechatbox img {
	width: 100%;
	margin-bottom: 0;
}

.bottom-weixin:hover .wechatbox {
	top: -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}



/*分页栏*/

.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: 14px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}

.p_no {
	padding: 2px 8px;
	margin: 0px 4px;
	color: #333;
}

.p_no_d a {
	color: #fff;
}

.p_no_d {
	background: #105139;
	color: #fff;
	padding: 2px 8px;
	margin: 0px 4px;
	/*border-radius: 20px;*/
}

.p_next, .p_next_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}

.tab-item{
	/*background-color: #f1f1f1;*/
	transition: background-color 0.3s ease;
	border-left: #0F9E5E 3px solid;
	padding-left: 5px;
	margin-right: 10px;
}
.tab-item:hover {
	 background-color: #ddd;
	color: #0F9E5E;
 }


.tab-item-active {
	/*color: #072d20;*/
	color: #fff;
	background-color: #0F9E5E;
	/*border-left: #072d20 3px solid;*/
}