﻿#div_head
{
    height:170px;text-align:center;
}
/*================第一行登录===============*/
#div_head_login
{
    height:40px;background-color:#FFFFFF;text-align:center;
}
#div_head_login_container
{
    height:100%;width:1200px;margin:auto;
}
.login_welcome
{
    float:left;height:40px;line-height:40px;overflow:hidden;margin-right:20px;
}
.login_actItem
{
    height:20px;line-height:20px;margin-top:10px;float:left;color:#999999;cursor:pointer;
    background-position:left center;background-repeat:no-repeat;background-size:16px 16px;
}
.login_actItem a
{
    text-decoration:none;color:#999999;
}
.login_actItem a:hover
{
    text-decoration:underline;color:red;
}

#login_actItem_out
{
    height:20px;line-height:20px;margin-top:10px;margin-left:20px;float:left;color:red;cursor:pointer;
}
#login_actItem_out:hover
{
    text-decoration:underline;
}
.login_actFlag
{
    width:2px;height:12px;float:left;margin:15px 10px 0px 10px;background-color:#999999;
}
.login_actItem[icon='login']
{
    background-image:url('login.png');text-indent:20px;
}
.login_actItem[icon='gwc']
{
    background-image:url('gwc.png');text-indent:20px;
}
#gwc_num
{
	color:red;font-weight:bold;
}

/*=============第二行logo================*/
#div_head_logo
{
    height:90px;width:100%;text-align:center;background-color:#f6f6f6;
}
#div_head_logo_container
{
    height:100%;width:1200px;margin:auto;
}
#div_head_logo_img
{
    background:url('logo.jpg') no-repeat left center;width:642px;height:70px;margin-top:10px;float:left;overflow:hidden;
}
#div_head_logo_tel
{
    background:url('tel.png') no-repeat left center;height:44px;margin-top:23px;float:right;overflow:hidden;
    background-size:44px 44px;text-align:left;line-height:44px;font-size:24px;font-weight:bold;color:#666666;font-family:Arial;text-indent:55px;
}

/*============第三行导航==============*/
#div_head_navigate
{
    height:40px;width:100%;text-align:center;background-color:#f6f6f6;position:relative;z-index:10;
}
#div_head_navigate_container
{
    height:40px;width:1200px;margin:auto;background-color:#0559c9;
}
.navItem
{
    width:117px;height:100%;line-height:40px;color:#FFFFFF;float:left;text-align:center;cursor:pointer;
    transition:all 0.3s;
}
.navItem a,.navItem a:hover
{
    color:#FFFFFF;text-decoration:none;
}
.navItem:hover
{
    background-color:#054293;
}
.navItem_children
{
    width:100%;opacity:0.8;transition:all 0.3s;
    transform-origin:top center;
    transform:scaleY(0);
}
.navItem:hover .navItem_children
{
    transform:scaleY(1);
}
.navItem_child
{
    height:40px;line-height:40px;color:#FFFFFF;background-color:#055ac9;text-align:center;
}
.navItem_child:hover
{
    background-color:#054293;
}
.navItem_flag
{
    height:20px;background-color:#FFFFFF;width:1px;margin:10px 1px 0px 1px;overflow:hidden;float:left;
}