﻿.about_glc_glgn{
	padding: 50px 140px 0px 140px;
}

.about_glc_glgn_title{
	font-size: 30px;
	color: #2d9cd1;
	text-align: center;
	font-weight: bold;
}

.about_glc_glgn_text{
	margin-top: 35px;
	font-size: 16px;
	line-height: 24px;
	color: #373737;
	text-align: center;
}

.about_glc_li{
	position: relative;
	padding-top: 96px;
	margin-top: 80px;
}

.about_glc_li .glc_li_img .img{
	display: block;
	width: 240px;
	height: 330px;
}


.about_glc_li:nth-child(2n+1) .glc_li_img{
	position: absolute;
	width: 240px;
	height: 330px;
	left: 60px;
	bottom: 34px;
}

.about_glc_li:nth-child(2n+1) .about_glc_li_content{
	background-color: #f5f5f5;
	padding: 54px 74px 0px 400px;
}

.about_glc_li_content .about_glc_li_title{
	font-size: 24px;
	line-height: 30px;
}

.about_glc_li_content .about_glc_li_title .text_bold{
	font-weight: bold;
	color: #242424;
}

.about_glc_li_content .about_glc_li_title .text_zw{
	font-size: 18px;
	color: #646464;
	margin-left: 25px;
}

.about_glc_li_text{
	margin-top: 32px;
	line-height: 24px;
	font-size: 16px;
	color: #686868;
	min-height: 168px;
}

.about_glc_li:nth-child(2n+2) .glc_li_img{
	position: absolute;
	width: 240px;
	height: 330px;
	right: 60px;
	bottom: 34px;
}

.about_glc_li:nth-child(2n+2) .about_glc_li_content{
	background-color: #f5f5f5;
	padding: 54px 400px 0px 74px;
}

.about_glc_jzg{
	padding: 90px 0;
}

.about_glc_jzg_title{
	font-size: 30px;
	color: #2d9cd1;
	text-align: center;
	font-weight: bold;
}

.about_glc_jzg_list{
	margin-top: 50px;
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.about_glc_jzg_li{
	margin-right: 20px;
	position: relative;
	padding-left: 16px;
	flex: 1;
}

.about_glc_jzg_li:nth-child(2){
	margin-top: 60px;
}

.about_glc_jzg_li:nth-child(4){
	margin-top: 120px;
}

.about_glc_jzg_li:last-child{
	margin-right: 0px;
}

.about_glc_jzg_li:before{
	content: " ";
	position: absolute;
	left: 0;
	top:10px;
	width: 7px;
	width: 7px;
	background-color: #303030;
	border-radius: 50%;
	min-height: 7px;
	min-width: 7px;
	z-index: 3;
}

.about_glc_jzg_li::after{
	content: " ";
	position: absolute;
	left: 3px;
	top:10px;
	bottom: 0;
	width: 1px;
	background-color: #e5e5e5;
	z-index: 2;
}

.glc_jzg_li_icon .img{
	display: block;
	height: 34px;
}

.glc_jzg_li_title{
	margin-top: 66px;
	line-height: 24px;
	color: #2d9cd1;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	position: relative;
}

.glc_jzg_li_title::after{
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background-color: #303030;
}


.glc_jzg_li_img{
	margin-top: 30px;
	width: 100%;
	height: 0;
	padding-bottom: 63.81%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.glc_jzg_li_text{
	margin-top: 30px;
	line-height: 24px;
	color: #2c2c2c;
	font-size: 16px;
}