.teamBg{
	background: url(/img/teanBg.png) no-repeat center bottom;
    padding-bottom: 10%;
}

.team {
	max-width: 1200px;
	margin: 0 auto;
}

.team .team_public {
	width: 60%;
	margin: 0 auto;
	height: 180px;
	line-height: 180px;
}

.team .team_public ul li {
	/* width: 33.333%; */
	text-align: center;
	/* display: inline-block; */
	/* float: left; */
}

.team .team_public ul li a {
	color: #7D7D7D;
	font-size: 24px;
	font-weight: bold;
}
.team .team_public .li_pl a{
	color: #941f24;
}
.team .team_public ul li em {
	font-size: 24px;
	color: #7d7d7d;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	float: right;
}

.team .team_public ul li:last-child em {
	display: none;
}

.team .team_public ul li:hover a {
	color: #941f24;
}

.team .team_navList {
	width: 100%;
}

.team .team_navList ul li {
	position: relative;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
	cursor: pointer;
	overflow: hidden;
	height: 240px;
}


.team .team_navList ul li:nth-child(3n) {
	margin-right: 0;
}

.team .team_navList ul li p {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -300px;
	color: #ffffff;
	z-index: 9998;
}

.team .team_navList ul li h4{
	position: absolute;
	z-index: 9999;
	left: 15px;
	color: #FFFFFF;
	font-size: 30px;
	bottom:5%;
	height:20%;
}

.team .team_navList ul li .img {
	width: 100%;
	display: block;
	-moz-transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
	transition: .5s ease-in;
}

.team .team_navList ul li:hover .img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1)
}

.team .team_navList ul li p i {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: #000000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	
}

.team .team_navList ul li p i img{
	width: 100%;
}

.team .team_navList ul li p span {
	display: block;
	width: 60px;
	height: 3px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	background: #FFFFFF;
}

.team .team_navList ul li p a {
	width: 20%;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10%;
	top: 20px;
	color: #FFFFFF;
	font-size: 18px;
	z-index: 9999;
}

.team .team_txt{
	margin-top: 6%;
	text-align: center;
	position: relative;
}

.team .team_txt h2{
	margin-bottom: 1.5%;
	color: #941F24;
	font-size: 18px;
	font-weight: bold;
}

.team .team_txt p{
	margin-bottom: 4%;
	color: #434343;
	font-size: 14px;
}

.team .team_txt em{
	position: absolute;
}

.team .team_txt em.em01{
	left: 12%;
}

.team .team_txt em.em02{
	right: 6%;
	top: 80%;
}

.team .tema_banner{
	height: 500px;
	margin-bottom: 3%;
}

.team .tema_banner .swiper-slide img{
	box-shadow: 0 0 10px #dddddd;
}

.team .team_invest{
	margin-bottom: 3%;
	text-align: center;
}

.team .team_invest p{
	line-height: 40px;
	color: #434343;
	font-size: 16px;
}

.team .team_detail{
	width: 95%;
	margin: 0 auto;
}

.team .team_detail .team_detail_peo{
	width: 20%;
	display: inline-block;
	float: left;
}

.team .team_detail .team_detail_peo img.detail_people{
	width: 100%;
}

.team .team_detail .team_detail_peo .team_detail_peo11{
	width: 93.8%;
	margin-bottom: 15px;
	padding: 15px 0 15px 15px;
	background: url(/img/team_detailBg.jpg) no-repeat bottom center;
	background-size: cover;
}

.team .team_detail .team_detail_peo .team_detail_peo11 h2{
	margin-bottom: 6px;
	color: #FFFFFF;
	font-size: 30px;
}

.team .team_detail .team_detail_peo .team_detail_peo11 p{
	color: #FFFFFF;
	font-size: 16px;
}

.team .team_detail .team_detail_intro{
	width: 75%;
	margin-left: 5%;
	display: inline-block;
	float: left;
	position: relative;
}

.team .team_detail .team_detail_intro .team_detail_intro01{
	padding: 5% 0 0 5%;
	background: url(/img/team_detailBorder.png) no-repeat left;
	background-size: contain;
}

.team .team_detail .team_detail_intro .team_detail_intro01 p{
	margin-bottom: 3%;
	line-height: 35px;
	color: #3A3A3A;
	font-size: 14px;
}

.teamdetail_bg{
	background: url(/img/detail_bg.jpg) no-repeat center bottom;
	background-size: contain;
    padding-bottom: 3%;
	background-size: 100%;
}

.explain {
	display: block;
	margin: 0 auto;
}
.team .team_public .li_pc{
	color: #941f24;
}
.date_box{
	max-width: 1200px;
	margin: 0 auto;
}
.date_box h3{
	font-size: 24px;
	background-color: #941f24;
	color: #fff;
	font-weight: bold;
	padding: 1% 2%;
	text-align: center;
	display: inline-block;
}
.box_main{
	width: 90%;
	border: 1px #941f24 solid;
	border-bottom: none;
	margin: 0 auto;
	margin-top: -2%;
	padding: 0 2%;
	padding-top: 3%;
	padding-bottom: 4%;
	display: grid;
}
.box_main p{
	color: #434343;
	font-size: 14px;
	line-height: 30px;
	margin: 2% 0;
}
.box_main img{
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
.box_main .imgd{
	width: auto;
	display: block;
	margin: 0 auto;
}
.box_main .imgd img{
	border: 2px #cbcbcb solid;
	padding: 5px;
	border-radius: 5px;
	display: block;
}
.box_main .imgd span{
	font-size: 12px;
	color: #535353;
	margin-top: 1%;
	display: inline-block;
}

.animate1{
	opacity: 0;
	animation:animate 0.8s 0.8s linear both;
	-webkit-animation: animate 0.8s 0.8s linear both;
}
@keyframes animate {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes animate {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.animate2{
	opacity: 0;
	animation:animate2 1.2s 1.2s linear both;
	-webkit-animation: animate2 1.2s 1.2s linear both;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes animate2 {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.animate3{
	opacity: 0;
	animation:animate3 2s 2s linear both;
	-webkit-animation: animate3 2s 2s linear both;
}
@keyframes animate3 {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes animate3 {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.team_invest{
	opacity: 0;
	animation:team_invest 1s 0.5s linear both;
	-webkit-animation: team_invest 1s 0.5s linear both;
}
@keyframes team_invest {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes team_invest {
	0% {
		transform: translateY(-100px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@media screen and (max-width: 1199px){
	.team .team_navList{
		width: 98%;
		margin: 0 auto;
		padding: 0 1%;
	}
	.team .team_navList ul li p{
		top: 0;
	}
	
	.team .team_navList ul li p span{
		display: none;
	}
	
	.team .team_navList ul li p a{
		width: 25%;
	    left: 70%;
	    top: 80%;
    	margin-left: 0;
	}

	.team .team_navList ul li p i{
		display: none;
	}
	
	.team .team_txt{
		width: 98%;
		margin: 0 auto;
		padding: 0 1%;
	}
	
	.team .team_txt em.em01{
		display: none;
	}
	
	.team .team_txt em.em02{
		display: none;
	}
	
	.team .team_detail .team_detail_peo{
		width: 30%;
		float: none;
		display: block;
	}
	
	.team .team_detail .team_detail_peo img.detail_icon{
		display: none;
	}
	
	.team .team_detail .team_detail_intro{
		width: 100%;
		margin-left: 0;
	}
	
	.team .team_detail .team_detail_intro .team_detail_intro01{
		padding: 0;
		background: none;
	}
}

@media screen and (max-width: 768px){
	.team .team_public{
		height: 120px;
		line-height: 120px;
	}
	
	.team .team_navList ul li h4{
		font-size: 18px;
	}
	
	.team .team_navList ul li p a{
		font-size: 14px;
	}
	
	.team .team_txt p{
		line-height: 30px;
	}
	
	.team .tema_banner{
		height: 440px;
	}
	
	.team .tema_banner .swiper-container .swiper-button-next,.team .tema_banner .swiper-container .swiper-button-prev{
		display: none;
	}	
	
	.team .tema_banner .swiper-slide img{
		width: 100%;
	}
	
	.team .team_invest{
		width: 98%;
		padding: 0 1%;
		margin: 0 auto;
	}
	
	.team .team_detail .team_detail_peo{
		width: 100%;
		margin: 3% auto;
	}
	
	.team .team_detail .team_detail_peo img.detail_people{
		width: 35%;
		display: inline-block;
	}
	
	.team .team_detail .team_detail_peo .team_detail_peo11{
		width: 60%;
		margin-left: 2%;
		display: inline-block;
	}
	.team .team_navList ul li{
		width: 49%;
	}
	.team .team_navList ul li:nth-child(2){
		margin-right: 0;
	}
}

@media screen and (max-width: 640px){
	.team .team_public {
	    height: 60px;
	    line-height: 60px;
	}
	
	.team .team_public ul li a{
		font-size: 14px;
	}
	
	.team .team_public ul li em{
		font-size: 12px;
	}
	
	.team .team_navList ul li{
		width: 100%;
	}
	
	.team .team_navList ul li:nth-child(3n){
		margin-right: 2%;
	}
	
	.team .team_navList ul li p a{
		width: 60%;
		left: 65%;
    	top: 83%;
	}
	
	.team .team_detail .team_detail_peo .team_detail_peo11 h2{
		font-size: 16px;
	}
	
	.team .team_detail .team_detail_peo .team_detail_peo11 p{
		font-size: 14px;
	}
}

@media screen and (max-width: 480px){
	.team .tema_banner{
		height: 260px;
	}
	
	.team .team_public{
		width: 90%;
	}
	
	.team .team_detail .team_detail_peo .team_detail_peo11{
		padding: 5px 0 5px 5px;
	}
	.date_box h3{
		width: 80%;
		font-size: 16px;
	}
	.box_main{
		display:block;
	}
}

@media screen and (max-width: 320px){	
	.team .tema_banner{
		height: 200px;
	}
	.date_box h3{
		width: 80%;
		font-size: 16px;
	}
	.box_main{
		display: block;
	}

	.team .team_navList ul li h4{
		bottom:15%;
	}
}

