/*
* @Author: Administrator
* @Date:   2018-04-03 10:33:37
* @Last Modified by:   Administrator
* @Last Modified time: 2018-04-13 16:41:42
*/
body{
	background-color: #fff;
}
.appHeader{
	width: 1225px;
	margin: 0 auto;
	height: 90px;
	overflow: hidden;
	zoom: 1;
}
.headLeft{
	float: left;
	padding-top: 18px;
	padding-left: 55px;
}
.appHeader h3{
	float: right;
	height: 90px;
	line-height: 90px;
	margin-right: 20px;
}
.appHeader h3 a{
	font-size: 18px;
	color: #f93777;
}
.bannerBg{
	position: relative;
	width:100%; 
	min-width: 1225px;
	height:706px;
	text-align:center; 
	background:#fb4066 url(/Images/86new/cousor88_bg.jpg?v=0409) no-repeat center;
}
.appContentList{
	width: 1225px;
	margin: 0 auto;
	padding-top: 80px;
}
.appContentList li{
	overflow: hidden;
	zoom: 1;
	margin-bottom: 70px;
}
.appContentList .conText{
	float: left;
	padding: 220px 60px;
	color: #252525;
}
.appContentList .imgBox{
	float: right;
}
.conText h3{
	font-size: 44px;	
	line-height: 100px;
}
.conText p{
	font-size: 30px;
	width: 580px;
	line-height: 50px;
}
.conText .text_app{
	font-size: 26px;
}
.appContentList .imgBox.left{
	float: left;
}
.appContentList .conText.right{
	float: right;
	padding: 220px 16px;
}
.appContentList .conText.con4{
	padding: 20px 16px;
}