/* ==========================================================================
    服务支持
   ========================================================================== */
	.service{
		margin-bottom:100px;
	}
	.service .title h3,.service .title h6{
		margin:10px auto;
		text-align:center;
	}
	.service .row div .img{
		position: relative;
		float:left;
		width:300px;
		height:200px;
	}
	.service .row div p{
		color:#fff !important;
		position: absolute;
		background:rgba(0,0,0,0.5);
	}
	.service .row div span img{
		position: absolute;
	}
	.service .row .list div dt,
	.service .row .list div dd{
		line-height:32px;
	}
	.service .row .list div dd{
		font-size:14px;
	}
/* =============================================最小1200px*/
@media (min-width: 1200px) {
	.service .title h3,.service .title h6{
		width:9%;
	}
	.service .row div .img{		
		margin-right:24px;
	}
	.service .row div p{		
		width:300px;
		font-size:16px;
		padding-left:3%;
		line-height:40px;		
		bottom:-5%;
	}	
	.service .row div span img{
		left:240px;
		bottom:24px;
	}
	.service .row .list div{
		margin-top:30px;
	}
	.service .row .list div dl{
		margin-top:45px;
	}
}
/* ======================================最小768px和最大1199px*/
@media (min-width: 768px) and (max-width: 1199px){
	.service .title h3,.service .title h6{
		width:14%;
	}
	.service .row div .img{
		margin-right:8%;
	}	
	.service .row div p{		
		width:300px;
		font-size:16px;
		padding-left:3%;
		line-height:40px;		
		bottom:-5%;
	}	
	.service .row div span img{
		left:240px;
		bottom:24px;
	}	
	.service .row .list div{
		margin-top:30px;
	}
	.service .row .list div dl{
		padding-top:36px;
		padding-bottom:36px;
		padding-left:36px;
	}
 }
 @media (max-width: 767px) {
	.service .title h3,.service .title h6{
		width:37%;
	}
	.service .row div{
		width:290px;
		margin-left:2%;
	}
	.service .row div .img{
		width:262px;
		height:192px;
		margin-right:8%;
		margin-bottom:10px;
	}	
	.service .row div p{		
		width:262px;
		font-size:16px;
		padding-left:3%;
		line-height:40px;		
		bottom:165px;
	}	
	.service .row div span img{
		right:37px;
		bottom:189px;
	}	
	.service .row .list div{
		margin-top:30px;
	}
	.service .row .list div dl{
		padding-bottom:36px;
		padding-left:36px;
	}
 }
/* ==========================================================================
    常见问题
   ========================================================================== */
	.problem .title h3,.problem .title h6{
		text-align:center;
		margin:20px auto;
	}
	.problem .title{
		margin-bottom:33px;
	}
	.problem .content p{
		padding-left:4%;
		padding-right:4%;
	}
	.problem .content .special{
		font-size:16px;
		color:#fff !important;
		background:#1868b3;
	}
	.problem .content .normal{
		line-height:26px;
		margin:30px auto;
	}
/* =========================最小1200px*/
@media (min-width: 1200px) {
	.problem .title h3,.problem .title h6{
		width:11%;
	}
	.problem .content .special{
		line-height:50px;
	}	
}
/* =========================最小768px和最大1199px*/
@media (min-width: 768px) and (max-width: 1199px){
	.problem .title h3,.problem .title h6{
		width:15%;
	}
	.problem .content .special{
		line-height:50px;
	}
 }
/* =========================最大767px*/
@media (max-width: 767px) {
	.problem .title h3,.problem .title h6{
		width:31%;
	}
	.problem .content .special{
		line-height:26px;
		padding-top:10px;
		padding-bottom:10px;
	}
}