.banner{
	margin-top: 71px !important;
}
.banner-person{
	width: 60px;
	height: 60px;
	color: white;
	background-color: rgba(0,0,255,0.8);
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 50px;
	z-index: 3;
}
.banner-person>p:nth-child(1){
	font-size: 30px;
	margin-bottom: 5px;
}
.banner-person>p:nth-child(2){
	font-size: 13px;
}
/*中部*/
.center{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.center .h1{
	color:#204da2;
	text-align: center;
	padding:10px;
}
.center .main .h2{
	background: url('../../img/jjfa/title.png') no-repeat;
	background-size: cover;
	color:#fff;
	font-size:18px;
	padding:12px 20px;
}
.center .main .u-img img{
	width:100%;
}
.center .main .h2>span{
	font-size:12px;
	margin-left:16px;
}
.main{
	margin-top: 30px;
	/* height: 270px; */
}
.main>h2{
	font-size: 30px;
	color: #333;
	/* margin-left: 150px; */
	width:100%;
}
.main>p{
	color: #666;
	font-size: 17px;
	text-indent: 2rem;
	line-height: 35px;
	width:1100px;
	margin:20px auto 0px auto;
}



.develop,.good{
	width: 1200px;
	height: 600px;
	margin: auto;
	position: relative;
	
}

.develop>.wire1,.develop>.wire2,
.good>.wire1,.good>.wire2
{
	width: 486px;
	border-top: 1px solid #666;
	position: absolute;
	top: 62px;
	overflow: hidden;
}
.develop>.wire1,.develop>.wire2{
	width: 422px;
}
.develop>.wire1,
.good>.wire1
{
	left: 0px;
}

.develop>.wire2{
	left: 780px;
}
.good>.wire2
{
	left: 715px;
}

.develop>.wire3,.develop>.wire4,
.good>.wire3,.good>.wire4
{
	width: 7px;
	height: 7px;
	background-color: #666;
	border-radius: 50%;
	position: absolute;
	top: 59px;
}
.develop>.wire3{
	left: 416px;
}
.good>.wire3
{
	left: 480px;
}
.develop>.wire4{
	left: 780px;
}
.good>.wire4
{
	left: 715px;
}
.develop>p:nth-of-type(1),
.good>p:nth-of-type(1)
{
	font-size: 30px;
	color: #333;
	position: absolute;
	top:40px;
	left: 50%;
	transform: translateX(-50%);
}

.box-develop{

	
}
.develop{	
	height:870px ;
}
.develop>img{	
	width: 100%;
}
.good>ul{
	width: 100%;
	height: 400px;
/*	border: 1px solid red;	*/
   position: absolute;
   top:120px;
   left: 0px;
    
	
}
.good>ul>li{
	width: 20%;
	height: 420px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	margin-left: 55px;
	padding-left: 8px;
	padding-right: 8px;
	transition: all 2s;
	position: relative;
}
.good>ul>li>p:nth-of-type(1){
	font-size: 20px;
	color:#555;
}
.good>ul>li>p:nth-of-type(2){
	margin-top: 20px;
	text-align: left;
	color: #666;
}
.good>ul>li>p:nth-of-type(3){
	width: 80px;
	height: 25px;
	background-color: #3399FF;
	border-radius:3px ;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.good>ul>li>p:nth-of-type(3)>a{
	color: rgba(255,255,255,.7);
	font-size: 14px;
}

.good>ul>li:hover{
	transform: translateY(-20px);
	box-shadow: 0 0 5px 3px #aaa;
}

.good>ul>li:hover>p:nth-of-type(3){	
	background-color: red;
}
/*服务*/
.ser-con{
	height: 450px;
	/*border: 1px solid red;*/
	margin-top: -30px;
}
.ser-con>p{
	font-size: 30px;
	color: #666;
	margin:0 0 25px 130px;
}
.ser-con>ul{
	margin-bottom: 30px;
}

.ser-con>ul>dt{
	margin-left: 150px;
	color: #666;
	
}
.ser-con>ul>dt>span:nth-child(1){
	font-size: 40px;		
}
.ser-con>ul>dt>span:nth-child(2){
	display: inline-block;
	font-size: 20px;
	transform: translate(10px,-8px);		
}
.ser-con>ul>li{
	list-style: disc;
	color: #3399FF ;
	margin-left: 230px;	
}
.ser-con>ul>li>span:nth-child(1){
	color:#3399FF;
}
.ser-con>ul>li>span:nth-child(2){
	display: inline-block;
	transform: translateX(10px);
	color:#666;
}
/*应用解决方案*/

.use{
	background-color: 	#F5FFFA;
	padding-top: 20px;
	height: 600px;
}
.use>p{
	color: #666666;
	font-size: 30px;
	text-align: center;
}
.use>ul{
	width: 1300px;
	margin: auto;
	transform: translateX(-35px);
}
.use>ul>li{
	width: 180px;
	height: 120px;
	background-color:#E8E8E8;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 5px  5px #aaa;
	cursor: pointer;
	float: left;
	margin:40px 0 0 80px;
	position: relative;
}
.use>ul>li:hover{
	background-color: rgba(255,255,255,1);
	color: 	#00BFFF;
	box-shadow: 0 1px  5px #aaa;
}


.use>ul>li>p:nth-child(1){
	font-size: 50px;
	line-height: 50px;
	padding-top: 20px;
}
.use>ul>li>p:nth-child(2){
	/*color: #333;*/
	font-size: 18px;
	line-height: 50px;

}
.triangle{
	width: 0px;
	height: 0px;
	border-bottom:none;
	border-right: 13px solid transparent;
	border-top: 13px solid white;
	border-left: 13px solid transparent;
	position: absolute;
	top: -14px;
	left: -13px;
	display: none;
}
.triangle1{
	width: 0px;
	height: 0px;
	border-bottom:none;
	border-right: 14px solid transparent;
	border-top: 14px solid #aaa;
	border-left: 14px solid transparent;
	position: absolute;
	top: 120px;
	left: 75px;
	display: none;
}
.use>ul>li:hover>.triangle1>.triangle,.use>ul>li:hover>.triangle1{
	display: block;
}

.use>.tabs{
	position: relative;
	width: 1300px;
	height: 330px;
	margin:40px auto;
	background-color: white;
}
.use>.tabs>.t-img{
	margin-left: 30px;
}
.use>.tabs>p{
	font-size: 25px;
	color: #666;
	position: absolute;
	top: 80px;
	left: 500px;
}
.use>.tabs>ul{
	position: absolute;
	top: 110px;
	left: 500px;
}
.tabs>ul>li>span:nth-child(1){
	color:#3399FF;
}
.tabs>ul>li>span:nth-child(2){
	display: inline-block;
	transform: translateX(10px);
	color:#666;
}
.tabs>ul>li{
	width: 700px;
	list-style: disc;
	color: #3399FF ;
	margin:20px 0 0 40px;
}

