@media screen and (max-width: 768px) {

	.module_title{
		padding:0 20px;
		font-size: 30px !important;
	}
	.module_list{
		padding: 40px 0 !important;
	}
	.gsjj_content{
		padding: 0 20px;
	}
	.shuju_list{
		width: 50% !important;
	}
	.miaoshu_list{
		width: 100% !important;
	}
	
}
.module_list{
	padding: 80px 0;
}
.module_list_content{
	max-width: 1200px;
	margin: 0 auto;
}
.module_title{
	text-align: center;
	font-size: 40px;
	color: #333;
	font-weight: 600;
}
.gsjj{
	background-color: #FAFBFD;
}

.gsjj p{
	margin: 45px 0 0 0;
	font-size: 18px;
	color: #4E5969;
}
.shuju{
	background-color: #fff;
	padding: 50px 0;
}
.shuju_list{
	width: 25%;
	text-align: center;
	float: left;
}
.shuju_title{
	font-weight: 600;
	font-size: 48px;
	color: #2555FF;
	height: 70px;
	line-height: 70px;
}
.shuju_title span{
	font-weight: 600;
	font-size: 30px;
	color: #2AAE67;
}
.shuju_desc{
	font-size: 16px;
	color: #000000;
}
.miaoshu{
	background-color:#FAFBFD ;
	padding: 100px 0;
}
.miaoshu_list{
	width: 32%;
	float: left;
	margin-left: 2%;
	height: 235px;
	padding: 50px;
}

.miaoshu_start{
	margin-left: 0%;
}
.miaoshu_title{
	font-size: 40px;
	color: #FFFFFF;
}
.miaoshu_desc{
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 10px;
}

.module_title_white{
	color: #fff;
}

.hzhb{
	background-color: #fff;
}
.dls{
    margin-top: 40px;
}

.dls_list{
	margin-top: 35px;
    width: 17%;
    float: left;
    margin-right:3.75%;
    text-align: center;
    height: 100px;
    border: 1px solid #F3F3F3;
}
.dls_list_right{
	margin-right:0 ;
}
.dls_list_img{
    width: 100%;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}
.dls_list img{
    width: 120px ;
    height: 35px;
}
.dls_list:hover img{transform: scale(1.2);transition: all 0.8s;}

.call_us{
	text-align: center;
	margin-top: 50px;
}
.call_us a{
	background: #fff;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	color: #2555FF;
	display: inline-block;
	width: 150px;
	height: 46px;
	line-height: 46px;
}
.call_us a:hover{
	/*background:#2449CC;*/
}
