/*banner中间文字，按钮*/
.swiper-container .banner_msg{
	position: absolute;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top:50%;
	
	z-index: 999;
}
.swiper-container .banner_msg h4{
	font-size: 58px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
}
.swiper-container .center_btn{
	text-align: center;
	margin-top:48px;
}
.news-main{
	padding: 20px;
	background: #fff;
	height: 131px;
	box-sizing: border-box;
}
.swiper-container .center_btn a{
	display:inline-block;
	cursor: pointer;
	color: #fff;
	box-sizing: border-box;
	font-size: 16px;
	padding:11px 36px;
	border: 1px solid #fff;
	border-radius:21.5px;
}
.swiper-container .center_btn a:hover{
	color: #333;
	background: #fff;
}
	

.layui-row{
	max-width:1180px;
	margin:0 auto;
}

/*产品服务*/
.product-service p{
	font-size: 18px;
	margin-bottom: 16px;
}
.product-service .layui-row>a{
	float: left;
	box-sizing: border-box;
	width: 20%;
	text-align: center;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
	padding:46px 26px 24px 26px;
}
.product-service .layui-row>a>div{
	overflow:hidden;
	color: #9aa3ac;
    text-overflow:ellipsis;
    cursor: pointer;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.product-service img{
	width:90px;
	margin-bottom: 20px;
	height: 90px;
}
.layui-row{
	max-width:1180px;
	margin:0 auto;
}
.product-service p{
	font-size: 18px;
	margin-bottom: 16px;
}
.product-service .layui-row>a:hover{
	box-shadow:0px 0px 30px rgba(0,0,0,0.3);
	-moz-transform: translate3d(0,-2px,0);
	-webkit-transform: translate3d(0,-2px,0);
	transform: translate3d(0,-2px,0);
	}
	
/*evaluation*/
	.evaluation{
		background: url(../img/index/user_bg.png)no-repeat;
		background-size: cover;
		width: 100%;
		margin-top: 80px;
	}
	.evaluation .e-box{
		max-width: 1180px;
		margin: 0 auto;
		height: 100%;
		padding: 35px 24px 80px 24px;
		box-sizing:border-box;
		
	}
    .evaluation .e-box>.tip{
    	width: 50%;
    	
    	float: left;
    	padding:80px 24px 0px 24px;
    	box-sizing: border-box;
    }
     .evaluation .e-box>.tip>div{
     	position: relative;
     	background:rgba(242,242,242,0.8);
     	height:290px;
     	border-radius: 6px;
     	font-size:16px;
     	padding: 84px 40px 50px 40px;
     	line-height:2;
     	box-sizing: border-box;
     	
     }
      .evaluation .e-box>.tip>div .c-name{
      	border-radius: 100%;
      	width: 90px;
      	height: 90px;
      	background-size: cover;
      	position: absolute;
      	left: 50%;
      	top:-45px;
	   -moz-transform: translateX(-50%);
	   -webkit-transform:translateX(-50%);
	   transform: translateX(-50%);
	   box-shadow:0px 0px 10px rgba(0,0,0,0.3);
      }
      .c-host{
      	text-align: right;
      }


	.evaluation{
		background: url(../img/index/user_bg.png)no-repeat;
		background-size: cover;
		width: 100%;
		margin-top: 80px;
	}
	.evaluation .e-box{
		max-width: 1180px;
		margin: 0 auto;
		height: 100%;
		padding: 35px 24px 80px 24px;
		box-sizing:border-box;
		
	}
    .evaluation .e-box>.tip{
    	width: 50%;
    	
    	float: left;
    	padding:80px 24px 0px 24px;
    	box-sizing: border-box;
    }
     .evaluation .e-box>.tip>div{
     	position: relative;
     	background:rgba(255,255,255,0.8);
     	height:290px;
     	border-radius: 6px;
     	font-size:16px;
     	padding: 84px 40px 50px 40px;
     	line-height:2;
     	box-sizing: border-box;
     	
     }
      .evaluation .e-box>.tip>div .c-name{
      	border-radius: 100%;
      	width: 90px;
      	height: 90px;
    
      	background-size: cover;
      	position: absolute;
      	left: 50%;
      	top:-45px;
	   -moz-transform: translateX(-50%);
	   -webkit-transform:translateX(-50%);
	   transform: translateX(-50%);
	   box-shadow:0px 0px 10px rgba(0,0,0,0.3);
      }
      .c-name.left{
      	background: url(../img/index/user_logo_ljh.png) no-repeat;
      }
      .c-name.right{
      	background: url(../img/index/user_logo_dy.png) no-repeat;
      }
      .c-host{
      	text-align: right;
      }
/*新闻*/
    
.news{
	background: #eee;
}
.news .news-lists{
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.news .news-lists>a{
	width: 380px;
	float: left;
	
}
.news .news-lists>a:nth-child(3){
	padding: 0 20px;
}
.news .news-lists>a img{
	display: block;
	width: 100%;
	height: 268px;
}
.news .news-lists>a p{
	font-size: 18px;
	
	margin-bottom: 10px;
}
.news .news-lists>a span{
	
	font-size: 14px;
}
.news .short-message{
	color: #98a2ab;
	overflow: hidden;
	text-overflow:ellipsis;
	position: relative;
    cursor: pointer;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	
}
.error-msg{
	color:red;
	font-size: 12px;
	text-align:center;
	margin-top: 8px;
	display: none;
}
.news .details{
	cursor: pointer;
	color: #038cfe;
	
}
.news .more-news,.select .more-case{
	display: block;
	clear:both;
	text-align: center;
	margin:66px 0px 0px 0px;
	padding-bottom: 62px;
}
.news .more-news a,.select .more-case a{
	width: 130px;
    line-height:44px;
    text-align: center;
    background: #008cff;
    display: block;
    margin: 0 auto;
    border-radius:21.5px;
     font-size: 16px;
    color: #fff;
}
 .select .select-img{
 	max-width: 1180px;
 	margin: 0 auto;
 	height: 418px;
 	background:url(../img/index/case_img_logo.png) no-repeat;
 	background-size:contain;
 }
 @media(max-width:1200px){

  .evaluation .e-box>.tip>div{
  	padding-top: 40px;
  	padding-bottom: 15px;
  	height: 234px;
  }
  .evaluation .e-box>.tip{
  	padding-top: 55px;
  }
 .news .news-lists>a{
  	width: 30%;
  }
  .news .news-lists>a:nth-child(3){
  	padding: 0 5%;
  }
}