﻿.pc-home-module4-wrapper {
	background-image: url('../image/index/bg.png');
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	height: 660px;
}

.pc-home-module4-wrapper .title-wrapper {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 30px;
}

.pc-home-module4-wrapper .title-wrapper .p1 {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 36px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.pc-home-module4-wrapper .title-wrapper .p2 {
	opacity: 0.5;
}

.pc-home-module4-wrapper .content-wrapper {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}

.pc-home-module4-wrapper .content-wrapper .left {
	margin-top: 25px;
}

.pc-home-module4-wrapper .content-wrapper .left .left-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 211px;
	height: 97px;
	padding-left: 42px;
	box-sizing: border-box;
	background: rgba(18, 105, 254, 0.2);
	border-radius: 18px;
	border: 2px solid #1990FF;
	margin-bottom: 13px;
	cursor: pointer;
	color: #4CD7FF;
}

.pc-home-module4-wrapper .content-wrapper .left .left-item.active {
	background: #005EDD;
	border-radius: 18px;
	border: 2px solid #1C97FF;
	opacity: 1;
	color: #FFF;
}

.pc-home-module4-wrapper .content-wrapper .left .left-item.active:after {
	position: absolute;
	right: -30px;
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url('../image/right.png');
	background-size: 100% 100%;
}

.pc-home-module4-wrapper .content-wrapper .right .img {
	display: none;
	width: 1200px;
	margin-left: 35px;
}

.pc-home-module4-wrapper .content-wrapper .right .img img {
	width: 100%;
}

.pc-home-module4-wrapper .content-wrapper .right .cur {
	display: block;
}