
a:hover,
.active {
	color: #ee4a45!important;
}
.header{
	height: 38px;
	line-height: 38px;
	background-color: #212121;
	font-size: 16px;
	color: #3c4040;
}

.container{
	width: 1000px;
	margin: 0 auto;
}
.logobox{
	width: 232px;
	height:38px;
}
.head_info{
	width: 768px;
}
.header .nav_mid li{
	float: left;
	padding-right: 22px;
}
.red{
	color: #ee4a45;
}

.header .fr{
	width: 210px;
}
.city a{
	color: #fff;
	font-size: 14px;
	margin-left: 16px;
}

.login strong a,
.login strong span{
	padding: 0 14px 0 8px;
	color: #fff;
}
.login  .userInfo{
	display: none;
}
.navigation {
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 1001;
	border: 1px solid #212121;
	border-width: 0 1px;
	padding:0 18px 0 8px;
	float: right;
}
.navigation i{
	width: 0;
	height: 0;
	position: absolute;
	border: 6px solid transparent;
	border-top-color: #ee4a45;
	right: 4px;
	top: 17px;
}
.navigation:hover {
	background-color: #fff;
}
.navigation:hover i{
	border-top-color: transparent;
	border-bottom-color: #ee4a45;
	top:10px;
	_top:10px;
}
.navigation:hover .nav_detail,
.navigation:hover .nav_boder{
	display: block;
}

.nav_boder {
	display: none;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 2px;
	width: 100%;
	z-index: 1000;
}
.nav_detail {
	display: none;
	width:998px;
	position: absolute;
	top:38px ;
	right: -1px;
	background: #fff;
	border: 1px solid #999;
	border-top:0;
	padding: 12px 0;
	z-index: 999;
}
.nav_detail li{
	color: #666;
	float: left;
	width:194px;
	height: 512px;
	border-right: 1px solid #ececec;
}

.nav_detail li.last{
	border-right: 0;
	width: 208px;
}
.nav_detail li dl{
	margin-bottom: 16px;
}
.nav_detail li dt{
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	color: #ee4a45;
	padding-left: 6px;
}
.nav_detail li dd{
	height: 22px;
	color: #c4c4c4;
	line-height: 22px;
	font-size: 0;
}
.nav_detail li span{
	font-size: 12px;
}
.nav_detail li a{
	padding:0 6px ;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
.nav_detail li.last {
	padding-left: 4px;
}
.nav_detail li.last dd{
	height: auto;
	text-align: center;
	margin-top: 20px;
}
.nav_detail li.last a{
	float: left;
	padding:0 4px 10px;
	width: 60px;
	line-height: 0;
}
.nav_detail .last a img{
	width: 40px;
}
.nav_detail li.last div{
	width: 100px;
	margin: 20px 0;
}
.nav_detail .apps span{
	display: inline-block;
	width: 60px;
	line-height: 20px;
	font-size: 12px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.nav_detail li.last .codes img{
	margin-bottom: -14px;
}
.nav_detail .nav_detail_other a{
	color:#ee4a45;
}
.nav_detail .nav_detail_other a:hover{
	text-decoration: underline;
}
.wrap-box{ 
	padding: 20px 0 40px;
}

.select div{
	width: 504px;
	line-height: 34px;
	font-size: 14px;
	height: 34px;
}
.select .text_c{
	width: 108px;
}
.select span,
.select input{
	line-height:36px; 
	line-height: 36px\9; 
	*line-height: 36px; 
	_line-height:36px;
	border: 1px solid #ee4a45;
	
}
.select span{
	display: block;
	color: #777;
	font-size: 14px;
	width:74px;
	height:34px; 
	padding-left:6px;
	position: relative;
	z-index: 100;
}

.select .selet_options{
	display: none;
	position: absolute;
	top: 34px;
	left:-1px;
	padding-left: 8px;
	border: 1px solid #ee4a45;
	background-color: #fff;
	width: 72px;
	z-index: 99;
}

.select .selet_options:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 0;
	background-color: #fff;
	z-index: 100;
}
.select .hide_options:hover .selet_options{
	display: block;
}

.selet_options li{
	font-size: 14px;
	line-height: 36px;
}
.selet_options li a{
	color: #777;
}

.selet_options .last{
	border-bottom: 0;
}
.select span i{
	width: 0;
	height: 0;
	position: absolute;
	border: 6px solid transparent;
	border-top-color: #777;
	right: 3px;
	top: 14px;
	_top:14px;
}

.select span:hover i{
    border-top-color: transparent;
	border-bottom-color: #ee4a45;
	top:8px;
	_top:8px;
}
.select input{
	width: 348px;
	height: 36px;
	border-width:1px 0 ;
	padding-left: 8px;
}
.select input::-webkit-input-placeholder{
	font-size: 12px;
	color: #999;
}

.select input::-moz-placeholder{
	font-size: 12px;
	color: #999;
}
.select input::-ms-input-placeholder{
	font-size: 12px;
	color: #999;
}
.select button{
	background: -webkit-linear-gradient(left, #fe912f 0, #ef504c 100%);
	background-color: #ee4a45;
	color: #fff;
	width: 68px;
	line-height: 34px;
	height: 36px;
	cursor: pointer;
	line-height: 34px;
	line-height: 34px\9; 
	*line-height: 34px; 
	_line-height:34px;
}


.select .select_button{
	width: 104px;
	text-align: center;
	background-color: #eee;
	line-height: 36px;
	color: #595757;
}
.select p{
	margin-top: 12px;
	color: #999;
	font-size:12px;
}

.select div em,
.select div a,
.select p a{
	display: inline-block;
	color: #999;
	margin-right: 10px;
	text-decoration:none;
}
.text_c {
	text-align: center;
	margin-left: 24px;
}
.text_c p a{
	margin-right: 0;
	text-decoration: none;
}
.navigat{
	background-color: #ee4a45;
}
.navigat .container{
	position: relative;
	z-index: 10;
}

.navigat .triangle {
    position: absolute;
    border-width: 6px;
    border-color: transparent transparent #fcdddc transparent;
    border-style: dotted dashed solid dashed;
    left: 30px;
    bottom: 0;
    _font-size: 0;
    _bottom: 38px;
}
.chanel a:hover{
	color: #fff!important;
	text-decoration: none;
}
.chanel li {
    float: left;
    border-right: 1px solid #ee5e5a;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    width: 70.5px;
    text-align: center;
}
.chanel li.first{
	width:69px;
}
.chanel li.more-tag {
    border-right-width: 0px;
	width:68px;
}
.chanel li a{
	color: #fff;
	display: block;
}
.chanel-detail{
	display:none;
	margin-right: -4px;
	font-family:'microsoft yahei';
	position: absolute;
	left:0;
	top: 50px;
	z-index:988;
	background-color: #fff;
	border-radius:2px;
	border:1px solid #e5e5e5;
	border-top: 0;
	box-shadow:0 5px 10px 0 #ccc;
	-webkit-box-shadow:0 5px 10px 0 #ccc;
	-moz-box-shadow:0 5px 10px 0 #ccc;
	-o-box-shadow:0 5px 10px 0 #ccc;
}
.chanel-detail ul {
	float: left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 69.5px;
	padding: 9px 0;
	height: 108px;
	-webkit-transition: background .8s ease;
	-moz-transition: background .8s ease;
	-o-transition: background .8s ease;
	transition: background .8s ease
}
.chanel-detail .chanel_first {
	width: 68px;
}

.chanel-detail ul:last-child{
	width:71px;
}
.chanel-detail li {
	text-align: center;
	line-height: 27px;
	_line-height: 16px
}

.chanel-detail ul a {
	color: #444;
	font-size: 12px;
	display: block;
	text-decoration: none
}

.chanel-detail ul.selected {
	background-color: #fde3e3;
	border-color: #fde3e3;
}

.chanel-detail ul.last {
	border-right: 0;
	width: 88px
}
