.service_img{
	display: none;
}
/*中间电子说明书板块*/

/*说明书的最大div*/
.specification_case{
	width: 100%;
	overflow: hidden;
}

/*这里是内容*/
.specification_content{
	background: #272729;
	overflow: auto;
}

.specification_content>li{
	float: left;
	overflow: hidden;
}
/*电子说明书*/
.electron{
	width: 40%;
	height: 100%;
	
}
.electron_title{
	width: 260px;
	margin: 60px auto;
}
.electron_title p{
	font-size: 26px;
	color: #FAFAFA;
	letter-spacing: 2.22px;
	margin-top: 6px;
	font-family: "DIN-BlackItalic";
}
.electron_xian{
	margin-top: 20px;
	width: 100%;
	height: 3px;
	background: url(../images/Service/Line.png)no-repeat;
	background-position: 100% 100%;
}

.electron h1{
	color: #0069C8;
	font-size: 50px;
	margin-top: -10px !important;
	margin-bottom: 0px !important;
	font-family: "DIN-BlackItalic";
}
/*冰洗*/
.wash{
	width: 20%;
	position: relative;
}
/*彩电*/
.colourTV{
	width: 20%;
	position: relative;
}

/*空调*/
.conditioner{
	width: 20%;
	position: relative;
}

.shadow{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #272729;
    opacity: 0.5;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    cursor: pointer;
    z-index: 99;
}

.shadow_none {
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    
}
.specification_content img{
	width: 100%;
	height: auto;
}

.wash a {
    display: block;
}

.wash .title {
    position: absolute;
    display: block;
    top: 0;
    left: 23px;
    background: rgba(255,255,255, 0.6);
    padding: 63px 18px 8px 18px;
}

.wash .title h2 {
    font-family: "DIN-BlackItalic";
    font-size: 40px;
    color: #282828;
    width: 40px;
}

/*售后服务板块*/

.Customer_case{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.Customer_BG{
	width: 100%;
	height: auto;
}


/*服务内容*/

.serve_case{
	position: absolute;
	top: 50%;
	width: 800px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.Customer_title{
	position: absolute;
	top:60px;
	left: 8%;
	width: 260px;
}
.Customer_title p{
	font-size: 26px;
	color: #FAFAFA;
	letter-spacing: 2.22px;
	margin-top: 6px;
	font-family: "DIN-BlackItalic";
}
.Customer_xian{
	margin-top: 20px;
	width: 100%;
	height: 3px;
	background: url(../images/Service/Line.png)no-repeat;
	background-position: 100% 100%;
}

.Customer_title h1{
	color: #0069C8;
	font-size: 50px;
	margin-top: -10px;
	margin-bottom: 0px !important;
	font-family: "DIN-BlackItalic";
}
.serve_case>li{
	float: left;
	margin-left: 20px;
	/*width: 80px;*/
	height: 90px;
	cursor: pointer;
	position: relative;
}
.serve_icon{
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.make_icon,.complain_icon,.rate_icon,.Notescontact_icon,
.policy_icon,.issue_icon,.mountings_icon,.warranty_icon{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	opacity: 1;
}
.conceal{
	position: absolute;
	width: 200px;
	opacity: 0;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.conceal>p{
	margin: 0 !important;
	font-size: 10px;
	color: #FAFAFA;
	line-height: 22px;
}
.more{
	margin-top: 10px;
	width: 80px;
	line-height: 22px;
	border:2px solid #0069C8;
	border-radius: 4px;
	text-align: center;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	z-index: 10;
}
.more a{
	padding-left: 2px;
	color:#FAFAFA;
	font-size: 12px;
	letter-spacing: 3px;
}
.more:hover{
	background: #1868ff;
}
.conceal:hover{
	opacity: 1;
}
/*服务预约*/
.make{
	margin-left: 0 !important;
}
.make_icon{
	background: url(../images/Service/makeIcon.png)no-repeat;
	background-size: 100% 100%;
}
/*进度查询*/

.rate_icon{
	background: url(../images/Service/rateIcon.png)no-repeat;
	background-size: 100% 100%;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.rate_title{
	opacity: 0.4;
}
.rate_conceal{
	opacity: 1;
}
/*投诉建议*/
.complain_icon{
	background: url(../images/Service/complainIcon.png)no-repeat;
	background-size: 100% 100%;
}
/*联系客服*/
.Notescontact_icon{
	background: url(../images/Service/NotescontactIcon.png)no-repeat;
	background-size: 100% 100%;
}
/*服务政策*/
.policy_icon{
	background: url(../images/Service/policyIcon.png)no-repeat;
	background-size: 100% 100%;
}
/*常见问题*/
.issue_icon{
	background: url(../images/Service/issueIcon.png)no-repeat;
	background-size: 80% 100%;
	background-position: 3px 0;
}
/*延保配件*/
.mountings_icon{
	background: url(../images/Service/mountingsIcon.png)no-repeat;
	background-size: 100% 100%;
}
/*电子保修卡*/
.warranty{
	width: 98px !important;
}
.warranty_icon{
	background: url(../images/Service/warrantyIcon.png)no-repeat;
	background-size: 80% 100%;
	background-position: 3px 0;
}
.serve_title{
	margin-top: 16px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #FAFAFA;
	letter-spacing: 2px;
	opacity: 1;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}


.this_icon {
    background: url(../images/Service/rateIcon.png)no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.service_item {

}

.serve_case > li:first-child {
    margin-left: 0 !important;
}

.service_img_big {
    display: block;
}

.service_img {
    display: none;
}