*{
	list-style-type: none;
	font-family:"微软雅黑";
}
body,html{
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
}
ul{
	padding: 0;
	margin: 0;
}
.cl{
	clear: both;
}
input{
	outline: none;
}
/*banner*/
.banner{
	position: relative;
}
.desc{
	position: absolute;
    width: 60%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 20%;
	text-align: center;
    z-index: 2;
}
.desc h2{
	font-size: 3.4375em;
	
	color: #fff;
}
.desc li{
	width: 19%;
	margin:0 2.5%;
	border:1px solid #fff;
	border-radius: 10px;
	float: left;
}
.desc h3{
	font-size: 2.75em;
    font-family: "Arial";
    color: #fffa7f;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 4%;
    font-weight: bold;
    margin: 0;
}
.desc h4{
	color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.3125em;
    margin: 0;
    font-weight: normal;
    margin-bottom: 15px;
}
/*搜索框*/
.main1{
    border: 1px solid #dbdbdb;
    height: auto;
    border-radius: 5px;
    padding-top: 2%;
    max-width: 1140px;
    width: 80%;
    margin: 0 auto;
}
.main1 span{
	color: #404040;
    text-align: left;
    line-height: 28px;
    font-weight: initial;
    font-size: 14px;
    font-weight: bold;
}
.main1 ul{
	display: inline-block;
}
.sea1>ul>li{
	padding: 0 19px;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    border: 1px solid #fff;
    height: 28px;
    line-height: 28px;
}
.sea1>ul>li:hover{
	color: #d93c32 !important;
    border: 1px solid #d93c32 !important;
}
.choose{
	color: #d93c32 !important;
    border: 1px solid #d93c32 !important;
}
.sea1{
	padding: 0.3% 2%;
	margin-bottom: 20px;
}
.ip1{
	width: 20%;
    height: 30px;
    border: 1px solid #dbdbdb;
    text-indent: 5px;
    line-height: 30px;
    display: inline-block;
    margin: 0 1% 0 0;
}
.ip2{
	width: 100%;
    height: 30px;
    border: 1px solid #dbdbdb;
    text-indent: 5px;
    line-height: 30px;
    display: inline-block;
    margin: 0 1% 0 0;
  
}
.cur{
	border: 1px solid #d93c32;
    box-shadow: 0 0 3px #d93c32;
    -webkit-box-shadow: 0 0 3px #d93c32;
}
.ip3{
	display: inline-block;
	width: 10%;
	position: relative;
	 margin: 0 1% 0 0;
}
.ip3 ul{
	width: 100%;
	border: 1px solid #d93c32;
    background: #fff;
    position: absolute;
    top: 34px;
    z-index: 11;
    display: none;
    border-top: none;

}
.ip3 input{
	text-align: center;
}
.ip4{
	line-height: 26px;
	color: #333;
	font-size:16px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}
.btns{
	background: #d93c32;
    color: #fff;
    border: none;
    display: inline-block;
    height: 30px;
    width: 12%;
    cursor: pointer;
}
/*案例*/
.main2{
	max-width: 1140px;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}
.main2 li{
	width: 27%;
    height: auto;
    float: left;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    margin-bottom: 2%;
    position: relative;
    padding: 1% 2%;
    margin: 0 1%;
    margin-bottom: 20px;
}
.main2 li:hover{
	border-color: #f8d5d3;
    box-shadow: 0 0 6px #f8d5d3;
    -webkit-box-shadow: 0 0 6px #f8d5d3;
    -moz-box-shadow: 0 0 6px #f8d5d3;
    -o-box-shadow: 0 0 6px #f8d5d3;
    background: #f6f6f6;
}
.left{
	width: 24%;
    position: relative;
    float: left;
    margin: 3%;
}
.left img{
	width: 100%;
}
.right{
	margin-left: 10px;
	float: left;
}
.right h4{
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
    height: auto;
    border-bottom: 1px dashed #999;
    padding-bottom: 2%;
    font-weight: normal;
    color: #333;
    font-size: 18px;
}
.right p{
	margin: 5px;
	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    height: 20px;
  
}