/*滚动条样式*/
/* 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; */
}

/* 服务分类 */
.service_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;
}

.service_tab0 {
	width: 90px;
	display: block; text-decoration: none;
	font-size: 12px; text-align: center; color: #272727;
	cursor: pointer;
}

.service_tab0:hover {
	color: #0093DD;
}

.service_tab1 {
	width: 90px;
	display: block; text-decoration: none;
	font-size: 12px; text-align: center; color: #0093DD; font-weight: 700;
	cursor: pointer;
}

.service_tab1:hover {
	color: #0093DD;
}

/* 中部介绍 */
.middle {
	width: 100vw;
	min-width: 1300px;
	height: 460px;
	display: flex;
	align-items: stretch;
}

.middle-left {
	height: 460px;
	width: 600px;
	flex-grow: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 26px;
}

.middle-left i {
	display: inline-block;
	width: 14px;
	height: 23px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../img/service/arrow_right.png);
	margin: 0px 50px 0px 30px;
}

.middle-right {
	height: 460px;
	width: 600px;
	flex-grow: 1;
	background-image: url(../../img/service/service_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.middle-right-name {
	height: 52px;
	font-size: 28px;
	line-height: 52px;
	color: #333333;
	font-weight: 700;
	margin-left: 40px;
}

.middle-right-line {
	background-color: #000000;
	width: 50px;
	height: 3px;
	margin: 5px 0px 20px 40px;
}

.middle-right-documents {
	color: #333333;
	font-size: 15px;
	line-height: 26px;
	width: 550px;
	margin-left: 40px;
	text-indent: 2em;
}

.bottom {
	height: 450px;
	width: calc(100vw);
	min-width: 1300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bottom_title {
	width: 950px;
	display: flex;
	align-items: center;
}

.bottom_title_ch {
	height: 44px;
	font-size: 30px;
	font-weight: bold;
	line-height: 44px;
	color: #000000;
}

.bottom_title_en {
	height: 26px;
	font-size: 19px;
	font-weight: bold;
	line-height: 26px;
	color: #999999;
	/* margin-left: 15px; */
	margin: 6px 0px 0px 15px;
}

.bottom_dist {
	margin-top: 70px;
	width: 900px;
	display: flex;
	justify-content: space-evenly;
}

.dist{
	display: flex; flex-direction: column; justify-content: center; align-items: center;
	flex-grow: 1;
}
.dist_icon{
	width: 80px; height: 80px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
.dist_title{
	font-size: 14px;
	margin-top: 20px;
}