.index-dt,
.index-gegm{
	position: relative;
	padding: 50px 0 30px;
	background-color: #f9f9f9;
}
.index-gegm{
	padding-bottom: 60px;
}
.index-dt .index-dt-logo {
	display: block;
	margin: 0 auto 70px;
	width: 241px;
	height: 77px;
}
.index-gegm .index_gegm_logo{
	display: block;
	margin: 0 auto 70px;
	width: 360px;
	height: 77px;
}
.index-dt-list,
.gegmMain {
	margin-left: 100px;
}
.index-dt-list li {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 50px;
}
.gegmMain li{
	position: relative;
	float: left;
	width: 500px;
	margin-right: 50px;
}
.index-dt-list li a,
.gegmMain a{
	display: block;
}
.index-dt-title ,
.index-gegm-title{
	font-size: 14px;
	color: #333;	
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-dt-line
 {
	margin: 20px 0;
	width: 35px;
	height: 1px;
	background-color: #c3c3c3;
}
.index-dt-des,
.index-gegm-des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 100px;
	font-size: 12px;
	color: #c3c3c3;
	line-height: 24px;
}
.index-dt-list li:hover .index-dt-title,.index-dt-active .index-dt-title,
.gegmMain li:hover .index-gegm-title {
	color: #32a9de;
}
.index-dt-list li:hover .index-dt-line,.index-dt-active .index-dt-line,
.gegmMain li:hover .index-dt-line,.index-dt-active .index-dt-line {
	background-color: #32a9de;
}
.index-dt .index-dt-more,
.index-gegm-more {
	display: block;
	margin: 30px auto 0;
	width: 132px;
	height: 46px; 
}
.index-dt-more img,
.index-gegm-more img {
	display: block;
	width: 100%;
	height: 100%;
}
.shadow {
	z-index: 10;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
.shadow img {
	display: block;
	width: 100%;
}
.main-inner {
	padding: 90px 0;
	margin: 0 auto;
	width: 1100px;
	height: auto;
	overflow: hidden;
}
.main-inner .iner1{
	width: 355px;
	height: 240px;
	float: left;
	border-right: 1px dashed #57c4df;
}

.main-inner .iner2{
	width: 369px;
	height: 240px;
	float: left;
	border-right: 1px dashed #57c4df;
	margin-top: -6px;
}
.main-inner .iner3{
	width: 376px;
	height: 240px;
	float: left;
}
.main-inner img {
	display: block;
	width: 84%;
	margin:0 auto;
}
/*团队介绍 start*/
.index-td {
	height: 500px;
	background-color: #3bbceb;
	color: #fff;
}
.index-td-title {
	padding-top: 30px;
}
.index-td-title img {
	display: block;
	margin: 0 auto; 
}
.tdSwiper {
	width: 100%;
	height: 393px;
}
.swiper-td-prev,.swiper-td-next {
	z-index: 10;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.swiper-td-prev {
	left: 7px;
	background: url(../img/swiper_prev_icon.png) no-repeat;
}
.swiper-td-next {
	right: 7px;
	background: url(../img/swiper_next_icon.png) no-repeat;
}
.tdSwiper-l {
	position: relative;
	float: left;
	margin-top: 44px;
	margin-left: 134px;
	width: 300px;
	height: 300px;
}
.tdSwiper-l img {
	display: block;
	width: 100%;
	height: 100%;
}
.tdSwiper-r {
	position: relative;
	float: left;
	margin-left: 135px;
	margin-top: 97px;
	width: 578px;
	height: 250px;
}
.tdSwiper-r-info {
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
	height: 150px;
	line-height: 30px;
	overflow: hidden;
}
/*团队介绍 end*/
.tdSwiper-r-title {
	font-family: "微软雅黑";
	font-size: 40px;
	color: #fff;
}


