
#zSlider {
	margin:0px auto;
	width:1200px;
	overflow:hidden;
}
#picshow {
	position:relative;
	width: 50%;
	overflow:hidden;
	float:left;
	background: url(rt_2025_8xgd_bg01.png) 0 0;
	padding: 30px 25px;
}
#picshow_img {
	width: 100%;
	height:340px;
	overflow:hidden;
	float:left;
}
#picshow_img li {
	width:100%;
	height:340px;
	overflow:hidden;
	float:left;
	display:none;
}
#picshow_img img {
	width:100%;
	height:100%;
	object-fit: cover;
}

#select_btn {
	width:50%;
	height:400px;
	color:#111;
	float:right;
	display:inline;
}
#select_btn li {
    padding: 12px 20px 0px 60px;
    height: 80px;
/*    border-top: 1px solid #474747;*/
    cursor: pointer;
    transition: all .7s ease 0s;
	position: relative;
}
/*
#select_btn li:hover {
    background-color: #292929
}
*/
/*
#select_btn li a:hover {
    color: aliceblue
}
*/
#select_btn li::after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: -12px;
	top: 26px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #af0e14;
	opacity: 0;
    transition: all .7s ease 0s;
	
}
#select_btn li.current {
    background-color: #af0e14;
}
#select_btn li.current a{
    color: aliceblue;
	font-weight: bold;
}
#select_btn li.current::after{
	opacity: 1;
}
/*
#select_btn li.current:hover {
    background-color: #292929;
}
*/
#select_btn a {
	color:#000;
	display: block;
	width: 100%;
	height: 100%;
}
#select_btn .select_text {
	font-size: 17px;
	line-height: 150%;
	position: relative;
}

#select_btn .select_text::after{
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ccc;
	
	position: absolute;
	top: 10px;
	left: -30px;
}
#select_btn li.current .select_text::after{
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 0;
	background: url(rt_2025_8xgd_dot2.png) no-repeat;
	background-size: 100% 100%;
	
	position: absolute;
	top: 0px;
	left: -37px;
}
#foot_bm a, #foot_bm, p, p a {
	color:#666;
}


@media screen and (max-width: 1440px){
	#zSlider {
		width:1000px;
	}
	#picshow {
		padding: 20px 16px;
	}
	#picshow_img {
		height:280px;
	}
	#picshow_img li {
		height:280px;
	}

	#select_btn {
		height:320px;
	}
	#select_btn li {
		padding: 6px 20px 0px 60px;
		height: 64px;
	}
	#select_btn li::after{
		top: 20px;

	}
	#select_btn .select_text {
		font-size: 15px;
	}

	#select_btn .select_text::after{
		width: 6px;
		height: 6px;

	}
	#select_btn li.current .select_text::after{
		width: 20px;
		height: 20px;

		top: 2px;
		left: -35px;
	}
}
