﻿.works-class-box,
#team .products-class-box,
.products-class-box{
	width: 1640px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}

.team-box{
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
    padding: 65px 0;
}

.team-box .index-ch-title{
    letter-spacing: 13px;
    padding-left: 13px;
}
.team-box .index-en-title{
	letter-spacing: 3px;
}
.team-list-box{
	width: 800px;
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 70px;
}
.team-list{
	width: 100%;
	display: block;
	margin-bottom: 40px;
}
.team-list-img-box{
	width: 100%;
	height: 400px;
	display: block;
	overflow: hidden;
}
.team-list-img-box span{
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all .3s linear;
}
.team-list-video{
	width: 100%;
	height: 400px;
	max-width: 100%;
	display: none;
}
.team-list-video.open{
	display: block;
}

.team-list-title{
	font-size: 20px;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 10px 0;
	transition: all .3s linear;
}

.team-list-p{
	font-size: 16px;
	color: #555555;
	display: block;;
	letter-spacing: 2px;
	line-height: 2;
}
.team-page-ifno{
	width: 1000px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	padding-top: 40px;
}
.team-page-img{
	width: 100%;
	height: 500px;
	display: block;
}
.team-page-box{
	width: 1000px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 93px;
	padding: 50px 0;
}
.team-page-info-box{
	margin-top: 30px;
	width: 100%;
	display: block;
}