
.company-banner {
	width: 100%;
	height: 640px;
	background: url(../images/gs.jpg) no-repeat center;
}

.company-abuot {
	width: 100%;
	height: 540px;
	padding-top: 100px;
}

.content-box {
	width: 80%;
	height: 100%;
	margin: auto;
}

.company-cont {
	display: flex;
	justify-content: space-between;
}

.company-left {
	width: 100%;
	font-size: 14px;
	padding: 40px 24px;
	box-sizing: border-box;
}


.company-name-title {
	font-size: 18px;
}

.company-name {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
}

.company-sp {
	width: 100%;
	height: 440px;
	margin-top: 40px;
	background-color: beige;
}

.ms1 {
	font-size: 15px;
	color: #333;
	text-align: justify;
	padding: 10px 0;
}

.company-rigth {
	width: 49%;
	font-size: 14px;
	/* background: url(../images/gs2.jpg) no-repeat center;
	background-size: 100% 100%; */
}


.company-statistics {
	width: 100%;
	height: 440px;
	background: url(../images/company-banner.jpg) no-repeat center;
	font-size: 14px;
}

.statistics-cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.num {
	flex: 0 0 33.333%;
	margin-top: 180px;
	text-align: center;
}

.num span {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
}

.num div {
	color: #fff;
	margin-top: 14px;
}

.company-course {
	width: 100%;
	height: 540px;
	padding-bottom: 60px;
}

.company-course-title {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-top: 60px;
}

.course-content {
	font-size: 14px;
	display: flex;
	margin-top: 30px;
}

.course-content-list {
	width: 100%;
	height: 400px;
	background-color: #ecedf6;
	padding: 14px;
	cursor: pointer;
	color: #333;
}

.years {
	font-size: 19px;
	font-weight: bold;
}

.year-title {
	font-weight: 17px;
	font-weight: bold;
}

.year-content {
	margin-top: 60px;
}

.course-content-list:hover {
	color: #fff !important;
	background-color: #2b3789;
}

/* 专利 */
.company-patent {
	width: 100%;
	height: 680px;
	padding: 10px 0;
	box-sizing: border-box;
	background-color: #f5f5f5;
}

.company-patent-box {
	display: flex;
	flex-wrap: wrap;
}

.company-patent-box div {
	margin: 12px 4px;
}