﻿@charset "utf-8";
/* CSS Document */






.down_sellect dl{
	text-align: center;
	cursor: pointer;}
.down_sellect dl dt,dd{
	position: relative;
	width:230px;
	height:30px;
	line-height: 30px;
	background:#1A8D86;
	border:none;
	color:#fff;
	border-radius:0px;
	font-weight: normal;}
.down_sellect dl dd{
	z-index: 10;}
.down_sellect dl dd a{
	padding-left: 20px;
	display: block;
	width:inherit;
	height: 28px;
	text-align: left;
	color:rgb(204,204,204);
	font-family: "黑体";}
.down_sellect dl dd a:hover{
	text-decoration: none;}
/***********************响应***************************/
.down_sellect dl dd{
	display: none;}
.down_sellect dl:hover dd{
	display: block;}