.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}
.fr {
    float: right !important
}
.fl {
    float: left !important
}
.scale-img:hover img{
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	transform-origin: center center;
}
.scale-img img{
	-webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    transition: transform .5s ease-out;
}
html,body{background-color: #fff;}
.main{
	margin: 0 auto;
	width: 1000px;
}
.top1, .top1 .main {
	position: relative;
    height: 800px;
    background: url(../images/cityalliance/banner1.png?v=1) center top no-repeat;
}
.hot-tel{
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -260px;
	width: 520px;
	text-align: center;
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow:0px 5px 10px rgba(118,4,0,1);
}
.btn-more{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 24px;
	background: -webkit-linear-gradient(-90deg, #FF1C14, #FF790F); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(-90deg, #FF1C14, #FF790F); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-90deg, #FF1C14, #FF790F); /* Firefox 3.6 - 15 */
	background: linear-gradient(-90deg, #FF1C14, #FF790F); /* 标准的语法（必须放在最后） */
	box-shadow: 0px 10px 30px 0px rgba(255,9,0,0.5);
}
.top2, .top2 .main {
    height: 800px;
    background: url(../images/cityalliance/support.png) center top no-repeat;
}
.introduce{
	height: 200px;
	background-color: #FFF9F2;
}
.introduce .logo{
	margin: 36px 40px 0 0;
}
.introduce .logo a{
	display: block;
	width: 182px;
	height: 112px;
	background: url(../images/cityalliance/logo-cdd.png) center top no-repeat;
}
.intro{
	margin-top: 56px;
	width: 778px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	text-indent: 2em;
}
.bt{
	width: 150px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center top;
}
.product .bt{
	margin: 120px auto 60px;
	background-image: url(../images/cityalliance/bt-product.png);
}
.product-list{
	padding: 0 15px;
}
.product-list li{
	float: left;
	margin-bottom: 120px;
	width: 220px;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center top;
}
.product-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.product-list li+li{
	margin-left: 30px;
}
.product-list li:nth-child(1){
	background-image: url(../images/cityalliance/product01.png);
}
.product-list li:nth-child(2){
	background-image: url(../images/cityalliance/product02.png);
}
.product-list li:nth-child(3){
	background-image: url(../images/cityalliance/product03.png);
}
.product-list li:nth-child(4){
	background-image: url(../images/cityalliance/product04.png);
}
.profit,.step{
	background-color: #FFFDFA;
}
.profit .main{
	padding-top: 80px;
}
.profit .bt{
	margin: 0 auto 130px;
	background-image: url(../images/cityalliance/bt-profit.png);
}
.profit-list li{
	float: left;
	margin-bottom: 250px;
	width: 250px;
	height: 300px;
	text-align: center;
	cursor: pointer;
}
.profit-list li .pic{
	margin: 48px auto 10px;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
}
.profit-list li:nth-child(1) .pic{
	background-image: url(../images/cityalliance/icon-profit01.png);
}
.profit-list li:nth-child(2) .pic{
	background-image: url(../images/cityalliance/icon-profit02.png);
}
.profit-list li:nth-child(3) .pic{
	background-image: url(../images/cityalliance/icon-profit03.png);
}
.profit-list li:nth-child(4) .pic{
	background-image: url(../images/cityalliance/icon-profit04.png);
}
.profit-list li:nth-child(1):hover .pic{
	background-image: url(../images/cityalliance/icon-profit01-hover.png);
}
.profit-list li:nth-child(2):hover .pic{
	background-image: url(../images/cityalliance/icon-profit02-hover.png);
}
.profit-list li:nth-child(3):hover .pic{
	background-image: url(../images/cityalliance/icon-profit03-hover.png);
}
.profit-list li:nth-child(4):hover .pic{
	background-image: url(../images/cityalliance/icon-profit04-hover.png);
}
.profit-list li h3{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #595959;
}
.profit-list li p{
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #999;
}
.profit-list li:hover{
	background: url(../images/cityalliance/profit-bg-hover.png) center top no-repeat;
}
.profit-list li:hover h3,.profit-list li:hover p{
	color: #fff;
}
.condition .bt{
	margin: 120px auto 125px;
	background-image: url(../images/cityalliance/bt-condition.png);
}
.condition-list{
	padding: 0 20px;
}
.condition-list li{
	position: relative;
	float: left;
	margin-bottom: 210px;
	width: 180px;
	height: 230px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.condition-list li+li{
	margin-left: 15px;
}
.condition-list li img{
	width: 100%;
	height: 100%;
}
.condition-list li .condition-top{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 114px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center top;
}
.condition-list li:nth-child(1) .condition-top{
	background-image: url(../images/cityalliance/condition-one.png);
}
.condition-list li:nth-child(2) .condition-top{
	background-image: url(../images/cityalliance/condition-two.png);
}
.condition-list li:nth-child(3) .condition-top{
	background-image: url(../images/cityalliance/condition-three.png);
}
.condition-list li:nth-child(4) .condition-top{
	background-image: url(../images/cityalliance/condition-four.png);
}
.condition-list li:nth-child(5) .condition-top{
	background-image: url(../images/cityalliance/condition-five.png);
}
.condition-list li p{
	position: absolute;
	left: 15px;
	right: 15px;
	top: 115px;
	line-height: 24px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.step .main{
	padding-top: 120px;
}
.step .bt{
	margin: 0 auto 160px;
	background-image: url(../images/cityalliance/bt-step.png);
}
.step-pic{
	margin: 0 auto;
	width: 950px;
	height: 117px;
	background: url(../images/cityalliance/pic-step.png) center top no-repeat;
}
.step .step-con{
	margin: 100px auto 60px;
	padding: 30px 0 40px;
	width: 900px;
	height: 195px;
	text-align: center;
	background-color: #FFE7CC;
	border-radius: 20px;
}
.step-con h3,.fixed-form-con h3{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0A01;
}
.step-con p,.fixed-form-con p{
	font-size: 16px;
	line-height: 16px;
	color: #FF0A01;
}
.step-con .apply-form{
	position: relative;
	margin: 30px auto 25px;
}
.step-con input,.fixed-form-con input{
	padding: 10px;
	width: 200px;
	height: 38px;
	font-size: 16px;
	background-color: #fff;
	border-radius: 5px;
}
.step-con input+input,.fixed-form-con input+input{
	margin-left: 18px;
}
.btn-apply,.btn-apply1{
	display: inline-block;
	margin-left: 18px;
	width: 200px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	background: -webkit-linear-gradient(-90deg, #FF1C14, #FF790F); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(-90deg, #FF1C14, #FF790F); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(-90deg, #FF1C14, #FF790F); /* Firefox 3.6 - 15 */
	background: linear-gradient(-90deg, #FF1C14, #FF790F); /* 标准的语法（必须放在最后） */
}
.error-text{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -140px;
	width: 280px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
}
.map{
	background: -webkit-linear-gradient(rgba(255,114,2,.6), rgba(202,7,0,.6)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(255,114,2,.6), rgba(202,7,0,.6)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(255,114,2,.6), rgba(202,7,0,.6)); /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(255,114,2,.6), rgba(202,7,0,.6)); /* 标准的语法（必须放在最后） */
}
.map .main{
	padding: 120px 0 160px;
}
.map .bt{
	margin: 0 auto;
	background-image: url(../images/cityalliance/bt-city.png);
}
.map-pic{
	margin: 0 auto;
	width: 880px;
	height: 740px;
	background: url(../images/cityalliance/map.png) center top no-repeat;
}
.fixed-form{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 999;
}
.fixed-form-con{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 240px;
	margin-top: -120px;
	margin-left: -150px;
	background-color: #FFE7CC;
	border-radius: 5px;
	text-align: center;
}
.fixed-form-con h3{
	margin: 20px 0;
}
.fixed-form-con .form-group{
	margin-bottom: 10px;
}
.fixed-form-con .btn-apply1{
	margin-left: 0;
}
.btn-close{
	position: absolute;
	cursor: pointer;
	right: -33px;
	top: 5px;
	width: 20px;
	height: 20px;
	color: #fff;
	background: url(../images/cityalliance/close.png) center center no-repeat;
}
