.template_expertpro.type_module_front_slider {
	transform: translateY(20px);
	padding-top: 30px;
}

.template_expertpro.type_module_front_slider .slider_list {
	height: 34vw;
	position: relative;
	max-height: 433px;
}

.template_expertpro.type_module_front_slider .slider_list>li {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
}

.template_expertpro.type_module_front_slider .container {
	position: relative;
}

.template_expertpro.type_module_front_slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.template_expertpro.type_module_front_slider .page_slider {
	position: relative;
}

.template_expertpro.type_module_front_slider .item_slider>li {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 34vw;
	max-height: 433px;
}

.template_expertpro.type_module_front_slider .item_slider>li>* {
	display: block;
	position: relative;
	z-index: 2;
}

.template_expertpro.type_module_front_slider .item_slider>li>.intro_image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.template_expertpro.type_module_front_slider .intro_image img {
	vertical-align: middle;
}

.template_expertpro.type_module_front_slider .intro_text {
	color: #fff;
}

.template_expertpro.type_module_front_slider .intro_text .btn {
	font-size: 11px;
	padding: 7px 10px;
}

.template_expertpro.type_module_front_slider .intro_text p {
	margin: 0;
}

.template_expertpro.type_module_front_slider .intro_text p:last-child {
	margin-bottom: 0;
}

.template_expertpro.type_module_front_slider .title {
	font-size: 11px;
	line-height: 1.25;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

.template_expertpro.type_module_front_slider .back_slider_button,
.template_expertpro.type_module_front_slider .next_slider_button {
	width: 36px;
	height: 36px;
	position: absolute;
	z-index: 2;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background: url(../img/btn-prev.png) no-repeat;
	background-size: 35px 35px;
	border: none;
	font-size: 0;
}

.template_expertpro.type_module_front_slider .back_slider_button:hover {
	background-image: url(../img/btn-prev-active.png);
}

.template_expertpro.type_module_front_slider .next_slider_button {
	left: auto;
	right: 2px;
	background-image: url(../img/btn-next.png);
}

.template_expertpro.type_module_front_slider .next_slider_button:hover {
	background-image: url(../img/btn-next-active.png);
}

.content_top {
	background: url(../img/bg_content_top.jpg) repeat-x center top;
	padding-top: 12px;
}

@media (min-width: 768px) {
	.template_expertpro.type_module_front_slider .title {
		font-size: 20px;
		width: 80%;
	}

	.template_expertpro.type_module_front_slider .intro_text .btn {
		font-size: 14px;
		padding: 14px 20px;
	}
}

@media (min-width: 1200px) {
	.template_expertpro.type_module_front_slider {
		transform: none;
	}

	.template_expertpro.type_module_front_slider .slider_list>li {
		left: 25px;
		right: 25px;
	}


	.template_expertpro.type_module_front_slider .item_slider>li {
		padding: 45px;
	}

	.template_expertpro.type_module_front_slider .intro_text {
		width: 60%;
	}

	.template_expertpro.type_module_front_slider .intro_text p {
		margin: 0;
	}

	.template_expertpro.type_module_front_slider .intro_text .btn {
		padding: 20px 75px;
		font-size: 16px;
	}

	.template_expertpro.type_module_front_slider .title {
		width: 60%;
		font-size: 33px;
		margin-bottom: 25px;
	}

	.template_expertpro.type_module_front_slider .back_slider_button,
	.template_expertpro.type_module_front_slider .next_slider_button {
		width: 54px;
		height: 54px;
		background-size: 54px 54px;
	}

	.template_expertpro.type_module_front_slider .back_slider_button {
		left: 18px;
	}

	.template_expertpro.type_module_front_slider .next_slider_button {
		right: 18px;
	}

	.main_menu {
		position: static;
	}
}