
#indexLoginName > .dropdown-menu {
    right:0px;
    margin:0px;
}

ul.my_com_dropdown_menu > li:hover,
ul.my_com_dropdown_menu > li:focus,
ul.my_com_dropdown_menu li:HOVER a{
    background-color:#009688;
    color:#FFFFFF !important;
}

#indexLoginName:hover > .dropdown-menu {
	display: block;
}

.ihLoginNameMenu{
    font-size:14px;
    color:#fff !important;
}

.ihLoginNameMenu:hover{
    color:#00A0E9 !important;
}

.headTopDiv{
    min-width:1024px;
    height:50px;
    width: 100%;
    position: absolute;
    top:0px;
    z-index: 10;
}

.headTopLogoDiv{
    position:relative;
    top:9px;
    left:26px;
    width:125px;
    float: left;
}

.headTopLogoImg{
    width:123px;
    height:32px;
}

.headTopRightDiv{
    float:right;
    width:800px;
    height:50px;
    color:#fff;
}

.headTopRightPart1{
    float: right;
    margin:15px 30px 15px 15px;
}

.headTopRightPart2{
    float: right;
    margin:15px 10px;
}

.headTopRightPart2 > .languageSpan{
    margin-right: 7px;
}

.headMenuDiv{
    min-width:1024px;
    height:50px;
    width: 100%;
    border: 1px solid rgba(215,216,217,0.3);
    border-left: none;
    border-right: none;
    position: absolute;
    top:50px;
    z-index: 9;
}

div.mainPageDiv{
    float:right;
    background-color: #0D9AEC;
    color:#fff;
}

div.mainPageDiv > div{
    padding:14px 30px;
    cursor: pointer;
}

div.mainPageDiv:hover{
    background-color: #0084D2;
}

.indexTopPurchaseDiv{
    margin:13px 10px;
}

.indexHeader3Div{
    min-width:1024px;
    height:50px;
    width: 100%;
    z-index: 99;
}

.indexHeader3TopRightDiv{
    float:right;
    width:800px;
    height:50px;
    color:#444;
}

/*-----------------------------------------*/

div.header-nav-menu {
    top:100px;
    position:absolute;
    min-width: 1024px;
    display: none;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 0px;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 5;
}

.header-nav-menu-active {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.2s ease 0s;
    transition: height 0.5s ease 0.1s;
}

.child_menu_top{
    height:60px;
    float:left;
    width:168px;
}

.child_menu_middle{
    height:60px;
    font-size: 14px;
    float:left;
    width:auto;
    text-align:center;
}

.child_menu_middle > p{
    height:60px;
    margin:0 20px;
    line-height:60px;
}

a.header_sub_menu{
    text-decoration: none;
    background-color: transparent;
    outline: none;
    font-family: PingFang SC,Source Han Sans CN,Source Han Serif SC;
}

.headAnnouncementDiv{
	height:24px;
	color:#000;
	padding: 0 10px;
	position: relative;
	background-color:#ffd500;
	overflow: hidden;
}

.headAnnounceMoveLayer1{
	position: absolute;
	float: left;
	height:24px;
	width:1920px;
}

.headAnnounceMoveLayer2{
	position: relative;
	float: right;
	overflow: hidden;
	height: 24px;
	display:none;
}

.headAnnounceMoveLayer1 > .glyphicon,
.headAnnounceMoveLayer2 > .glyphicon{
	font-size: 14px;
	line-height: 20px;
}

.headContent{
	top:24px;
	position: absolute;
	width:100%;
}

/*----------------浮动广告样式-----------------*/

.bottomOpen {
	background-color: #ed5725;
	width: 50%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 16;
	height: 146px;
}

.openDiv {
	background: -webkit-linear-gradient(left, #69b132, #ed5725);
	background: -o-linear-gradient(right, #69b132, #ed5725);
	background: -moz-linear-gradient(right, #69b132, #ed5725);
	background: linear-gradient(to right, #69b132, #ed5725);
	width: 100%;
	height: 146px;
}

.openImgOut {
	width: 1212px;
	height: 160px;
	position: absolute;
	left: 50%;
	bottom: 3px;
	margin-left: -606px;
}

.openImgOut img {
	width: 100%;
	height: 100%;
}

.openImgOut a {
	height: 45px;
	width: 130px;
	text-align: center;
	line-height: 45px;
	background-color: #ed5725;
	font-size: 18px;
	position: absolute;
	right: 50px;
	bottom: 15px;
}

.closeDiv {
	width: 300px;
	height: 146px;
	border: 4px solid rgba(255, 224, 178, 1);
	position: relative;
}

.closeDiv_up {
	width: 292px;
	height: 69px;
	line-height: 69px;
	text-align: center;
	color: #fff;
	background-color: #ed5725;
	font-size: 22px;
}

.closeDiv_down {
	width: 292px;
	height: 69px;
	line-height: 69px;
	text-align: center;
	background-color: #fff;
	padding: 15px 35px;
}

.closeBtn {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 15px;
	top: 10px;
	color: #fff;
	font-size: 20px;
}

/*----------------浮动广告样式 end-----------------*/
