.breadcrumb{
	width: 1230px;
	height: 60px;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.layui-breadcrumb{
	display: block;
	visibility:initial;
}
.layui-breadcrumb a{
	color: #000 !important;
}
.layui-breadcrumb>*{
	font-size: 12px;
}
.layui-breadcrumb a cite{
	border: 1px solid #009688;
	color: #009688;
	padding: 4px 12px;
	border-radius: 2px;
	margin-right: 10px;
}
.layui-breadcrumb button{
	background: none;
	border: none;
	color: #009688;
	cursor: pointer;
}
.case_search{
	width: 1230px;
	margin: 0 auto;
	background: white;
}
.case_search dl{
	width: 100%;
	overflow: hidden;
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}
.case_search dl:last-child{
	border: none;
}
.case_search dl dt,.case_search dl dd{
	display: block;
	float: left;
	width: 110px;
	text-align: center;
	font-size: 14px;	
	position: relative;
}
.case_search dl dt{
	color: #000;
}
.case_search dl dt:after{
	position: absolute;
	right: 0;
	content: "";
	width: 1px;
	height: 14px;
	background: #ddd;
	top: 23px;
}
.case_search dl dd a{
	color: #666;
}
.case_search dl dd a sup{
	font-size: 10px;
}
.case_search dl dd a.on,.case_search dl dd a:hover{
	display: block;
	width: 80px;
	height: 28px;
	margin: 16px auto;
	background: #e60012;
	color: white;
	line-height: 28px;
	border-radius: 2px;
}
.case_search dl:last-child dd{
	width: 300px;
}
.searchtxt{
	display: block;
	border: 1px solid #ccc;
	width: 260px;
	height: 30px;
	line-height: 30px;
	margin-left: 15px;
	margin-top: 15px;
	padding: 0 10px;
	border-radius: 14px;
}
.searchbtn{
	position: absolute;
	right: 0;
	top: 15px;
	width: 74px;
	height: 30px;
	background: url(../images/icon_search_btn.png) no-repeat left top;
	border: none;
	cursor: pointer;
}
.teamlist{
	display: block;
	width: 1290px;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
}
.left_column,.left_des{
	width: 910px;
	float: left;
}
.left_column ul{
	width: 100%;
	display: block;
}
.left_column ul li{
	background: white;
	padding: 20px;
	display:-webkit-flex;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.left_column ul li .pic{
	width: 280px;
	height: 360px;
	float: left;
	overflow: hidden;
	position: relative;
}
.left_column ul li .pic img{
	display: block;
	position: absolute;
	min-height: 100%;
	max-height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.left_column ul li .pic .more{
	position: absolute;
	width: 120px;
	left:50%;
	margin-left: -60px;
	bottom: -40px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}
.left_column ul li .txt{
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	padding-left: 20px;
	position: relative;
}
.left_column ul li .txt .name{
	font-size: 20px;
	padding-top: 5px;
}
.left_column ul li .txt .name span{
	font-size: 12px;
	color: #666;
	margin-left: 20px;
}
.left_column ul li .txt .name p{
	font-size: 12px;
	color: #666;;
	margin-top: 16px;
}
.left_column ul li .txt .name p strong{
	margin-right: 20px;	
}
.left_column ul li .txt .info{
	width: 610px;
	height: 80px;
	background: url(../images/teaminfobg.jpg) left top;
	position: absolute;
	left: 0;
	top: 90px;
	padding-left: 20px;
	line-height: 74px;
}
.left_column ul li .txt .info span{
	font-size: 16px;
	float: left;
}
.left_column ul li .txt .info span b{
	font-weight: normal;
	font-size: 36px;
	font-family: arial;
	margin: 0 10px;
}
.left_column ul li .txt .info font{
	display: block;
	float: left;
	font-size: 14px;
	margin: 0 40px;
	padding-top: 8px;
}
.left_column ul li .txt .info:before{
	content: "";
	display: block;
	width: 1px;
	height: 13px;
	background: #999;
	position: absolute;
	right: 90px;
	top: 32px;
}
.left_column ul li .txt .info:after{
	content: "";
	display: block;
	width: 13px;
	height: 1px;
	background: #999;
	position: absolute;
	right: 84px;
	top: 38px;
}
.newcase{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0 0 20px;
}
.newcase span{
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}
.newcaseimg{
	width: 100%;
	overflow: hidden;
}
.newcaseimg a{
	display: block;
	float: left;
	width: 176px;
	height: 140px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}
.newcaseimg a:last-child{
	margin: 0;
}
.newcaseimg a img{
	max-height:100%;
	min-height: 100%;
	position: absolute;
	display: block;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.formbtn{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #E60012;
	border: 1px solid #E60012;
	background: none;
	width: 120px;
}
.left_column ul li:hover{
	box-shadow:0 0 40px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 40px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 40px rgba(0,0,0,0.2);
}
.left_column ul li:hover .pic .more{
	bottom: 10px;
}
.left_column ul li:hover .txt .info{
	color: #E60012;
}
.left_column ul li:hover .formbtn{
	color: white;
	border: 1px solid #E60012;
	background: #E60012;
}

.right_column{
	width: 300px;
	float: right;	
}
.sale{
	background: white;
	padding: 20px;
	width: 100%;
}
.sale a{
	display: block;
	width: 260px;
	height: 160px;
	overflow: hidden;
}
.sale a img{
	max-width: 100%;
	display: block;
}
.case_right_list .title,.sale .title{
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}
.form{
	background: url(../images/team_formbg.jpg) no-repeat center top;
	margin-top: 20px;
	height: 560px;
	padding: 250px 50px 0 50px;
}
.form .layui-input-block{
	margin-left: 0;
	font-size: 14px;
	position: relative;
}
.form .layui-input-block span{
	position: absolute;
	right: 10px;
	top: 6px;
}
.form .sub_btn{
	width: 100%;
	background: #fde125;
	color: #000;
	margin-top: 10px;
	margin-bottom: 15px;
}
.sub_info_top{
	color: #666;
	font-size: 12px;
	text-align: center;
}
.server{
	margin: 20px 0;
}
.case_right_list{
	margin-top: 15px;
	background: white;
	padding: 20px;
	width: 100%;
}
.case_right_list ul li{
	display: block;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.case_right_list ul li:last-child{
	margin-bottom: 0;
}
.case_right_list ul li .pic{
	width: 100%;
	height: 180px;
	overflow: hidden;	
}
.case_right_list ul li .pic img{
	max-width: 100%;
	display: block;
	transition: all 0.2s ease-in;
}
.case_right_list ul li:hover .pic img{
	transform: scale(1.05);
}
.case_right_list ul li .txt{
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
.case_right_list ul li .txt .photo{
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 4px;
	margin-right: 10px;
	float: left;
}
.case_right_list ul li .txt .photo img{
	max-width: 100%;
}
.case_right_list ul li .txt .txt_info{
	width: 202px;
	overflow: hidden;
	float: left;
}
.case_right_list ul li .txt .txt_info h4{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}
.case_right_list ul li .txt .txt_info span{
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}
.case_right_list ul li:hover .txt .txt_info h4 a{
	color: #e60012;
	font-weight: bold;
}
.case_right_list ul li:hover .txt .txt_info span{
	color: #000;
}
#page{
	margin: 30px 0;
}

/*designer begin*/
.des_banner{
	width: 100%;
	height: 540px;
	background: url(../images/des_bannerbg.jpg) center top;
	padding: 110px 0;
	margin-top: 80px;
}
.des_banner .pic{
	width: 160px;
	height: 160px;
	border-radius: 80px;
	border: 4px solid white;
	overflow: hidden;
	margin: 0 auto;
}
.des_banner .pic img{
	max-width: 100%;
	display: block;
}
.des_banner .txt{
	text-align: center;
	color: white;
}
.des_banner .txt b{
	color: white;
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.des_banner .txt span{
	color: #999999;
	font-size: 12px;
	padding: 5px 0 10px 0;
	display: block;
}
.des_banner .txt p{
	display: block;
	max-width: 600px;
	color: white;
	margin: 0 auto;
}
.des_banner .txt a{
	margin-top: 20px;
	width: 140px;
	box-shadow:0 4px  6px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 4px  6px rgba(0,0,0,0.2);
	-moz-box-shadow:0 4px  6px rgba(0,0,0,0.2);
	background:-webkit-linear-gradient(#f40417,#e60012);
    background:-o-linear-gradient(#f40417,#e60012);
    background:-moz-linear-gradient(#f40417,#e60012);
    background:linear-gradient(#f40417,#e60012);
}
.des_banner .txt a img{
	display: inline-block;
	margin-right: 10px;
}
.left_des ul{
	display: block;
	width: 100%;
}
.left_des ul li{
	background: white;
	padding: 20px;
	display: block;
	margin-bottom: 20px;
}
.left_des ul li .txt,.left_des ul li .pic{
	overflow: hidden;
	width: 100%;
}
.left_des ul li .txt h4{
	font-size: 20px;
	display: inline-block;
}
.left_des ul li .txt span{
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	color: #666;
}
.left_des ul li .pic{
	padding: 20px 0;
	border-bottom:1px solid #d2d2d2 ;
}
.left_des ul li .pic a{
	width: 100%;
	display: block;
	float: left;
	width: 276px;
	height: 240px;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
}
.left_des ul li .pic a:last-child{
	margin: 0;
}
.left_des ul li .pic a img{
	display: block;
	max-height: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.left_des ul li .more{
	padding-top: 20px;
	overflow: hidden;
	clear: both;
}
.eye {
	overflow: hidden;
	float: left;
	margin-top: 10px;
}
.eye i{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	float: left;
}
.eye b{
	margin: 0 15px;
	font-weight: normal;
}
.eye span{
	float: left;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
.left_des ul li .more a{
	border: 1px solid #D2D2D2;
	background: none;
	color: #000;
	float: right;
}

.left_des ul li:hover{
	box-shadow:0 0 40px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 40px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 40px rgba(0,0,0,0.2);
}
.left_des ul li:hover .txt h4{
	color: #E60012;
}
.left_des ul li:hover .more a{
	color: white;
	background: #E60012;
	border-color: #E60012;
}

.designer_info{
	width: 100%;
	background: white;
	padding: 20px;
}
.designer_info .pic{
	width: 260px;
	height: 312px;
	overflow: hidden;
	position: relative;
}
.designer_info .pic img{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	max-height: 100%;
	min-height: 100%;
}
.designer_info .txt{
	border-bottom: 1px solid #ccc;
	padding: 10px 0 5px 0
}
.designer_info .txt h3{
	display: block;
	font-size: 20px;
}
.designer_info .txt h3 b{
	float: right;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	font-weight: normal;
}
.designer_info .txt p{
	font-size: 14px;
	color: #666;
	padding: 10px 0;
}
.designer_info .txt span{
	display: block;
	line-height: 36px;
	font-size: 14px;
	color: #666;
}
.designer_info .txt span b{
	font-weight: normal;
	float: right;
	color: #000;
}
.designer_info .txt cite{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
/*designer end*/