﻿body{
    min-width:1200px;
    background-color:#f3f3f1;
}
.head{
    width:100%;   
}

.head .logo_panel_top{
    background-color:#0062B2;
}
.head .logo_panel_top .search_panel{
    width: 1200px;
    margin: 0 auto;
    height: 38px;
}

.head .logo_panel_top .search_panel a{
    float:right;
    height:38px;
    color:#fff;
    display:inline-block;
    font-size:14px;
    line-height:38px;
    cursor:pointer;
    margin-left:20px;
}

.head .logo_panel_top .search_panel a:first-child{
    float:left;    
    background-image: url(/Areas/Portals/Content/images/logo_white.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 60px;
    height:30px;
    line-height:30px;
    margin-top:4px;
    margin-left:0;
 }




.head .logo_panel_middle{
    background-color:#f3f3f1;
}


.head .logo_panel_middle .middle_panel{
    width:1100px;
    margin:0 auto;
    display:flex;
    height:132px;
    align-items:center;
}

.head .logo_panel_middle .jaas_logo{
    flex:0 0 120px;
}

.head .logo_panel_middle .jaas_title{
    flex:1;
    font-size:2.2em;
    color:#0062B2;
    padding-left:20px;
}


.head .logo_panel_bottom{
    background-color:#237502;
}

/*search*/
.search{
    flex:0 0 250px;
    width: 250px;   
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
}

.search input{
    flex:0 0 200px;
    border:1px solid #d8d8d8;
    height:28px;
    line-height:28px;
    padding:0 5px;
    
    border-top-left-radius:2px;

    border-bottom-left-radius:2px;
}
.search .searchType{
    flex:0 0 50px;
    height:30px;
    line-height:30px;
    border-top-left-radius:2px;
    border-bottom-left-radius:2px;
    border:0 none;
}
.search a{
    display: inline-block;
    flex:0 0 32px;
    height:30px;
    line-height: 30px;
    background-color: #0062B2 !important;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-top-right-radius:2px;
    border-bottom-right-radius:2px;
}
/*search end*/

.head .menubg{
    background-color: #e2f1ff;


}

.head .menu{
    width: 1200px;
    margin: 0 auto;
    /*height: 36px;*/
}


.menu ul {
    display: flex;
    justify-content:center;
}

.menu ul li {
  
    line-height: 1.6em;
    font-size: 1.6em;
    text-align: center;
    vertical-align: middle;
}

.menu li a:link, .menu li a:visited {
    display: block;
    color:#fff;
    padding:8px 60px;
}

.menu li a:hover{
    color:#fff;
    background-color: #6EB92B;
}
.fixed-head{
    position:fixed;
    width:100%;
    left:0;
    top:0;
    z-index:9999;
}
.fixed-head .logo_panel_top{
    display:none;
}