﻿/**
 * 商务版顶部菜单
 * @author som.ansion <som.ansion@booogo.com>
 * @createtime 2016-9-19
 * @update 
 * @updatetime 
 * @since 
 */

/*top 顶部*/
.top {
    width: 100%;
    *width: auto;
    width: 100%;
	height: 60px;
	line-height:60px;
	border-bottom: 1px solid #bfbfbf;
	-moz-box-shadow: 0px 4px 7px #bfbfbf;
	/* Firefox */
	-webkit-box-shadow: 0px 4px 7px #bfbfbf;
	/* Safari and Chrome */
	box-shadow: 0px 4px 7px #bfbfbf;
	/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	behavior: url(/images/fonts/ie.htc);
    z-index:999;
}
.top .logo {
	margin-left: 20px;
	float:left;
}
.top .top-main {
    width:100%;
    margin: 0 auto;
}
.top .top-main a {
    color: #666;
    transition: color 0.2s ease-in-out;
}
.top .top-main a:hover {
    color: #e40d14;
    text-decoration: none;
}
.top .top-main .top-left {
    float: left;
    background: none;
    border-bottom: none;
  	margin-left: 20px;
}

.top .top-main .top-left .city {
    position: relative;
    margin-left:-1px;
    padding-right: 10px;
    border-left:1px solid #f8f8f8;
    border-right:1px solid #f8f8f8;
}
.top .top-main .top-left .city:hover {
    background: #fff;
    border-left:1px solid #d7d7d7;
    border-right:1px solid #d7d7d7;
}
.top .top-main .top-left .city span{
    padding:0 10px;
    color:#666666;
    border-right:1px solid #e9e9e9;
}
.top .top-main .top-left .city .icon-angle-down {
    display:inline-block;
}
.top .top-main .top-left .city:hover .icon-angle-down {    
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .1s ease-in 0s;
    -o-transition:-o-transform .1s ease-in 0s;
    transition: transform .1s ease-in 0s;
}
.top .top-main .top-left .city a {
    color: #666;
}
.top .top-main .top-left .city .subnav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 440px;
    /*height:300px;*/
	height:200px;
    padding: 10px 0 10px 10px;
    background: #fff;
    line-height: 1.2;
    border: 1px solid #d7d7d7;
    border-top-width: 0;
    overflow-y:auto;
    z-index: 999;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175)
}
.top .top-main .top-left .city .subnav strong {
    font-family:Arial;
}
.top .top-main .top-left .city .subnav ul {
    margin:5px 0;
	/*border-bottom:1px dotted #ccc;*/
}
.top .top-main .top-left .city .subnav li {
    float: left;
    width:60px;
    margin:0 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.top .top-main .top-left .city .subnav a {
    display:inline-block;
    line-height:24px;
    padding:0 8px;
    color: #666;
}
.top .top-main .top-left .city .subnav a:hover {
    background:#f2f2f2;
    color: #e40d14;
}
.top .top-main .top-left .city .subnav a.current {
    background:#e40d14;
    color: #fff;
}
.top .top-main .top-left .city:hover .subnav {
    display: block;
}


.top .earth {
	font-size: 13px;
	color: #5c5c5c;
	margin-top: -25px;
	margin-right: 33px;
}

.top .top-main .nav_center {
	float:left;
}

.top .top-main .nav_center .seach {
	color: #000;
	width: 300px;
	height: 34px;
	-moz-border-radius: 3px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/images/fonts/ie.htc);
	line-height: 34px;
	padding:5px;
	float:left;
	margin-top:12px;
}
.top .top-main .nav_center .top-search-submit {
	color:#c7c7c7;
	margin-left:-30px;
	background:none;
	border:0px;
	font-size:1.5em;
	float:left;
}

.top .top-main .top-right {
	float:right;
	font-family: "microsoft yahei";
	font-size: 18px;
	padding-right:3em;
}

.top .top-main .top-right .lab-a {
	color: #bf1a20;
	float:left;
	display:block;
}
.top .top-main .top-right .lab-b {
	float:left;
	display:block;
	margin-left:30px;
	color:#393939;
}