/*滚动条样式*/
/* Chrome Safari */
/*::-webkit-scrollbar {
	display: none;
}*/
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	/* background: rgba(0, 0, 0, 0.2); */
	/* background: rgba(20, 141, 255, 1); */
	background: rgba(0, 0, 0, 1);
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(225, 225, 225, 0.1);
}

#app {
	width: 100vw;
	/* height: calc(100vh - 70px); */
	padding-top: 70px;
	min-width: 1300px;
	/* position: relative; */
	/* overflow-y: auto; */
}

/* 分类 */
.about_tabs {
	min-width: 1250px;
	height: 35px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0px 50px 0px 0px;
	background-color: #F5F5F5;
	color: #999999;
}

.about_tab0 {
	width: 90px;
	font-size: 12px;
	text-align: center;
	color: #272727;
	cursor: pointer;
	text-decoration: none;
}

.about_tab0:hover {
	color: #0093DD;
}

.about_tab1 {
	width: 90px;
	font-size: 12px;
	text-align: center;
	color: #0093DD;
	font-weight: 700;
	cursor: pointer;
	text-decoration: none;
}

/* 关于我们 */
.about_bg {
	height: 350px;
	background-image: url(../../img/about/bg_about.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
}

/* 标题 */
.title_view_white {
	width: fit-content;
	font-weight: bold;
	font-size: 21px;
	color: #FFFFFF;
}

.title_view_black {
	width: fit-content;
	font-weight: bold;
	font-size: 21px;
	color: #000000;
}

.title_view_chname {
	margin-top: 3px;
}

/* 公司简介 */
.company {
	height: 350px;
	padding: 0px 200px;
	background-image: url(../../img/about/bg_company.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
}

.company_content {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.company_content_title {
	align-self: flex-start;
	padding: 20px 0px 0px 0px;
}

.company_content p {
	width: 600px;
	color: #333333;
	font-size: 14px;
	line-height: 23px;
	text-indent: 2em;
}

.company_content span {
	color: #0093DD;
}

/* 发展历程 */
.history {
	height: 450px;
	background-image: url(../../img/about/bg_history.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	color: #FFFFFF;
}

.history_content {
	width: fit-content;
	height: 450px;
	position: relative;
}

.history_title {
	position: absolute;
	left: 35px;
	top: 45px;
}

.course1 {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	cursor: pointer;
	margin: 0px 15px;
}

.course1 .img {
	width: 40px;
	height: 40px;
	background-image: url(../../img/about/course.png);
	background-size: 100% 100%;
}

.course2 {
	width: 190px;
	margin-left: 8px;
	font-size: 15px;
}

.course_title {
	line-height: 40px;
}

.course_line {
	width: 20px;
	height: 2px;
	background-color: #5BA7FC;
}

.course_content {
	margin-top: 12px;
	font-size: 12px;
	color: #d3d3d3;
	line-height: 18px;
	text-indent: 2em;
}

/* 合作伙伴 */
.partner {
	height: 450px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.partner_content {
	width: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.parnerList {
	margin-top: 30px;
	/* width: 850px; */
	width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-self: center;
}

.partner_item {
	width: 190px;
	height: 102px;
	margin-bottom: 12px;
	background-size: 190px 102px;
	cursor: pointer;
}

.partner_item:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* 新闻中心 */
.news {
	height: 450px;
	background-image: url(../../img/about/bg_news.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

.news_content {
	width: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.news_content_1 {
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.newsList {
	margin-top: 30px;
	
	margin: 0px 10px;
}

.swiper-banner{
	width: 1150px; height: 240px;
}

i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.pre {
	background-image: url(../../img/about/news_left.png);
}

.next {
	background-image: url(../../img/about/news_right.png);
}

/* 新闻条目 */
.news_view {
	width: 220px;
	height: 240px;
	margin: 0px 5px;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: block;
	text-decoration: none;
}

.new_img {
	width: 220px;
	height: 150px;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.new_title {
	height: 40px;
	line-height: 40px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 8px;
}

.new_info {
	height: 30px;
	color: #000000;
	font-size: 12px;
	padding: 0px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* 联系我们 */
.contact {
	height: 450px;
	padding: 0px 200px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact_content {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact_left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: flex-start;
}

.contact_right {
	width: 600px;
	height: 350px;
	background-image: url(../../img/about/location.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact_1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 36px;
}

.contact_2 {
	font-size: 13px;
	line-height: 20px;
}
