/*head样式*/
.wrap_header {
    width:100% !important;
    height:115px !important;
    background:#fff !important;
    overflow:visible !important;
    position: relative !important;
    z-index: 100 !important;
    display: block !important;
    visibility: visible !important;
}
.header-content {
    width:1138px !important;
    height:115px !important;
    overflow:visible !important;
    margin:0 auto !important;
    font-size:14px;
    padding: 0;
    position: relative !important;
    display: block !important;
    visibility: visible !important;
}
.header-left{
    float:left !important;
    display: block !important;
    visibility: visible !important;
    width: 250px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
.header-center{
    float:left !important;
    display: block !important;
    visibility: visible !important;
}
.header-right{
    float:right !important;
    display: block !important;
    visibility: visible !important;
}

.header-nav{width:100%;height:45px;background:#ff6699;overflow:hidden;}
.nav-content {width:1018px;height:45px;overflow:hidden;margin:0 auto;font-size:14px;}
.nav-title{

    float: left;
   line-height:45px;
    width:122px;

text-align:center;
    margin-right:5px;
}
.nav-content div a{
    color:#fff;
}
.nav-iris:hover{
    background: #b73862;
    color:#fff;
    height:45px;
     line-height:45px;
     display: block;
     opacity: 0.9;
}
.nav-title.active .nav-iris,
.nav-iris.active{
    background: #b73862;
    color:#fff;
    height:45px;
    line-height:45px;
    display: block;
    font-weight: bold;
}