@charset "utf-8";


/*  */
/* 首页关于我们 */

.column_box {
	width: 100%;
}

.column_box li.left {
	float: left;
	
}

.column_box li.right {
	float: right;
	
}

.row_content_bg01 {
	background-image: url(../images/img_about_bg1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	padding-top: 100px;
	padding-bottom: 72px;
}

.row_tit_box_about {
	text-align: left;
}

.row_tit_box_about h1 {
	color: #333333;
}

.row_tit_box_about h3 {
	color: rgba(0, 0, 0, 0.6);
	padding: 0;
}

.row_content_bg01 .row_tit_box span {
	margin-left: 0;
}

.column_about li.left {
	width: 600px;
	height: 420px;
	position: relative;
}

.column_about li.left p {
	font-size: 16px;
	color: #4c4c4c;
	line-height: 2;
	text-align: justify;
	text-indent: 2em;
}

.column_about li.left a.more {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 168px;
	height: 48px;
	font-size: 16px;
	line-height: 46px;
	color: #ffffff;
	background-color: #426a9e;
	border: 1px solid #426a9e;
	text-align: center;
	transition: all .3s ease-in-out 0s;
}

.column_about li.left a.more:hover {
	background-color: #aad353;
	border-color: #aad353;
	transition: all .3s ease-in-out 0s;
}

.column_about li.right {
	width: 564px;
	height: 420px;
	overflow: hidden;
}

.column_about li.right video {
	display: block;
	width: 100%;
}

.column_about li.right img {
	display: block;
	width: 100%;
	height: auto;
}



@media (max-width:1200px) {
	
	
	/* 首页关于我们 */	
	.column_box li {
		width: 100%;
	}
	
	.row_content_bg01 {
		padding-top: 2.88rem;
		padding-bottom: 2.304rem;
	}
	
	.row_tit_box_about {
		text-align: center;
	}

	.row_content_bg01 .row_tit_box span {
		margin-left: auto;
	}
	
	.row_content_bg01 .row_tit_box span h6 {
		left:-4.072rem;
		
	}
	
	.column_about li.left {
		width: 100%;
		height: auto;
	}
	
	.column_about li.left p {
		font-size: 1.152rem;
	}
	
	.column_about li.left a.more {
		position: inherit;
		width: 14.4rem;
		height: 3.84rem;
		font-size: 1.344rem;
		line-height: calc(3.84rem - 2px);
		margin: 2.304rem auto;
	}
	
	.column_about li.right {
		width: 100%;
		height: auto;
	}
	
	/* 数据 */
	
	.about_shuju {
		width: 96%;
		margin: 2.304rem auto;
	}
	
	.about_shuju li {
		padding: 0.96rem 0;
	}
	
	.about_shuju li .data {
		font-size: 0.768rem;
	}
	
	.about_shuju li .data .counter {
		font-size: 2.304rem;
		padding-right: 0.096rem;
	}
	
	.about_shuju li .data_name {
		font-size: 0.96rem;
		margin-top: 0.576rem;
	}
	
	
	
}
