/* 顶部登录注册 begin */

.drop-img {
    width: 11px;
    height: 6px;
    display: inline-block;
}

.top-sign {
    background-color: #000;
}

.sign-register {
    padding: 9px;
    text-align: right;
    color: #fff;
    font-size: 15px;
    width: 1200px;
    margin: 0 auto;
}

.sign-register .sign-in a {
    color: #fff;
    padding-left: 2px;
}


/* 顶部登录注册 end */

.top-wrapper {
    height: 80px;
    position: relative;
    box-shadow: none;
    border: none;
    background-color: #fff;
    -moz-box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.09);
}

.top-wrapper.white-opacity {
    background: rgba(255, 255, 255, 0.8);
}

.top-wrapper.white-bg {
    background: #fff;
    z-index: 1000;
}

.top-wrapper .wrapper {
    width: 1240px;
    height: 80px;
}

.list-for-all .ui-list-item a.menu-select {
    color: #f47108;
    font-weight: bold;
    display: inline-block;
}


/*ie6,7,8的半透明效果*/

@media \0screen\,
screen\9 {
    /* 只支持IE6、7、8 */
    .top-wrapper.white-opacity {
        background-color: #ffffff;
        filter: Alpha(opacity=80);
    }
    .top-wrapper .search-input {
        margin-top: 2px;
    }
    .top-wrapper * {
        position: relative;
        /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

.top-logo-img {
    width: 270px;
    height: 72px;
}

.top-logo-img img {
    padding-top: 9px;
}

.ui-top-nav {
    /* margin-top: 10px; */
    float: left;
    margin-left: 38px;
}

.ui-top-nav li a {
    margin: 0;
    color: #333;
}

.ui-top-nav li a:hover {
    color: #f47108;
    text-decoration: none;
}

.ui-top-nav li a.selected {
    background: #1a8efb;
    color: #fff;
}

.btn_user {
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(../img/top/user.png) no-repeat 4px 4px;
    vertical-align: middle;
}

.search-container {
    margin: 0 15px;
    margin-right: 24px;
}


/* .search-reletive {
    float: left;
} */

.myHome {
    width: 100px;
    text-align: center;
    float: left;
}

.myHome.hover {
    background: #4291D6;
}

.myHome a:link {
    color: #333;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.myHome.hover a {
    color: #fff;
}

.myHome-item {
    position: relative;
}

.myHome-item li:hover {
    background: #37547E;
}

a.btn_change {
    float: left;
    background: #74a00b;
    color: #fff;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 16px;
    width: 24px;
}

a.btn_change:link {
    color: #fff;
}


/*首页的头部*/

.top-wrapper.white .btn_user {
    background-image: url(../img/top/user-white.png);
}

.top-wrapper.white .myHome a {
    color: #fff;
}

.wrapper .list-for-all {
    float: right;
}


/*重置头部*/

.top-wrapper.white .ui-top-nav li a {
    color: #fff;
}

.top-wrapper.white .btn_search {
    background-image: url(../img/top/icon-search-white.png);
}


/*ie6,7,8的半透明效果*/

@media \0screen\,
screen\9 {
    /* 只支持IE6、7、8 */
    .div-shade {
        background-color: transparent;
        z-index: 0;
    }
}


/*首页顶部*/


/* 顶部下拉菜单 begin */

.serviceInvest-child {
    background-color: #fff;
    height: 170px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    z-index: 10;
    position: absolute;
    left: 0;
    display: none;
    min-width: 1300px;
    top: 80px;
}

.serviceInvest-list-item {
    display: inline-block;
}

.serviceInvest-item {
    margin: 30px auto;
    /* width: 500px; */
    width: 100px;
}


/* 导航栏动画 begin */
.applyenterprise-list>li,
.serviceInvest-item>li {
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.applyenterprise-list  li,
.serviceInvest-item  li {
    opacity: 1 \9 \0;
    filter: alpha(opacity=100);
    animation: ui-top-nav-child-enter .8s forwards;
}
.applyenterprise-list  li:nth-child(1),
.serviceInvest-item  li:nth-child(1) {
    animation-delay: 0s
}
.applyenterprise-list  li:nth-child(2),
.serviceInvest-item  li:nth-child(2) {
    animation-delay: .1s
}
.applyenterprise-list  li:nth-child(3),
.serviceInvest-item li:nth-child(3) {
    animation-delay: .2s
}
.applyenterprise-list  li:nth-child(4),
.serviceInvest-item li:nth-child(4) {
    animation-delay: .3s
}
.applyenterprise-list  li:nth-child(5),
.serviceInvest-item li:nth-child(5) {
    animation-delay: .4s
}
.applyenterprise-list  li:nth-child(6),
.serviceInvest-item li:nth-child(6) {
    animation-delay: .5s
}

@keyframes ui-top-nav-child-enter {
    from {
        transform: translate(70px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        transform: translate(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes ui-top-nav-child-enter {
    from {
        transform: translate(70px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        transform: translate(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes ui-top-nav-child-enter {
    from {
        transform: translate(70px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        transform: translate(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes ui-top-nav-child-enter {
    from {
        transform: translate(70px);
        opacity: 0;
        filter: alpha(opacity=0)
    }
    to {
        transform: translate(0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}




/* 导航栏动画 end */

.serviceInvest-item.serviceInvest-list-item a,
.serviceInvest-item.serviceInvest-list-item a span img {
    height: 65px;
    width: 65px;
    line-height: 24px;
}

.small-img-leads img {
    height: 65px;
    width: 65px;
    line-height: 24px;
}

.serviceInvest-child .serviceInvest-item .serviceInvest-list-item a {
    height: 120px;
    padding: 0px 50px;
    line-height: 24px;
}

.serviceInvest-item .serviceInvest-list-item a div {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
}

.applyenterprise-list {
    margin: 30px auto;
    width: 1000px;
}

.list-for-all .ui-list-item a {
    font-size: 16px;
    color: #333;
    font-size: 16px;
    display: inline-block;
    color: #333;
    line-height: 78px;
    height: 80px;
}

.list-for-all .ui-list-item {
    height: 80px;
    position: static;
    padding: 0 12px;
}
.list-for-all .list-item-current a{
    color: #f47108;
    font-weight: bold;
}

.applyenterprise-list .serviceInvest-list-item a {
    height: 120px;
    padding: 0px 40px;
    line-height: 24px;
    text-align: center;
}

.applyenterprise-list .serviceInvest-list-item a div {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
}
.applyenterprise-list .serviceInvest-list-item a div.haswidth{
    width: 118px;
}