@charset "utf-8";
/* =====================服务支持样式======================== */

/* 技术支持 s */
.ser_con{
	background-color: #f5f5f5;
}
.ser_con .box{
	background: #fff;
	padding: 0.6rem;
	overflow: hidden;
}
.ser_con .fl{
	width: 45%;
}
.ser_con .fl .bot{
	margin-bottom: 0.4rem;
}
.ser_con .fl .bot h3{
	font-size: 24px;
	padding: 0.3rem 0;
	font-weight: bold;
	color: #333;
}
.ser_con .fl .bot .info{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}
.ser_con .fl ul{
	border-bottom: 1px dashed #dddddd;
	margin-bottom: 0.4rem;
}
.ser_con .fl ul li{
	margin-bottom: 0.4rem;
}
.ser_con .fl ul li h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.ser_con .fl ul li span{
	font-size: 36px;
	color: #006db8;
	line-height: 24px;
}
.ser_con .fl .btn{}
.ser_con .fl .btn a{
	text-align: center;
	color: #fff;
	width: 140px;
	height: 42px;
	line-height: 42px;
	display: block;
	background-color: #006db8;
	font-size: 16px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.ser_con .fl .btn a:hover{
	box-shadow: 4px 6px 8px rgb(0,109,184,.5);
}

.ser_con .fr{
	width: 48%;
}
.ser_con .fr .pic{
	height: 100%;
}
.ser_con .fr img{
	object-fit: cover;
	height: 100%;
}
/* 技术支持 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
	.ser_con .fl{
		width: 48%;
	}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
	.ser_con .fl ul li span{
		font-size: 32px;
	}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
	.ser_con .box{
		flex-wrap: wrap-reverse;	
	}
	.ser_con .fl,.ser_con .fr{
		width: 100%;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.ser_con .fl .bot h3{
		font-size: 22px;
	}
	.ser_con .fl .bot .info{
		font-size: 14px;
	}
	.ser_con .fl ul li h4{
		font-size: 16px;
	}
	.ser_con .fl ul li span{
		font-size: 24px;
	}
	.ser_con .box{
		padding: 0.4rem 0.3rem;
	}
}

@media all and (max-width:480px) {
	
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	.ser_con .fl .bot .info{
		font-size: 13px;
	}
}
