﻿@charset "utf-8";
.case_background{
	width: 100%;
	height: 270px;
	background: url(../img/case_background.png) no-repeat center;
	text-align: center;
	position: relative;
}
.case_background .figcaption{
	width: 100%;
	height: auto;
	position: absolute;
	top: 40%;
	left:0;
}
.case_background .figcaption h1{
	padding:16px 0;
	padding-left: 75px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #fff;
	font-size: 30px;
	margin: 0;
	width: 500px;
	line-height: 50px;
	text-shadow: 2px 3px 3px rgba(219,145,51,1);
	
}
.section_case{
	margin: 60px auto;
	margin-bottom: 60px;
	position: relative;
}

.case_info{
	padding: 0 ;
}
.case_info .case_top{
	border-bottom: 1px solid #666;
	padding: 40px 0;
}
.case_info h2{
	float: left;
}
.case_info .case_top .btns{
	float: right;
	font-size: 0;
	
}
.case_info .case_top .btns .transCell{
	    transition: all 0.4s;
	    text-align: center;
	    font-size: 18px;
	    font-weight: bold;
	    display: inline-block;
	    *zoom: 1;
	    *display: inline;
	    border: 1px solid #ddd;
	    width: 140px;
	    height: 44px;
}
.case_info .case_top .btns .transCell a{
	font-size: 30px;
	display: block;
	line-height: 44px;
	color: #999;
	font-family:'宋体' ;
}
.case_info .case_top .btns .transCell a:hover{
	color: #F8C205;
}
.case_info article h4{
	color: #ff9300;
	padding: 20px 0;
}
.case_info article .article{
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.case_info article  p{
	font-size: 16px;
	color: #333;
	line-height: 36px;
	text-align: left;
}
.case_info article img{
	margin: 30px auto;
	max-width: 100%;
}
.case_info .related{
	margin: 10px auto;
	margin-bottom: 50px;
}
.case_info .related h4,h5{
	font-size: 18px;
	color: #333;
	padding: 14px 0;
}
.case_info .related h4{
	float: left;
}
.case_info .related h5{
	padding-left: 30px;
	float: right;
	background: url(../img/go_back.png) no-repeat left;
}
.case_info .related h5:hover{
	color: #F8C205;
	background: url(../img/go_back_in.png) no-repeat left;
}
.case_info .related ul{
	font-size: 0;
	margin-top: 10px;
}
.case_info .related ul li{
	width: 292px;
	height: 292px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.case_info .related ul li img{
	max-width: 100%;
}
