@charset "UTF-8";

.about-us-bj {
	width: 100%;
}

.menu-list {
	/* height: 50px; */
	text-align: center;
	line-height: 50px;
	margin-bottom: 0;
}

.menu-list .menu-item {
	display: inline-block;
	width: 150px;
	font-size: 14px;
}

.menu-list .menu-item-active {
	border-bottom: 2px transparent solid;
	border-image: linear-gradient(to right, #0084FC, #E78580) 1 10;
}

/* 公司介绍 */
.company-introduction {
	text-align: center;
	margin: 78px auto;
	padding: 0 30px;
	max-width: 1200px;
}

.title {
	font-size: 22px;
	font-weight: bold;
	color: #03081E;
	margin-bottom: 46px;
}

.company-desc {
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	color: #333333;
	margin-bottom: 22px;
}

.company-detail {
	font-size: 12px;
	line-height: 26px;
	color: #7B7B7B;
	text-align: left;
	text-indent: 2em;
}
.qywh-honor{
	max-width: 1200px;
	margin: 100px auto;
}
.qywh-item{
	padding: 10px 30px;
}
.qywh-title .qywh-title1{
	font-size: 20px;
	font-weight: 700;
	margin-right: 20px;
}
.qywh-title .qywh-title2{
	line-height: 30px;
	font-weight: 600;
}
.qywh-item-cent{
	line-height: 26px; 
	margin-top: 10px;
}

/* 同昌之路 */
.company-stage {
	position: relative;
	overflow: hidden;
}

.company-stage-div>div {
	z-index: 6;
}

.jindu-img-item {
	width: 30px;
	height: 30px;
	/* border: 1px solid; */
	cursor: pointer;
}

/* .jindu-img-item>a {
	cursor: pointer;
} */
.jindu-img {
	width: 100%;
}

.company-stage-div {
	position: absolute;
	top: 50%;
	/* left: 840px; */
	left: 43%;
	font-size: 12px;
	width: 38%;
    display: flex;
    justify-content: space-around;
}

/* .company-stage-div>div {
	margin: 0 18px;
} */

.jindu-bj {
	position: absolute;
	top: 55%;
	width: 40%;
	left: 42.5%;
	overflow: hidden;
}

.jindu-bj>img {
	width: 150%;
}

/* 同昌之路介绍 */
.company-stage-introduction {
	padding: 40px 0;
}

.company-stage-introduction .stage-date {
	border-bottom: 1px solid #E0E1E3;
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.company-stage-introduction .stage-date:after {
	content: ' ';
	border: 1px solid #0084FC;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 25px;
}

.company-stage-introduction .introduction-content {
	margin: 0 20px;
}

.company-stage-introduction .content-list {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #7B7B7B;
}

.company-stage-introduction .content-item {
	padding: 10px 0;
}

/* 资质荣誉 */
.honor-medal {
	max-width: 920px;
	margin: 0 auto;
}

.company-honor {
	text-align: center;
	max-width: 1200px;
	margin: 100px auto;
}

.company-honor .medal-img {
	width: 100%;
}

.company-honor .img-item {
	margin: 0 0 10px;
}

/* 组织架构 */
.company-organisation-structure {
	padding:75px 0 78px;
	text-align: center;
}

.company-organisation-structure .img-div {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px;
}

.company-organisation-structure .img-div>img {
	width: 100%;
}



@media (max-width:992px) {

	.company-stage-div,
	.jindu-bj {
		display: none;
	}
}

@media (min-width: 992px) {
	.company-stage-introduction .col-md-3 {
		width: 25% !important;
		margin-right: 0 !important;
	}
}
@media (max-width:767px){
	.menu-list .menu-item{
		width: auto;
		padding: 0 10px;
	}
}