/* AB模版网 做最好的织梦整站模板下载网站 Www.AdminBuy.Cn */
/* QQ：9490489 */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：Js.AdminBuy.Cn */


.dropDownArea .showDropDownArea {
	display: none;
	display: block;
}

.dropDownArea .showDropDownArea {
	display: none;
	position: absolute;
/*	left: 15%;*/
	top: 135px;
	/*
	transform: translateX(20%); */
}

.dropDownArea .showDropDownArea .contentArea {
	display: flex;
	box-sizing: content-box;
	width: 1000px;
	height: 400px;
	background: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
}

.dropDownArea .showDropDownArea .contentArea .leftSelect {
	width: 15%;
	height: 100%;
	background: #f4f5f9;
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell {
	height: 75px;
	box-sizing: border-box;
	padding-left: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell .cnName {
	height: 23px;
	font-size: 17px;
	text-align: left;
	color: #222222;
	line-height: 23px;
	
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell .enName {
	height: 17px;
	font-size: 12px;
	text-align: left;
	color: #999999;
	line-height: 17px;
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell.choosed {
	background: #fff;
	position: relative;
}

.dropDownArea .showDropDownArea .contentArea .leftSelect .downCell.choosed:after {
	position: absolute;
	content: "";
	width: 3px;
	height: 31px;
	background: #308eff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dropDownArea .showDropDownArea .contentArea .rightShow {
	width: 85%;
	background: #fff;
	height: 100%;
	box-sizing: border-box;
	padding: 15px 34px 14px 23px;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 137px;
	
	padding: 0px 0;
	box-sizing: border-box;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell:last-child {
	box-shadow: none;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell {
	height: 100px;
	display: flex;
	float:left;
	justify-content: flex-start;
	align-items: center;
	width: 198px;
	cursor: pointer;
	box-sizing: border-box;
	padding-left: 15px;
	border-radius: 12px;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell:hover .cellLeftIcon img {
	-webkit-transform:scale(1.15);-moz-transform:scale(1.15);transform:scale(1.15)
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell:hover .cellRightArea .cellRightName {
	color:#025eba;

}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell .cellLeftIcon {
	flex-shrink: 0;
	width: 50px;
	
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell .cellLeftIcon img {
	width: 50px;
    transition:all .5s ease	
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell .cellRightArea {
	margin-left: 11px;
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell .cellRightArea .cellRightName {
	height: 24px;
	font-size: 14px;
	text-align: left;
	color: #222222;
	line-height: 24px;
	
}

.dropDownArea .showDropDownArea .contentArea .rightShow .rightBigCell .smallCell .cellRightArea .cellRightDesc {
	margin-top: 1px;
	height: 19px;
	font-size: 14px;
	text-align: left;
	color: #999999;
	line-height: 19px;
}

