
.cuicanBox {
	width: 100%;
	text-align: center;
	background: #FFFFFF;
	padding: 0 calc((100vw - 1200px) / 2);
	height: 540px;
}

.cuicanBox .cuican_title {
	font-weight: 600;
	font-size: 36px;
	color: #333333;
	margin-top: 80px;
	margin-bottom: 15px;
}

.cuicanBox .cuican_eng {
	font-size: 22px;
	color: #999999;
}




.lunbo1 .pic {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
}

.lunbo1 .pic li {
	width: 480px;
    height: 200px;
	position: absolute;
	top: 100px;
	left: 50%;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
}

.lunbo1 .pic a {
	/* display: block; */
}

.lunbo1 .pic li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lunbo1 .pic li.now {
	z-index: 9000;
	top: 65px;
	width: 600px !important;
	height: 300px !important;
	left: 50%;
	margin-left: -300px !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.lunbo1 .pic li.next {
	z-index: 6;
	top: 95px;
	width: 480px;
	height: 240px;
	right: 0 !important;
	margin-left: 0 !important;
	left: auto;
}

.lunbo1 .pic li.prev {
	z-index: 6;
	top: 95px;
	width: 480px !important;
	height: 240px !important;
	left: 0 !important;
	right: auto;
}

.success_box {
	width: 100%;
	background: #F7F7F7;
	text-align: center;
}

.success_box .success_title {
	font-weight: 600;
	font-size: 36px;
	color: #333333;
	padding-top: 80px;
	margin-bottom: 15px;
}

.success_box .success_eng {
	font-size: 22px;
	color: #999999;
}

.success_box .success_list {
	margin-top: 48px;
	padding-bottom: 100px;
}

.success_box .success_list img {
	border-radius: 10px;
}

.success_box .success_list .s_list_s1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}

.success_box .success_list .s_list_s1 .s_list_item {
	width: 287px;
	padding-left: 44px;
	line-height: 50px;
	background: #F7F7F7;
	border-radius: 6px;
	border: 1px solid #E9E9E9;
	font-size: 18px;
	color: #333333;
	margin-left: 17px;
	position: relative;
	cursor: pointer;
}


.success_box .success_list .s_list_s1 .s_list_item:nth-child(1) {
	margin-left: 0;
}

.success_box .success_list .s_list_s1 .s_list_item.active {
	background: #FF371F;
	border: 1px solid #FF371F;
	color: #FFFFFF;
}

.success_box .s_list_s1 .s_list_item::after {
	content: '';
	position: absolute;
	left: 80px;
	top: 17px;
	width: 28px;
	height: 21px;
}

.success_box .s_list_s1 .s_list_item:nth-child(1)::after {
	background: url('../img/icon_012.png') no-repeat;
	background-size: cover;
}

.success_box .s_list_s1 .s_list_item:nth-child(2)::after {
	background: url('../img/icon_022.png') no-repeat;
	background-size: cover;
}

.success_box .s_list_s1 .s_list_item:nth-child(3)::after {
	background: url('../img/icon_032.png') no-repeat;
	background-size: cover;
}

.success_box .s_list_s1 .s_list_item:nth-child(4)::after {
	background: url('../img/icon_042.png') no-repeat;
	background-size: cover;
}

.success_box .s_list_s1 .s_list_item.active:nth-child(1)::after {
	background: url('../img/icon_011.png') no-repeat;
	background-size: cover;
}

.success_box .s_list_s1 .s_list_item.active:nth-child(2)::after {
	background: url('../img/icon_021.png') no-repeat;
	background-size: cover;
}

.success_box .s_list_s1 .s_list_item.active:nth-child(3)::after {
	background: url('../img/icon_031.png') no-repeat;
	background-size: cover;
}

.success_box .s_list_s1 .s_list_item.active:nth-child(4)::after {
	background: url('../img/icon_041.png') no-repeat;
	background-size: cover;
}

.success_box .success_list .s_list_s1 .s_list_item.active::before {
	content: '';
	position: absolute;
	left: 244px;
	bottom: 0;
	background: url('../img/icon_s_01.png');
	width: 28px;
	height: 27px;
}

.success_box .success_list .s_list_img1 img {
	margin-left: 20px;
}

.success_box .success_list .s_list_img1 img:nth-child(1) {
	margin-left: 0;
}

.success_box .success_list .s_list_img1  img {
	width: 285px;
	height: 440px;
}

.success_box .success_list .s_list_img2 {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	width: 1200px;
	height: 440px;
}

.success_box .success_list .s_list_img2 img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.success_box .success_list .s_list_img2 img:nth-child(2n) {
	margin-right: 0;
}

.success_box .success_list .s_list_img2  img {
	width: 590px;
	height: 210px;
}

.success_box .success_list .s_list_img3 {
	display: inline-flex;

}

.success_box .success_list .s_list_img3  img{
	margin-right: 20px;
}

.success_box .success_list .s_list_img3 img:nth-child(4) {
	margin-right: 0;
}

.success_box .success_list .s_list_img3  img {
	width: 235px;
	height: 440px;
}

.success_box .success_list .s_list_img3  img:nth-child(1) {
	width: 440px;
	height: 440px;
}

.success_box .success_list .s_list_img4 {
	display: inline-flex;
	flex-wrap: wrap;
	width: 1200px;
}

.success_box .success_list .s_list_img4 img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.success_box .success_list .s_list_img4 img:nth-child(3),
.success_box .success_list .s_list_img4 img:nth-child(7) {
	margin-right: 0;
}

.success_box .success_list .s_list_img4 img:nth-child(-n+3) {
	width: 386px;
	height: 210px;
}

.success_box .success_list .s_list_img4 img:nth-child(n+4):nth-child(-n+7){
	width: 285px;
	height: 210px;
}

.archive {
	width: 100%;
	text-align: center;
}

.archive .archive_title {
	font-weight: 600;
	font-size: 36px;
	color: #333333;
	padding-top: 80px;
	margin-bottom: 15px;
}

.archive .archive_eng {
	font-size: 22px;
	color: #999999;
}

.archive .s_title_box {
	width: 100%;
	height: 35px;
	padding: 0 calc((100vw - 1200px) / 2);
	text-align: left;
	display: flex;
	align-items: center;
	margin-top: 46px;
}

.archive .s_title_box .s_line {
	width: 3px;
	height: 22px;
	background: #FF371F;
	margin-right: 14px;
}

.archive .s_title_box .s_title {
	font-weight: 600;
	font-size: 28px;
	color: #333333;
}

.archive .first_box {
	display: inline-flex;
	margin-top: 35px;
}

.archive .first_box img {
	width: 154px;
	height: 300px;
	border-radius: 20px;
	margin-right: 12px;
}

.archive .first_box img:last-child {
	margin-right: 0;
}

.archive .first_box img.active {
	width: 536px;
}

.archive .second_box {
	display: inline-flex;
	margin-top: 35px;
}

.archive .second_box .s_left {
	width: 656px;
	display: flex;
	flex-wrap: wrap;
}

.archive .second_box .s_left img {
	width: 316px;
	height: 144px;
	border-radius: 20px;
	margin-right: 12px;
}

.archive .second_box .s_right img {
	width: 544px;
	height: 300px;
	border-radius: 20px;
}

.archive .three_box {
	display: inline-flex;
	margin-top: 35px;
}

.archive .three_box img {
	width: 392px;
	height: 300px;
	border-radius: 20px;
	margin-right: 11px;
}

.archive .three_box img:last-child {
	margin-right: 0;
}

.tuned {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.tuned div {
	font-weight: 600;
	font-size: 50px;
	color: #F7F7F7;
}

.tuned div:last-child {
	font-weight: 600;
	font-size: 40px;
	color: #F7F7F7;
}

.s_list_img1,
.s_list_img2,
.s_list_img3,
.s_list_img4 {
	display: none !important;
}

.s_list_img1.show,
.s_list_img3.show {
	display: block !important;
}

.s_list_img2.show,
.s_list_img4.show {
	display: inline-flex !important;
}
