.breadcrumb{
	margin-top: 80px;
	width: 1230px;
	height: 60px;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.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;
	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 dd:nth-child(12){
	margin-left: 110px;
}
.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;
}
.caseimglist,.casevrlist,.casegdlist{
	width: 100%;
	padding:30px 0;
	overflow: hidden;
}
.caseimglist ul,.casevrlist ul,.casegdlist ul{
	display: block;
	width: 1230px;
	margin: 0 auto;
}
.caseimglist ul li{
	float: left;
	display: block;
	width: 605px;
	background: white;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.caseimglist ul li:nth-child(odd){
	margin-right: 20px;
}
.caseimglist ul li .pic{
	width: 100%;
	height: 364px;
	overflow: hidden;
	position: relative;
}
.caseimglist ul li .pic img{
	display: block;
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.caseimglist ul li .txt{
	padding: 20px;
	font-size: 14px;
	color: #666;
}
.caseimglist ul li .txt .tit{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.caseimglist ul li .txt span{
	display: inline-block;
	margin: 0 10px;	
}
.caseimglist ul li .txt span:nth-child(2){
	margin-left: 0;
}
.caseimglist ul li .case_des{
	position: absolute;
	right: 20px;
	top: 322px;
}
.des_photo{
	width: 80px;
	height: 80px;
	border:4px solid white;
	border-radius: 40px;
	overflow: hidden;
}
.des_photo img{
	display: block;
	max-width: 100%;
}
.des_name{
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
.caseimglist 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);
}
.caseimglist .more,.casevrlist .more{
	position: absolute;
	left: 0;
	top: 324px;
	clear: right;	
}
.caseimglist .more a,.casevrlist .more a{
	width: 130px;
	height: 40px;
	display: block;
	float: left;
	background: #E60012;
	transform:skew(30deg); /*设置倾斜度为-30*/   
	-webkit-transform: skew(30deg);   
	-moz-transform: skew(30deg);   
	-o-transform:skew(30deg);   
	-ms-transform:skew(30deg); 
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	position: relative;
	position: absolute;
	left: -140px;
	top: 0;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	z-index: 9;
}
.caseimglist .more a b,.casevrlist .more a b{
	transform:skew(-30deg); /*设置倾斜度为-30*/   
	-webkit-transform: skew(-30deg);   
	-moz-transform: skew(-30deg);   
	-o-transform:skew(-30deg);   
	-ms-transform:skew(-30deg);
	display: block;
	font-weight: normal;
}
.caseimglist .more a:first-child:before,.casevrlist .more a:first-child:before{
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	background: #E60012;
	transform:skew(-30deg); /*设置倾斜度为-30*/   
	-webkit-transform: skew(-30deg);   
	-moz-transform: skew(-30deg);   
	-o-transform:skew(-30deg);   
	-ms-transform:skew(-30deg);
}
.caseimglist .more a:last-child,.casevrlist .more a:last-child{
	background: rgba(0,0,0,0.5);	
	transition: all 0.4s ease-in;
	z-index: 8;
}
.caseimglist li:hover .more a:first-child,.casevrlist li:hover .more a:first-child{
	left: 0;
}
.caseimglist li:hover .more a:last-child,.casevrlist li:hover .more a:last-child{
	left: 130px;
}


/*casevrlist begin*/
.casevrlist ul li{
	width: 396px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	background: white;
	overflow: hidden;
	position: relative;
}
.casevrlist ul li:nth-child(3n){
	margin-right: 0;
}
.casevrlist ul li .pic{
	width: 396px;
	height: 280px;
	overflow: hidden;
}
.casevrlist ul li .pic img,.casevrlist ul li .pic img{
	max-width: 100%;
	display: block;
	transition: all 0.2s ease-in;
}
.casevrlist ul li .txts,.casevrlist ul li .txt{
	padding: 26px 30px 30px 30px; 
	position: relative;	
}

.casevrlist ul li .txts:before{
	content: "";
	background: url(../images/VR_icon.png) no-repeat left top;
	display: block;
	width: 42px;
	height: 24px;
	right: 20px;
	top: -260px;
	position: absolute;
}
.casevrlist ul li .txts h3,.casevrlist ul li .txt h3{
	font-size: 20px;
	padding-bottom: 4px;
	text-align: center;
	font-weight: bold;
}
.casevrlist ul li .txts p,.casevrlist ul li .txt p{
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 34px;
	display: block;
	height: 34px;
}

.casevrlist 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);
}

.casevrlist ul li:hover .pic img{
	transform: scale(1.05);
}
.casevrlist .more{
	top: 240px;
}
/*casevrlist end*/

/*casexqlist begin*/
.caseXQ{
	background: url(../images/caseXQ_searchbg.jpg) no-repeat center top;
	height: 240px;
	overflow: hidden;
}
.caseXQ_search{
	width: 620px;
	height: 160px;
	margin: 40px auto;
	background: white;
	padding: 30px 120px;
	position: relative;
}
.caseXQ_search h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.XQsearch{
	border-radius: 20px;
	font-size: 14px;
	padding-right: 90px;
}
.sub_btn{
	border-radius:20px;
	background:url(../images/search_btn_red.png) no-repeat center top;
	width: 80px;
	position: absolute;
	right: 120px;
	top: 71px;
}
.caseXQ_search p{
	display: block;
	font-size: 12px;
	line-height: 28px;
	padding: 0 10px;
}
.caseXQ_search p a{
	color: #666;
	margin: 0 5px;
}
.caseXQ_search p a:hover{
	color: #e60012;
	text-decoration:underline !important; 
}
.eye,.adress{
	display: table;
	margin: 14px auto;
}
.eyes{
	display: table;
	margin: 0 !important;
	float: right;
}
.eye i,.adress i{
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.eye i img{
	display: block;
	margin-top: 4px;
}
.eye span{
	display: inline-block;
	color: #666;
	font-size: 12px;
}

.adress i img{
	display: block;
}
.adress span{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 300px;
}
.adress{
	margin-bottom: 0;
}
/*casexqlist end*/

/*casegdlist begin*/
.casegdlist li{
	display: block;
	float: left;
	background: white;
	width: 605px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 20px;
}
.casegdlist li:nth-child(even){
	margin-right: 0;
}
.casegdlist ul li .pic{
	width: 285px;
	height: 200px;
	float: left;
	overflow: hidden;
}
.casegdlist ul li .pic img{
	max-width: 100%;
	display: block;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.casegdlist ul li .txt{
	width:280px;
	float: left;
	clear: right;
	padding: 10px 0 10px 20px;
}
.casegdlist ul li .txt .name{
	display: block;
	font-size: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.casegdlist ul li .txt span{
	display:block;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	width: 50%;
	float: left;
}
.casegdlist ul li .txt .gdmore{
	width: 100%;
	padding-top: 30px;
	clear: left;
}
.casegdlist ul li .txt .gdmore a:first-child{
	background: none;
	border: 1px solid #009688;
	color: #009688;
	width: 120px;
}
.casegdlist ul li .txt .gdmore a:last-child{
	background: #E60012;
	width: 120px;
	margin-left: 20px;
}
.casegdlist ul li .jd{
	width: 100%;
	float: left;
	border-top: 1px solid #d2d2d2;
	margin-top: 20px;
	padding-top: 30px;
}
.casegdlist ul li .stage_info{
	width: 100%;
	position: relative;
}
.casegdlist ul li .stage_info:before{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background:url(../images/stage_down.jpg) left top;
	border-radius: 2px;
	z-index: 1;
}
.casegdlist ul li  .stage_info .onstage{
	display: block;
	height: 4px;
	position: relative;
	background:#009688;
	border-radius: 2px;
	z-index: 2;
}
.casegdlist ul li .stage_info .onstage:before{
	content: "";
	width: 24px;
	height: 24px;
	background: white;
	border: 4px solid #009688;
	position: absolute;
	right: 0;
	top: -11px;
	border-radius: 12px;
	box-sizing: border-box;
}
.casegdlist ul li .stage_info .onstage:after{
	content: "";
	width: 6px;
	height: 6px;
	background: white;
	background: #009688;
	position: absolute;
	right: 9px;
	top: -2px;
	border-radius: 6px;
}
.on1{
	width: 64px;
}
.on2{
	width: 150px;
}
.on3{
	width: 245px;
}
.on4{
	width: 340px;
}
.on5{
	width: 435px;
}
.on6{
	width: 530px;
}
.casegdlist ul li  .stage_txt{
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
	display: table;
}
.casegdlist ul li .stage_txt span{
	width: 94px;
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.casegdlist 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);
}
.casegdlist ul li:hover .pic img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.casegdlist ul li:hover .name{
	color: #e60012;
}

/*casegdlist end*/

/*xqinfo begin*/
.xqinfo{
	width: 1230px;
	margin: 0 auto;
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}
.xqinfo .leftclu{
	width: 910px;
	height:320px;
	background: white;
	padding: 20px;
	display: -webkit-box;
	float: left;
}
.xqinfo .leftclu .pic{
	width: 400px;
	height: 280px;
	overflow: hidden;
}
.xqinfo .leftclu .pic img{
	display: block;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}
.xqinfo .leftclu .txt{
	padding-left: 20px;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	position: relative;
}
.xqinfo .leftclu .txt .name{
	font-size: 20px;
}
.xqinfo .leftclu .txt .eye{
	float: right;
	margin: 0;
}
.xqinfo .leftclu .txt .cont{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin: 15px 0;
	max-height: 196px;
	overflow: hidden;
}
.xqinfo .leftclu .adress{
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 100%;
	padding-right: 20px;	
}
.xqinfo .leftclu .adress span{
	width: 420px;
}
.rigclu{
	width: 300px;
	height: 320px;
	float: right;
	background: url(../images/xqformbg.jpg) no-repeat left top;
	padding: 95px 40px 0 40px;
}
.rigclu .layui-input-block{
	margin-left: 0;
	font-size: 14px;
	position: relative;
}
.rigclu .layui-input-block span{
	position: absolute;
	right: 10px;
	top: 6px;
}
.rigclu .layui-input-block .sub_btns{
	background: #fde125;
	width: 100%;
	color: #000;
}
/*xqinfo end*/
.case_title{
	margin: 0 auto;
	width: 1230px;
	padding-left: 15px;
	position: relative;
	font-size: 20px;
}
.ca2{
	margin: 0 auto;
}
.case_title:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 20px;
	background: #e60012;
}
.case_title a{
	float: right;
	font-size: 14px;
	color: #666;
}
.case_title a:hover{
	color: #E60012;
}
