
.bckPhone{
	height: 800px;
	width: 100%;
	background-image: url(../img/zeroCarry.jpg) ;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;	
	background-size: cover;
	position: relative;	
}
/*操作内容*/
.containter{
	margin: 0 auto;
	width: 1200px;
}
.content{
	z-index: 999;
	height: 600px;
	padding-top: 0px !important;
}
.content_logo{
    text-align: center;
	width: 100%;
	height: 80px;
    line-height: 80px;
}
.circle{
	width: 100px;
	height: 100px;
	-webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
}

.circle:hover{
	transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}

.center{
	width: 80px;
	height: 96px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
}
.content_title{
	text-align: center;
	width: 100%;
	font-size: 20px;
	margin: 30px 0 14px;
}

/*财务结算配图*/
.moneyJiesuan{
	height: 500px;
	width: 100%;
	background-image: url(../img/caiwujiesuan.png) ;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;	
	background-size: cover;
	position: relative;	
	margin: 100px 0;
}

