@media screen and (min-width: 768px) {
	.pt123 {
		padding-top: 123px;
	}

	.pt70 {
		padding-top: 50px;
	}

	/* 选项卡 */
	.tabs_box {
		background: #F2F4F7;
		position: sticky;
		top: 123px;
		z-index: 1000;
	}

	.line_box {
		font-size: 16px;
		height: 100%;
	}

	.tabs_line {
		height: 70px;
	}

	.line_box .li {
		/* width: 16.66%; */
		padding: 0 20px;
	}

	.tabs_line .line_box .li {
		/* width: 16.66%; */
		width: auto;
		color: #333;
		/* margin-right: 20px; */
		/* padding: 0; */
	}
}

@media screen and (max-width: 768px) {
	.pt123 {
		padding-top: 0;
	}

	.pt70 {
		padding-top: 0;
	}

	.history {
		line-height: 30px;
		font-size: 12px;
	}

	/* 选项卡 */
	.tabs_box {
		padding: 10px 0;
		background: #F2F4F7;
		position: sticky;
		top: 50px;
		z-index: 1000;
	}

	.tabs_line .line_box {
		/* height: 70px; */
		flex-wrap: wrap;
	}

	.tabs_line .line_box .li {
		/* width: 16.66%; */
		margin-right: 20px;
		/* color: #333 */
	}

	.mb_support_title {
		padding-top: 20px;
	}
}

/* .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1002;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(244, 244, 244, 1);
} */
/* 
.language2 {
	position: absolute;
	right: 0;
	top: 40px !important;
	background: #fff;
	min-width: 100px;
	line-height: 50px;
	padding: 0 15px;
	z-index: 10087;
	display: none;
}

.menu {
	color: #333;
}

.menu .li {
	font-size: 16px;
	margin-right: 30px;
}

.menu_icon .li {
	margin-right: 0 !important;
}

.menu .li:last-child {
	margin-right: 0;
}

.menu_02,
.menu_icon .globalIcon {
	visibility: hidden;
	display: none;
}

.buyQuote {
	height: 44px;
	width: 155px;
	background: #CB333B;
	color: #fff;
	border-radius: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
}

.buyQuote:hover {
	transition: all .3s;
	opacity: 0.75;
}

.menu_icon .li {
	width: 30px;
	height: 30px;
	margin-right: 20px;
}

.menu_icon .li:last-child {
	margin-right: 0;
}

.menu_01 {
	background: url(../images/menu_01_black.png) no-repeat center;
	background-size: 27px auto;
}

.menu_02 {
	display: none;
}

.menu_03 {
	display: none;
} */

/* 结束头部 */
.history {
	line-height: 60px;
}

.position_line {
	/* position: absolute; */
	margin-top: 20px;
	bottom: 0;
	background: #fff;
	height: 68px;
	left: 0;
	right: 0;
}

.position_line {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}

.line_box .act {
	color: #D30000
}
.position_line .line_box .li{
	font-weight: bold;
}
.position_line .line_box .li::after {
	position: absolute;
	height: 30px;
	width: 1px;
	background: #CCCCCC;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: '';
}

.position_line .line_box .li:last-child::after{
	display: none;
}

.full_width {
	width: 100%
}

.news_conten img{
	max-width: 100%;
}