/* 关于我们 - 标题 公共 */
.gy-container .title {
	font-size: 3rem;
}
.gy-container .titleBold {
	font-weight: bold;
}
.gy-container .subtitle {
	font-size: 1.6rem;
	line-height: 2;
}
.gy-container .colorText {
	color: #0075ff;
}
.gy-container .m-b-1 {
	margin-bottom: 1rem;
}

/* 导航栏 */
.gynav{
    /* position:relative; */
    background: #fff;
    -webkit-box-shadow: 0px 7px 7px -7px rgb(0 0 0 / 8%);
    box-shadow: 0px 7px 7px -7px rgb(0 0 0 / 8%);
}
.fixed-active {
	position: fixed;
	top: 98px;
	width: 100%;
	z-index: 99;
}
.gynav ul li{
    float: left;
    width: 120px;
}
.gynav ul li a{
    display: block;
    line-height: 80px;
    height: 80px;
    font-size: 1.6rem;
    text-align: center;
	cursor: pointer;
}
.gynav ul li a:hover,.gynav ul li.active a{
    background: #0075ff;
    color: #fff;
}

/* 公司简介 */
.gy-company {
	position: relative;
	padding: 7rem 0 0;
}
.gy-company .gy-company-inner {
	border-radius: 2.2rem;
	box-shadow: 0 0.2rem 10rem rgba(0, 0, 0, 0.1);
	padding: 5rem;
	box-sizing: border-box;
	display: flex;
}
.gy-company-inner .gy-company-left {
	width: 45%;
	padding-right: 5rem;
}
.gy-company-inner .gy-company-left .companyImg-item {
	height: 48%;
	overflow: hidden;
	margin-bottom: 2rem;
	border-radius: 1rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.gy-company-inner .gy-company-left .companyImg-item:last-child {
	margin-bottom: 0;
}
.gy-company-inner .gy-company-left .companyImg-item img {
	border-radius: 2rem; 
}
.gy-company-inner .gy-company-right {
	width: 55%;
	min-height: 50rem;
	padding-left: 5rem;
	border-left: 1px solid rgba(158, 194, 255, 1);
}
.gy-company .gy-company-right .company-con {
	font-size: 1.4rem;
	margin-top: 2.5rem;
	line-height: 2;
}
/* .gy-company:before {
	content:"";
	background:url(../images/about/gy-bg.png) top center no-repeat;
	position:absolute;
	width:100%;
	height: 50rem;
	top: -8rem;
	/* z-index: -1; */
	/* opacity: 0.1; */
/* } */


/* 企业文化 */
.gy-culture {
	padding: 7rem 0;
}
.gy-culture .culture-title {
	padding: 0 1.5rem;
	margin-bottom: 3rem;
}
.gy-culture .culture-list ul {
	display: flex;
	justify-content: space-between;
}
.gy-culture .culture-list li {
	width: 32%;
}
.gy-culture .culture-list .culture-item {
	padding: 3rem;
	box-sizing: border-box;
	border-radius: 2rem;
	box-shadow: 0 0.2rem 5rem rgba(71, 71, 71, 0.15);
}
.gy-culture .culture-list .culture-item .culture-item-title {
	font-size: 3.2rem;
}
.gy-culture .culture-list .culture-item .culture-item-subtitle {
	font-size: 2rem;
	margin: 0.5rem 0 1rem;
}
.gy-culture .culture-list .culture-item .culture-item-desc {
	font-size: 1.6rem;
}

/* 发展历程 */
.gy-develop-inner {
	min-height: 26rem;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
}
.gy-develop-inner:after {
	content: '';
	background: rgba(0, 117, 255, 0.7);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.gy-develop-inner .gy-develop-headCon {
	position: relative;
	z-index: 3;
	color: #fff;
}

/* 发展历程 步骤条+视频 */
.gy-develop .gy-develop-info {
	padding: 7rem 0 0;
}
.gy-develop-info .gy-develop-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.gy-develop-info .gy-develop-container .gy-develop-info-L {
	width: 100%;
}
.gy-develop-info-L .steps-L {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.8rem 0 0 0;
}
.gy-develop-info-L .develop-steps-item {
	display: flex;
	margin-top: 1rem;
}
.gy-develop-info-L .develop-steps-item:first-child {
	margin-top: 0;
}
.gy-develop-info-L .steps-L .develop-steps_dot {
	width: 2rem;
	height: 2rem;
	background: rgba(0, 117, 255, 0.2);
	border-radius: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gy-develop-info-L .steps-L .develop-steps_dot .develop-steps_dot_in {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 0.8rem;
	background: #0075ff;
}
.gy-develop-info-L .steps-L .develop-steps_lines {
	width: 0.1rem;
	height: 100%;
	background: rgba(0, 117, 255, 0.1);
	margin: 0.5rem auto;
}
.gy-develop-info-L .develop-steps-item:last-child .develop-steps_lines {
	display: none;
}
.gy-develop-info-L .develop-steps {
	flex: 1;
	padding-left: 1.5rem;
}
.gy-develop-info-L .develop-steps .develop-steps-years {
	font-size: 2.4rem;
}

/* 荣誉资质 */
.gy-honor {
	padding-top: 7rem;
}
.gy-honor .honor-title {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 3rem;
}
.nhonora {
	padding-top: 7rem;
}
.nhonora ul li {
	padding: 0 1.5rem 3rem;
}
.nhonora ul li img {
	width: 100%;
}
.nhonora ul li:hover img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	/* IE 9 */
	-webkit-transform: scale(1.05, 1.05);
	/* Safari å’Œ Chrome */
	-o-transform: scale(1.05, 1.05);
	/* Opera */
	-moz-transform: scale(1.05, 1.05);
	/* Firefox */
}
.nhonora ul li p {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 1rem;
}

/* 联系我们 */
.gy-contact .title {
	padding: 7rem 0;
	text-align: center;
}
#container {
	/*地图(容器)显示大小*/
	/* width:600px; */
	height: 450px;
	border-radius: 1.6rem;
}
.gylxwma-fl {
	margin-left: 5rem;
}
.gylxwma-fl .wz01 {
	font-size: 7rem;
	line-height: 7rem;
	letter-spacing: 0em;
	font-weight: 700;
	color: rgba(199, 218, 255, 0.5);
}
.gylxwma-fl .wz01:first-child {
	margin-bottom: 2rem;
}
.gylxwma-fl .wz02 {
    font-weight: bold;
    font-size: 2.4rem;
    margin-top: 6rem;
}
.gylxwma-fl .list {
    margin-top: 2rem;
	font-size: 1.6rem;
}
.gylxwma-fl .list p:not(:last-child) {
	margin-bottom: 1rem;
}

/* 奔跑人物 */
.running-img {
	position: relative;
	width: 100%;
	height: 18rem;
}
.running-img img {
	position: absolute;
	z-index: -1;
	top: -4rem;
	left: 0;
}

@media (max-width: 1024px) {
	/* 导航栏 */
	.gynav {
	    white-space: nowrap;
		text-align: center;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.fixed-active {
		top: 67px;
	}
	.gynav .am-container-content {
		padding: 0;
	}
	.gynav ul li {
		float: inherit;
		display: inline-block;
	}
	.gynav ul li a {
		height: 6rem;
		line-height: 6rem;
	}
	
	/* 关于我们 */
	.gy-container .title {
		font-size: 2rem;
	}
	.gy-company {
		padding: 3rem 0 0;
	}
	.gy-company .gy-company-inner {
		padding: 2rem;
		display: block;
	}
	.gy-company-inner .gy-company-left,
	.gy-company-inner .gy-company-right {
		width: 100%;
		padding: 0;
	}
	.gy-company-inner .gy-company-left {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.gy-company-inner .gy-company-left .companyImg-item {
		width: 80%;
		height: 300px;
		margin-bottom: 0;
		margin-right: 1rem;
		display: inline-block;
	}
	.gy-company-inner .gy-company-right {
		border: none;
	}
	.gy-company-inner .gy-company-right .title {
		margin: 1.5rem 0 0;
	}
	.gy-company .gy-company-right .company-con {
		margin-top: 1.5rem;
	}
	.gy-culture {
		padding: 3rem 0;
	}
	.gy-culture .culture-title {
		margin-bottom: 2rem;
	}
	.gy-culture .culture-list .culture-item {
		padding: 2rem;
		border-radius: 1rem;
		min-height: 180px;
	}
	.gy-culture .culture-list .culture-item .culture-item-title {
		font-size: 2.4rem;
	}
	.gy-culture .culture-list .culture-item .culture-item-subtitle {
		font-size: 1.6rem;
	}
	.gy-develop-inner .gy-develop-headCon {
		padding: 0 3rem;
	}
	.gy-develop .gy-develop-info {
		padding: 3rem 0 0;
	}
	.gy-honor .gy-honor-inner {
		padding: 0 2rem;
	}
	.nhonora {
		padding-top: 3rem;
	}
	.gy-honor .honor-title {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	
	/* 联系我们 */
	.gy-contact .title {
		padding: 3rem 0;
	}
	#container {
		width: 100%;
		height: 25rem;
		border-radius: 0;
	}
    .gylxwma-fl {
        margin-left: 0;
    }
	.gylxwma-fl .wz01 {
		display: none;
	}
	.gylxwma-fl .wz02 {
		color: #1249b7;
		font-weight: bold;
		font-size: 1.8rem;
		margin-top: 3rem;
	}
	.gylxwma-fl .list {
		margin-top: 1rem;
		font-size: 1.4rem;
	}
}


@media (max-width: 768px) {
	.gy-company-inner .gy-company-left .companyImg-item {
		height: 200px;
	}
	.gy-culture .culture-list ul {
		display: block;
	}
	.gy-culture .culture-list li {
		width: 100%;
		margin-bottom: 2rem;
	}
	.gy-culture .culture-list .culture-item {
		min-height: auto;
	}
}













