﻿/* head 开始 */
.head {
    background-color: #fff;
}

.head .logo_panel{
    width: 1366px;
    height: 132px;
    margin: 0 auto;
    display:flex;
    align-items:center;
}

.head .logo_panel div{
    flex: 1;
}

.head .logo_panel .r{
    
}

.toplink {
    height: 25px;
    line-height: 25px;
    text-align: right;
    font-size: 14px;
    
}

    .toplink a {
        color: #15AB51;
    }

.search{
    margin-top: 5px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse
}

    .search input {
        flex: 0 0 200px;
        border: 1px solid #15AB51;
        border-right: 0 none;
        border-left: 0 none;
        height: 28px;
        line-height: 28px;
        padding: 0 5px;
        color: #15AB51;
    }
    .search input::-webkit-input-placeholder{
        color: #15AB51;
    }
    .search input:-moz-placeholder{
        color: #15AB51;
    }
    .search input::-moz-placeholder{
        color: #15AB51;
    }
    .search input:-ms-input-placeholder{
        color: #15AB51;
    }
    .search .searchType {
        flex: 0 0 50px;
        height: 30px;
        line-height: 30px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        border: 1px solid #15AB51;
        border-right: 0 none;
        color: #15AB51;
    }
    .search a {
        display: inline-block;
        flex: 0 0 32px;
        height: 28px;
        line-height: 30px;
        background-color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
        color: #15AB51;
        font-size: 16px;
        border: 1px solid #15AB51;
        border-left: 0 none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.head .menubg{
    background-color: #fff;
    border-bottom:6px solid #15AB51;
border-top: 1px solid #eee;
}

.head .menu{
    width: 1366px;
    margin: 0 auto;
    height: 56px;
}

.middleImgs_panel{
    /*修改 周的背景*/
    /*background:url(../images/menu-bg.png) repeat 0 0;*/
}

.menu ul {
    display: flex;
    justify-content: center;
}

.menu ul li {
    
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    /*font-weight: bold;*/
    letter-spacing:2px;
   position:relative;
}

.menu li a {
    padding: 6px 33px 0 32px;
    /*background:url(../images/split.png) right 6px no-repeat;*/
}

.menu li i {
    position: absolute;
    width: 100%;
    display: none;
    height: 6px;
    background-color: #FFCC00;
    left:0;
    bottom:-6px;
}

.menu li:hover i {
    display:block;
}

.menu li.hover i {
    display: block;
}

.menu li.nobackground a {
    background: none;
}

.menu li:last-child a {
    background: none;
}

.menu li a:link, .menu li a:visited {
    display: block;
    color: #333;
    font-family: SimHei;
    
}

.menu li a:hover {
    background-color: #F4F4F4;
    color: #15AB51;
    font-family: SimHei;
}

.dropMenu {
    position: absolute;
    top: 0px;
    border-bottom-width: 0px;
    border-top-width: 1px;
    z-index: 100;
    background-color: #F4F4F4;
    filter: alpha(opacity=90);
    opacity: 0.90;
    display: none;
    margin-left: 0px;
    margin-top: 0px;
}

.dropMenu a:link, .dropMenu a:visited {
    display: block;
    text-indent: 2px;
    border-top: 0px solid #FFF;
    border-bottom: 1px dashed #15AB51;
    padding: 8px 0;
    text-decoration: none;
    color: #15AB51;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    margin:0 10px;
    font-family: SimHei;
}

.dropMenu a:last-child{
    border-bottom: 0px solid #15AB51;
}

/*鼠标移动上面的样式 a:hover 以及 打开了下一级的aLink*/
.dropMenu_a_cur {
    background-color: #F4F4F4;
    color: #15AB51;
    font-family: SimHei;
}
.dropMenu a:hover{
    font-weight:bold
}
.menu li a.mainMenu_a_cur {
    background-color: #F4F4F4;
    color: #15AB51;
    font-family: SimHei;
}

/* head 结束 */
