@charset "utf-8";
/* CSS Document */
/*顶部悬浮*/
.zgg-top-fixed{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    height: 60px;
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 500;
    box-shadow: 0px 5px 18px rgba(178,178,178,0.35);
    display: none;
}
.zgg-top-fixed .top-fixed-box .fixed-logo{
    margin:16px 18px 0 0;
}
.zgg-top-fixed .top-fixed-box .fixed-logo .logo-second{
    margin-left: 8px;
}
.zgg-top-fixed .top-fixed-box .fixed-logo .logo-second p{
    font-size: 12px;
    color: #808080;
    line-height: 15px;
}
.zcfw-link .gay-tringle{
    background: url("../img/sy/icon/gray-tringle-bottom.png") center no-repeat;
}
.zgg-top-fixed .yjy-links{
    line-height: 60px;
    color: #333333;
    font-size: 16px;
    display: inline-block;
    margin-left: 25px;
}
.zgg-top-fixed .member-links{
    margin-left: 40px;
}
.zgg-top-fixed .yjy-links:hover{
    color: #30cb8b;
}
.fixed-search{
    width: 340px;
    margin-top: 10px;
    height: 40px;
}
.fixed-search .dropdownContainer{
    width: 103px;
    background: #ffffff;
    border: 1px solid #e2e2e7;
    border-right: none;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    position: relative;
}
.fixed-search .dropdownContainer .dropdownDefault{
    width: 82px;
    font-size: 14px;
    color: #30cb8b;
    line-height: 38px;
    height: 38px;
    font-weight: normal;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    padding-left: 16px;
    cursor: pointer;
}
.dropdownDefault label{
    cursor: pointer;
}
.fixed-search .new-sy-icon{
    vertical-align: middle;
    transition: all .3s ease 0s;
    width: 9px;
    height:5px;
    display: inline-block;
    margin-left: 6px;
    background: url("../img/sy/icon/gray-tringle-bottom.png") center no-repeat;
    margin-top: 16px;
    margin-right: 6px;
}
.fixed-search .new-sy-icon{
    transform: rotate(180deg);
    background: url("../img/sy/icon/green-tringle-top.png") center no-repeat;
}
.fixed-search  .drop-input-search{
    border: 1px solid #e2e2e7;
    border-left: none;
    height: 38px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
}
.fixed-search .drop-input-search .zlmc{
    width: 168px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background:#f0f0f5;
    float: left;
}
.fixed-search .drop-input-search .js{
    background: url(../img/sy/icon/fixed-search-icon.png) center #f0f0f5 no-repeat;
    height: 38px;
    width: 43px;
    position: relative;
    right: 0px;
    top: 0px;
    display: inline-block;
    float: left;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
}

.fixed-search .dropdrown-menu{
    width: 108px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    border-top: none;
    display: none;
    position: absolute;
    top: 48px;
    left: -1px;
    background: #FFFFFF;
    z-index: 200;
    color: #666666;
    font-weight: bold;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    padding-bottom: 0px;
    box-shadow: none;
}
.fixed-search .dropdrown-menu li{
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    margin: 0 16px;
    text-align: left;
}
.fixed-search .dropdownContainer:hover{
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
}
.fixed-search .dropdrown-menu{
    width: 103px;
    top: 38px;
}
.fixed-search  .dropdrown-menu li a{
    text-indent: 8px;
}