.app{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 80px;
}
.app-title{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 40px;
}
.app-title h2{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	color:#333;
}
.app-top{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto ;
}
.app-top ul li{
	width: 550px;
	height: 550px;
	float: left;
	box-shadow: 0px 0px 15px rgba(5,27,35,0.14);
	margin: 0px 25px;
	padding: 41px 88px 68px 83px;
	text-align: center;
}
.app-top ul li h2,.app-top ul li p{
	text-align: left;
}
.app-top ul li img{
	margin: 15px 0px;
}

.app-top ul li h2{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}
.app-top ul li p{
	font-size: 16px;
	line-height: 28px;
	color: #7d7d7d;
}


.solve{
	width: 100%;
	height: auto;
	min-width: 1200px;
	zoom: 1;
	overflow: hidden;
	padding: 80px 0px;
	background: #373d41;
}
.solve-title{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 40px;
	
}
.solve-title h2{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	color: #ffff;
	margin-bottom: 20px;
}
.solve-title p{
	text-align: center;
	font-size: 18px;
	color: #bbbbbb;
}
.solve-top{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 20px auto;
}
.solve-top ul li{
	width: 240px;
	height: 320px;
	float: left;
	position: relative;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.solve-text{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.solve-text-top{
	position: absolute;
	width: 240px;
	height: 320px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161a1d;
    opacity: .6;
    /*filter: alpha(opacity=60);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));*/
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.solve-tex-bum{
	position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.solve-text-im{
	position: relative;
    width: 46px;
    height: 50px;
    display: inline-block;
}
.solve-text-im1{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.solve-text-im2{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4,0,.2,1);	
}
.solve-text-xian-div{
	width: 20px;
    height: 2px;
    background: #fff;
    display: inline-block;
    transition: all .4s cubic-bezier(.4,0,.2,1);
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}
.solve-text-title{
	color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: 700;
    transition: all .4s cubic-bezier(.4,0,.2,1);
}
.solve-text-wenzi{
	opacity: 0;
	font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    padding: 0 23px;
    line-height: 24px;
    height: 72px;
    transition: all .4s cubic-bezier(.4,0,.2,1);
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}
.solve-top ul li:hover .solve-tex-bum{
	top: 50px;
}
.solve-top ul li:hover .solve-text-xian-div{
	opacity: 0;
}
.solve-top ul li:hover .solve-text-top{
	background: rgb(6,153,179);
}
.solve-top ul li:hover .solve-text-im1{
	opacity: 0;
}
.solve-top ul li:hover .solve-text-im2{
	opacity: 1;
}
.solve-top ul li:hover .solve-text-title{
	margin-top: -3px;
}
.solve-top ul li:hover .solve-text-wenzi{
	opacity: 1;
	margin-top: 30px;
}





.consult{
	width: 100%;
	height: auto;
	min-width: 1200px;
	zoom: 1;
	overflow: hidden;
	padding: 80px 0px;
	background: #f7f8fa;
	margin-bottom: 20px;
}
.consult-title{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 40px;
	
}
.consult-title h2{
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	color: #333333;
	margin-bottom: 20px;
}
.consult-title p{
	text-align: center;
	font-size: 16px;
	color: #999999;
}

.consult-top{
	width: 1200px;
	min-width: 1200px;
	height: auto;
	margin: 20px auto;
}
.consult-l{
	width: 600px;
	height: 530px;
	float: left;
	background: url(../img/app/consult-bg.png)center no-repeat;
	padding-top: 50px;
	padding-left: 40px;
	position: relative;
}


.consult-l ul li{
	width: 290px;
	height: 110px;
	box-shadow: 0px 0px 20px rgba(5,27,35,0.1);
	margin-bottom: 50px;
	padding: 0px;
	text-align: center;
	padding: 0px 40px 0px 30px;
}
.consult-l ul li h3{
	font-size: 28px;
	color: #333333;
	font-weight: normal;
	line-height: 110px;

}
.consult-l ul li img{
	width: 49px;
	height: 49px;
margin-top: 30px;
}
.consult-r{
	width: 600px;
	height: 530px;
	float: right;
	text-align: right;
}
.consult-r img{
	height: 530px;
}

.consult-posi{
	width: 110px;
	height: 305px;
	box-shadow: 0px 0px 20px rgba(5,27,35,0.1);
	position: absolute;
	right: 20px;
	top: 110px;
	padding: 15px 30px;
	text-align: center;
}
.consult-posi h3{
	font-size: 28px;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.consult-posi img{
	width: 49px;
	height: 49px;
}