@charset "utf-8";
/* CSS Document */
@media screen and ( min-width: 768px) {
/*team list*/
.team ul {
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.team ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border: 1px solid #c2c2c2;
}
.team ul li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.team ul li:hover .pic a span {
	bottom: 20px;
}
.team ul li .pic {
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 1%;
}
.team ul li .pic img {
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.team ul li .pic a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.team ul li .pic a span {
	position: absolute;
	width: 140px;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	color: #fff;
	background: #e62129;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.team ul li .txt {
	float: right;
	width: 72%;
    color: #fff;
    padding-top: 20px;
}
.team ul li .txt .name {
	font-size: 28px;
}
.team ul li .txt .name span {
	font-size: 14px;
	margin-top: 5px;
	margin-left: 10px;
	color: #999;
}
.team ul li .linian {
	height: 25px;
	margin-top: 25px;
	color: #ccc;
}
.team ul li .linian span {
	font-size: 16px;
	float: left;
}
.team ul li .txt .shanchang {
    background: url(../teaminfobg.png);
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin: 10px 0;
}
.team ul li .txt .shanchang span {
    margin-left: 10px;
}
.team ul li .shanchang a {
	float: right;
	background: #e62129;
	color: white;
	padding: 0 20px;
}

.team ul li .zuopin {
    font-size: 28px;
	border-bottom: 5px solid #fff;
	padding-bottom: 10px;
}
.team ul li .zuopin span {
	
}

.teamcase {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.teamcase a {
	display: block;
	width: 42%;
	height: auto;
	position: relative;
	float: left;
	margin-right: 1.5%;
	overflow: hidden;
}
.teamcase a:nth-child(2),.teamcase a:nth-child(3) {
	margin: 0;
}
.teamcase a:nth-child(3) {
    float: right;
}
.teamcase a img {
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.teamcase a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.teamcase a.more {
    width: 13%;
    height: auto;
    display: block;
    text-align: center;
    border: none;
    position: relative;
    top: 60px;
    right: 0;
    bottom: 0;
    transition: all linear .2s;
}
.teamcase a.more:hover {
    background: none!important;
    border: none;
}
.teamcase a .more img {
    width: 100%;
    height: auto;
}
.teamcase a:hover:nth-child(3) img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.team .line {
    margin-bottom: 30px;
    border-bottom: 5px solid #fff;
}
/*team list end*/
.team-list {
    display: none;
}
}
@media screen and ( max-width: 768px) {
.team {
    display: none;
}
/*designer list start*/
.team-list ul.designer-li {
	padding: 0 1%;
}
.team-list ul.designer-li li {
	width: 100%;
	display: inline-grid;
}
.team-list ul.designer-li li:not(:last-child) {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px dashed #ddd;
}
.team-list ul.designer-li li .des-photo {
	width: 32%;
    float: left;
}
.team-list ul.designer-li li .des-photo .fixed-ratio::before {
	padding: 63.5% 0;
}
.team-list ul.designer-li li .des-info {
	position: relative;
	width: 65%;
	float: right;
    color: #fff;
}
.team-list ul.designer-li li .des-info h4 {
    font-size: .4rem;
	padding: .2rem 0;
}
.team-list ul.designer-li li .des-info strong {
	color: #ccc;
	font-size: .3rem;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: .2rem 0;
}
.team-list ul.designer-li li .des-info b {
	width: 100%;
	font-size: .4rem;
	padding-top: .4rem;
	display: flex;
}
.team-list ul.designer-li li .des-info span {
	width: 100%;
	font-size: .3rem;
	padding-top: .4rem;
	display: flex;
}
.team-list ul.designer-li li .des-info a {
	width: 30%;
	position: absolute;
	top: .8rem;
	right: 0;
	display: block;
	padding: .2rem;
	background-color: #e62129;
	color: #fff;
	border-radius: 4px;
	text-align: center;
}
.team-list ul.designer-li li .des-case {
	margin-top: 2%;
}
.team-list ul.designer-li li .des-case a {
	width: 48%;
}
.team-list ul.designer-li li .des-case a:first-child {
	float: left;
	margin-left: 0;
	margin-right: 1%;
}
.team-list ul.designer-li li .des-case a:last-child {
	float: right;
	margin-left: 1%;
	margin-right: 0;
}
/*designer list end*/

}