﻿body { font-family:"microsoft yahei", -apple-system-font, "Helvetica Neue", sans-serif;}
* { margin: 0; padding: 0; font-size: 15px; }
a img { border: 0; }
a { text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); color:#666;}
h3 { font-weight: normal; }
ul,ol,menu { list-style: none outside none; }
img{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;vertical-align:middle;border:0;margin: 0 auto}
.clear { clear: both; height: 0px; font-size: 0px; visibility: hidden; line-height: 0; }
.clearfix:after { clear: both; content: "\200B"; display: block; height: 0; }
.clearfix { *zoom: 1; }

/*本页样式*/
.main{
	background-color: #BBE8EE;
	padding-bottom: 15px;
}
.container{
	width: 96%;
	margin-top: 3%;
	margin: 0 auto;
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
	background-color: #F3FDFF;
}
.banner{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.title{
	padding: 0 15px 10px 15px; 
	border-bottom: 1px solid #C3C9D0;
}
.h1_title{
	font-size: 0.5rem;
	line-height: 0.6rem;
	margin-top: 20px;
}
.title h2{
	margin-top: 10px;
	font-size: 0.4rem;
	line-height: 0.6rem;
}
.title p{
	font-size: 14px;
	line-height: 20px;
}
.title .phone{
	margin-top: 20px;
}
/*装修模式*/
.list{
	padding: 40px 15px 0 15px;
}
.list p{
	font-size: 0.43rem;
	font-weight: bold;
	margin-bottom: 6px;
}
.list ul{
	border:1px solid #C3C9D0;
	font-weight: bold;
	background-color: #FAFEFF;
	font-size: 14px;
	border-radius: 3px;
}
.list ul li{
	padding: 10px;
	border-bottom: 1px solid #C3C9D0;
}
.list ul li:last-child {
	border-bottom:none;
}
.list ul li span{
	line-height: 20px;
	vertical-align: middle;
}
input[type="checkbox"]{
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
	background: #fff url(../image/blue.png);
	outline: none;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-position: 107px 0;
	margin-right: 3px;
}
input[type="checkbox"]:checked{
	background-position: 63px 0;
}
.other_input{
	display: block;
	width: 100%;
	margin-top: 10px;
	height: 40px;
	border:1px solid #C3C9D0;
	border-radius: 3px;
	outline: none;
	text-indent: 10px;
}
.home{
	padding: 40px 15px 0 15px;
}

.home p{
	font-size: 0.43rem;
	font-weight: bold;
}
.home p span{
	color: #FF3824;
}
.home input{
	width: 100%;
	margin-top: 6px;
	border:1px solid #C3C9D0;
	border-radius: 3px;
	height: 40px;
	line-height: 40px;
	outline: none;
	text-indent: 10px;
}
.home i{
	display: block;
	font-size:14px;
	height: 20px;
	line-height:20px;
	font-style: normal;
	color: #545454;
}
.footer{
	margin-top: 40px;
	padding: 30px 15px 20px 15px; 
	border-top:1px solid #C3C9D0;
}
.footer a{
	display: block;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #007D8F;
	border-radius: 3px;
	color: #fff;
	font-size: 0.4rem;
	text-decoration: none;
}
.tips{
	display: none;
	margin-top: 3px;
}
.tips em{
	display: inline-block;
	width: 13px;
	height: 13px;
	line-height: 13px;
	border-radius: 13px;
	background-color: #FF2851;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.tips span{
	padding-left: 5px;
	font-size: 13px;
	color: #FF2851;
}