﻿/* 背景图部分 */
.bg-index {
	width: 100%;
	/* min-width: 1200px; */
	height: 500px;
	margin: 0;
	padding: 0;
	background: url(../image/guanzhu-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	text-align: center;
	line-height: 500px;
}

.xinwen-title {
	font-size: 56px;
	color: #FFFFFF;
}

/* 背景图 */
.about-img {
	text-align: center;
}

.about-img img {
	width: 1000px;
}

/* 办公环境 */
.environiment-cont {
	min-width: 1200px;
}

.hj-row-1 {
	display: flex;
	flex-flow: row;
	align-items: flex-end;
}

.hj-img-1 {
	width: 50%;
	margin: 15px;
	overflow: hidden;
}

.hj-img-1 img {
	width: 100%;
	transition: all 0.5s;
}

.hj-img-1 .row-title-1 span {
	font-size: 48px;
	color: rgb(243, 243, 243);
}

.hj-img-1 .row-title-1 p {
	font-size: 14px;
	line-height: 1.3;
}

.hj-row-2 {
	display: flex;
	flex-flow: row;
	align-items: flex-end;
}

.hj-img-2 {
	width: 50%;
	margin: 15px;
	overflow: hidden;
}

.hj-img-2 .row-title-1 span {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.3;
	color: #333;
}

.hj-img-2 .row-title-1 p {
	font-size: 18px;
	line-height: 1.3;
}
.row-img-2{
	height: 290px;
	overflow: hidden;
}
.hj-img-2 img {
	width: 100%;
	transition: all 0.5s;
}

/* .hj-img-1 img:hover,
.hj-img-2 img:hover {
	transform: scale(1.4);
} */

/* 地图 */
.ditu-cont img{
	width: 100%;
}
.ditu{
	padding: 40px 20px;
}
/* 路线 */
.contact-cont{
	width: 100%;
}
.luxian{
	display: flex;
	flex-flow: row;
}
.luxian-list{
	margin-right: 50px;
}
.luxian-list img{
	width: 35px;
}
.luxian-title-img{
	display: flex;
	flex-flow: row;
	align-items: center;
}